• 回答数

    5

  • 浏览数

    204

我们是MJ
首页 > 英语培训 > 编程语言英语

5个回答 默认排序
  • 默认排序
  • 按时间排序

粉红蚕宝宝

已采纳

计算机编程英语词汇【1】

index 复合索引、组合索引 (for database)

composite key 复合键、组合键 (for database)

composition 复合、组合

data dictionary view 数据字典视图 (for database)

data file 数据文件 (for database)

data integrity 数据完整性 (for database)

data manipulation language (DML)数据操作语言(DML) (for database) data mart 数据集市 (for database)

data pump 数据抽取 (for database)

data scrubbing 数据清理 (for database)

reflection 反射

refresh data 刷新数据 (for database)

regular expression 正则表达式

relational database 关系数据库

data source 数据源 (for database)

Data source name (DSN) 数据源名称(DSN) (for database)

data warehouse 数据仓库 (for database)

dataset 数据集 (for database)

database 数据库 (for database)

database catalog 数据库目录 (for database)

database diagram 数据关系图 (for database)

database file 数据库文件 (for database)

database object 数据库对象 (for database)

database owner 数据库所有者 (for database)

database project 数据库工程 (for database)

database role 数据库角色 (for database)

database schema 数据库模式、数据库架构 (for database)

database script 数据库脚本 (for database)

data-bound 数据绑定 (for database)

data-aware control 数据感知控件 (for database)

data member 数据成员、成员变量

dataset 数据集 (for database)

data source 数据源 (for database)

data structure 数据结构

data table 数据表 (for database)

datagram 数据报文

DBMS (database management system)数据库管理系统 (for database) DCOM (distributed COM)分布式COM

dead lock 死锁 (for database)

deallocate 归还

debug 调试

concept 概念

concrete 具体的

concrete class 具体类

concurrency 并发、并发机制

constraint 约束 (for database)

configuration 配置、组态

connection 连接 (for database)

connection pooling 连接池

console 控制台

constant 常量

construct 构件、成分、概念、构造(for language)

constructor (ctor) 构造函数、构造器

container 容器

containment 包容

context 环境、上下文

control 控件

cookie (不译)

copy 拷贝

CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖

create/creation 创建、生成

crosstab query 交叉表查询 (for database)

CRTP (curiously recurring template pattern)

CTS (common type system )通用类型系统

debugger 调试器

decay 退化

decision support 决策支持

declaration 声明

declarative referential integrity (DRI) 声明引用完整性(DRI) (for database) deduction 推导

DEFAULT constraint 默认约束 (for database)

default database 默认数据库 (for database)

default instance 默认实例 (for database)

default result set 默认结果集 (for database)

default 缺省、默认值

编程语言英语

314 评论(10)

小鱼qt1988

Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiledto bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2014, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 9 million developers.[10][11] Java was originally developed byJames Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntaxfrom C and C++, but it has fewer low-level facilities than either of them.The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licences. As of May 2007, in compliance with the specifications of the Java Community Process, Sun relicensed most of its Java technologies under theGNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (bytecode compiler), GNU Classpath (standard libraries), and IcedTea-Web (browser plugin for applets).

298 评论(10)

yanjinshujie

计算机编程常用英语词汇

程序员们对于编码肯定很熟悉,毕竟日常工作中经常接触。下面是我分享的一些常用的编程英语词汇,希望能对大家有所帮助!

API (Application Programming Interface) 应用(程序)编程接口

app domain (application domain)应用域

application 应用、应用程序

application framework 应用程序框架

appearance 外观

append 附加

architecture 架构、体系结构

archive file 归档文件、存档文件

argument引数(传给函式的值)。参见parameter

array 数组

arrow operator 箭头操作符

ASP(Active Server Page)活动服务器页面

ASP.NET worker process ASP.NET工作者进程

assembly 装配件、配件

assembly language 汇编语言

assembly manifest 装配件清单

assert(ion) 断言

assign 赋值

assignment 赋值、分配

assignment operator 赋值操作符

associated 相关的、相关联的

associative container 关联式容器(对应sequential container)

asynchronous 异步的`

atomic 原子的

atomic operation 原子操作

attribute 特性、属性

authentication service 验证服务

authorization 授权

audio 音频

A.I. 人工智能

B2B integration B2B整合、B2B集成(business-to-business integration)

background 背景、后台(进程)

backward compatible 向后兼容、向下兼容

backup 备份

backup device备份设备

backup file 备份文件

bandwidth 带宽

base class 基类

base type 基类型

batch 批处理

BCL (base class library)基类库

binary 二进制

binary search 二分查找

binary tree 二叉树

binary function 双参函数

binary large object二进制大对象

binary operator 二元操作符

binding 绑定

bit 位

bitmap 位图

bitwise 按位……

bitwise copy 为单元进行复制;位元逐一复制,按位拷

bitwise operation 按位运算

block 块、区块、语句块

bookkeeping 簿记

boolean 布林值(真假值,true或false)

border 边框

bounds checking 边界检查

boxing 装箱、装箱转换

brace (curly brace) 大括号、花括号

bracket (square brakcet) 中括号、方括号

breakpoint 断点

browser applications 浏览器应用(程序)

browser-accessible application 可经由浏览器访问的应用程序

build 编连(专指编译和连接

built-in 内建、内置

bus 总线

business 业务、商务(看场合)

business Logic 业务逻辑

business rules 业务规则

buttons 按钮

bug 臭虫

by/through 通过

byte 位元组(由8 bits组成)

cache 高速缓存

calendar 日历

call 调用

callback 回调

call-level interface (CLI)调用级接口(CLI)

call operator 调用操作符

candidate key 候选键 (for database)

cascading delete 级联删除 (for database)

cascading update 级联更新 (for database)

casting 转型、造型转换

catalog 目录

chain 链(function calls)

character 字符

character format 字符格式

character set 字符集

CHECK constraints CHECK约束 (for database)

checkpoint 检查点 (for database)

check box 复选框

check button 复选按钮

child class 子类

CIL (common intermediate language)通用中间语言、通用中介语言

class 类

class declaration 类声明

class definition 类定义

class derivation list 类继承列表

class factory 类厂

class hierarchy 类层次结构

class library 类库

class loader 类装载器

class template 类模板

class template partial specializations 类模板部分特化

class template specializations 类模板特化

classification 分类

clause 子句

client application 客户端应用程序

client cursor 客户端游标 (for database)

code page 代码页

cleanup 清理、清除

CLI (Common Language Infrastructure) 通用语言基础设施

client 客户、客户端

client area 客户区

client-server 客户机/服务器、客户端/服务器

clipboard 剪贴板

clone 克隆

CLS (common language specification) 通用语言规范

code access security 代码访问安全

COFF (Common Object File Format) 通用对象文件格式

collection 集合

COM (Component Object Model) 组件对象模型

combo box 组合框

command line 命令行

comment 注释

commit 提交 (for database)

communication 通讯

compatible 兼容

compile time 编译期、编译时

compiler 编译器

component组件

composite index 复合索引、组合索引 (for database)

composite key 复合键、组合键 (for database)

composition 复合、组合

concept 概念

concrete具体的

concrete class 具体类

concurrency 并发、并发机制

constraint 约束 (for database)

configuration 配置、组态

connection 连接 (for database)

connection pooling 连接池

console 控制台

constant 常量

construct 构件、成分、概念、构造(for language)

constructor (ctor) 构造函数、构造器

container 容器

containment包容

context 环境、上下文

control 控件

cookie (不译)

copy 拷贝

CORBA 通用对象请求中介架构(Common Object Request Broker Architecture)

cover 覆盖、涵盖

create/creation 创建、生成

crosstab query 交叉表查询 (for database)

CRTP (curiously recurring template pattern)

CTS (common type system)通用类型系统

cube 多维数据集 (for database)

cursor 光标

cursor 游标 (for database)

custom 定制、自定义

data 数据

data connection 数据连接 (for database)

Data Control Language (DCL) 数据控制语言(DCL) (for database)

Data Definition Language (DDL) 数据定义语言(DDL) (for database)

data dictionary 数据字典 (for database)

data dictionary view 数据字典视图 (for database)

data file 数据文件 (for database)

data integrity 数据完整性 (for database)

data manipulation language (DML)数据操作语言(DML) (for database)

data mart 数据集市 (for database)

data pump 数据抽取 (for database)

data scrubbing 数据清理 (for database)

data source 数据源 (for database)

Data source name (DSN) 数据源名称(DSN) (for database)

data warehouse 数据仓库 (for database)

dataset 数据集 (for database)

database 数据库 (for database)

database catalog 数据库目录 (for database)

database diagram 数据关系图 (for database)

database file 数据库文件 (for database)

database object 数据库对象 (for database)

database owner 数据库所有者 (for database)

database project 数据库工程 (for database)

database role 数据库角色 (for database)

database schema 数据库模式、数据库架构 (for database)

database script 数据库脚本 (for database)

data-bound 数据绑定 (for database)

data-aware control数据感知控件 (for database)

data member 数据成员、成员变量

dataset 数据集 (for database)

data source 数据源 (for database)

data structure数据结构

data table 数据表 (for database)

datagram 数据报文

DBMS (database management system)数据库管理系统 (for database)

DCOM (distributed COM)分布式COM

dead lock 死锁 (for database)

deallocate 归还

debug 调试

debugger 调试器

decay 退化

decision support 决策支持

declaration 声明

declarative referential integrity (DRI)声明引用完整性(DRI) (for database)

deduction 推导

DEFAULT constraint默认约束 (for database)

default database 默认数据库 (for database)

default instance 默认实例 (for database)

default result set 默认结果集 (for database)

default 缺省、默认值

defer 推迟

definition 定义

delegate 委托

delegation 委托

dependent name

deploy 部署

dereference 解引用

dereference operator (提领)运算子

derived class 派生类

design by contract 契约式设计

design pattern 设计模式

destroy 销毁

destructor(dtor)析构函数、析构器

device 设备

DHTML (dynamic HyperText Markup Language)动态超文本标记语言

dialog 对话框

digest 摘要

digital 数字的

DIME (Direct Internet Message Encapsulation)直接Internet消息封装

directive (编译)指示符

directory 目录

dirty pages脏页 (for database)

dirty read 脏读 (for database)

disassembler 反汇编器

DISCO (Discovery of Web Services)Web Services的查找

disk 盘

dispatch 调度、分派、派发(我喜欢"调度")

DISPID (Dispatch Identifier)分派标识符

distributed computing 分布式计算

distributed query 分布式查询 (for database)

DNA (Distributed interNet Application) 分布式网间应用程序

document 文档

DOM (Document Object Model)文档对象模型

dot operator (圆)点操作符

driver 驱动(程序)

DTD (document type definition) 文档类型定义

double-byte character set (DBCS)双字节字符集(DBCS)

dump 转储

dump file 转储文件

dynamic cursor 动态游标 (for database)

dynamic filter 动态筛选 (for database)

dynamic locking 动态锁定 (for database)

dynamic recovery 动态恢复 (for database)

dynamic snapshot 动态快照 (for database)

dynamic SQL statements 动态SQL语句 (for database)

dynamic assembly 动态装配件、动态配件

dynamic binding 动态绑定

232 评论(10)

紫雨洋依

编程说白了, 就是你用计算机的语言将你要表达的东西翻译给计算机....关键在于你该怎样设计你要表达的东西...只会做翻译, 就相当于只会干体力活...对于设计,只要你有良好的数学思维能力, 那就肯定没问题...常用的语句那是肯定要记住的,这是最基础的, 而且光记住还不行, 还要搞懂每条语句的功能, 用法.....工具到不需要什么, 只要一个编译器 , 如turboc2.0 win-tc 之类的, 有了编译器 你可以先自己尝试编一些简单的程序,.< 汗,谁说的. 编程里面是有英文没有错,但是他们都是固定了的,你多练就可以了.晕,什么叫他的英语成绩想下来都下来.汗.这句话,假得离谱,编程里面的英语和你们学英语的数量占多少.编程里面的英语来来去去也只有那几十个关键字还有一些代码,再加上你们学的英语应该是日常用语单词都可以上千.难道你们考试是考计算机英语,而且是来来去去就考编程里面的那几十个单词,而计算机编程里面用的是计算机英语.根本就不同. 楼主他那在吹,你信他个P呀.就是为了你让嫉妒<

291 评论(12)

sherry美享家

1. architecture 架构、系统架构 体系结构;在EDA的PLD中用于标识结构体。通常情况下它也指软件结构。

2. command line 命令列、命令行 (系统文字模式下的整行执行命令)。计算机语句里的命令行。

3. context 背景关系、周遭环境、上下脉络 环境、上下文。可以理解为Context是为计算机提供了一个应用的运行环境。

4. database schema 数据库结构纲目 。Schema是用于描述和规范XML文档的逻辑结构的一种语言,它最大的作用就是验证XML文件逻辑结构的正确性。

5. exception handling 异常处理、异常处理机制 异常处理、异常处理机制。

6. generic 泛型、一般化的 一般化的、通用的、泛化。泛型是程序设计语言的一种特性。

7. const 常数(constant 的缩写,C++ 关键字)。const 限定符,它把一个对象转换成一个常量。

扩展资料:

编程是编写程序的中文简称,就是让计算机代为解决某个问题,对某个计算体系规定一定的运算方式,使计算体系按照该计算方式运行,并最终得到相应结果的过程。

编程语言,是用来定义计算机程序的形式语言。它是一种被标准化的交流技巧,用来向计算机发出指令。一种计算机语言让程序员能够准确地定义计算机所需要使用的数据,并精确地定义在不同情况下所应当采取的行动。

编程语言俗称"计算机语言",种类非常的多,总的来说可以分成机器语言、汇编语言、高级语言三大类。电脑每做的一次动作,一个步骤,都是按照已经用计算机语言编好的程序来执行的,程序是计算机要执行的指令的集合,而程序全部都是用我们所掌握的语言来编写的。

229 评论(15)

相关问答