• 回答数

    4

  • 浏览数

    185

大嘴闯天下
首页 > 英语培训 > 英语词库api

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

szcarol617

已采纳

whitepurebeautiful

英语词库api

235 评论(10)

linkaixinlang

whiteglistenbeautifulpure

138 评论(14)

水金之幻

计算机编程常用英语词汇

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

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 动态绑定

319 评论(12)

芒果东瓜酱

外贸英语常用词汇大全1

船务公司 shipping service company

非商标(非专利)产品 generic products

稳健的货币政策 prudent monetary policy

超前消费 deficit spending

(到银行)挤兑 run on banks

对农业的国内支持 domestic support to agriculture

特种债券 special bonds

富裕经济 economy of abundance

年复合增长率 CAGA (compound annual growth average)

动物源性蛋白 Animal-based protein

转基因组织 GMO (genetically modified organism)

视频点播 VOD (video-on-demand)

音频点播 AOD (audio-on-demand)

市场准人的行政管理 措施 AAMA: Administrative Aspects of Market Access

亚太工商咨询理事会 ABAC: APEC Business Advisory Council

亚太商业论坛 ABF:APEC Business Forum

亚太通讯与数据系统 ACDS:APEC Communications and Database System

亚太中小企业技术交流与培训中心 ACTETSME:APEC Center for Technology Exchange and Training for Small and Medium Enterprises

亚洲开发银行 ADB: Asian Development Bank

亚太经合组织经济领导人会议 AELM: APEC Economic Leaders Meeting

东盟自由贸易区 AFTA:ASEAN Free Trade Area

亚太经合组织部长级会议 AMM:APEC MinisteriaI Meeting

澳新紧密经济关系协定 ANZCERTA:Australia New Zealand Closer Economic Relations Trade Agreement

亚太商业网络 APB-Net:Asia-Pacific Business Network

亚太经济合作组织 APEC:Asia-Pacific Economic Cooperation

亚太能源研究中心 APERC:Asia Pacific Energy Research Center

亚太信息基础设施 APII:Asia-Pacific Information Infrastructure

亚太实验室认可合作 APLAC:Asia Pacific Laboratory Accreditation Cooperation

亚太法定计量论坛 APLMF:Asia Pacific Legal Metrology Forum

亚太计量程序 APMP:Asia Pacific Metrology Program

东南亚国家联盟 ASEAN:Association of South-East Asian Nations

亚欧会议 ASEM:Asia-Europe Meeting

外贸英语常用词汇大全2

农业技术合作 ATC:Agricultural Technical Cooperation

中央处理器 CPU(Central Processing Unit)

计算机辅助设计 CAD(Computer-Aided Design)

互联网普及率 Internet Penetration

网民 Cyber Citizen

网络犯罪 Cyber Crime

网络城市, 虚拟城市 Cyber City

数字鸿沟 Digital Divide

智能学校 Smart Schools

多功能卡 Multipurpose Card

软件开发 Software Development

内容开发 Content Development

数字化商业 Digital Business

信息化 Informationization, Network-based Information Flow

软件包 Software Packages

申请注册域名 Domain Name Application and Registration

虚拟空间 Virtual Space

局域网 Intranet

脑图 Mind Map

便携式电脑 Portable Computer; Laptop; Notebook Computer

个人数字助理 PDA---Personal Digital Assistant

掌上电脑 Palm Computer

路由器 Router

网络管理员 Network Administrator

网络经济 Cyber Economy

外贸英语常用词汇大全3

以太网 Ethernet

服务提供者 ISP-Internet Service Provider

网络计算机 NC: Network Computer

多媒体个人电脑 MPC: Multimedia Personal Computer

多媒体扩展 MMX: 是MultiMedia eXtensions

兆赫 MHz Mega Hertz

视频图形阵列 VGA:Video Graphics Array

三维摄影室 3D Studio: Three Dimension Studio

虚拟现实 VR:Virtual Reality

原始设备制造商 OEM:Original Equipment Manufacturer

即插即用 PNP:Plug and Play

乐器数字接口 MIDI:Musical Instrument Digital Interface

运动图像专家组 MPEG:Motion Picture Experts Group

域名 Domain Name

拨号连接 Dial-up Connection

外贸英语常用词汇大全4

Customs Bond 海关担保

Surety Company 担保公司

Principle 本人

Carrier 承运人

Attorney 代理人/委托人

Freight Forwarder 货运代理

Jointly and Severally Liable For 负连带责任

Liquidated Damages 违约赔偿金

Solvency 偿付能力

Security 抵押品/保证金

Power of Attorney 委托书

Make a Complete Entry 正式/完整申报

CFR(Code of Federal Regulations) 美国联邦政府行政法规汇编

Bill of Lading 提单

Condemned Goods 有问题的货物

Customs Liquidation 清关

Customs Clearance 结关

Court Costs 诉讼费用

Disposition of Merchandise 货物处置

外贸英语常用词汇大全相关 文章 :

★ 外贸英语常用套语

★ 外贸英语常用词汇--价格篇

★ 外贸英语常用词汇及短语--询盘和还盘篇

★ 英语高频词汇大全

★ 必备国外生活的英文词汇

★ 生活必备的英文词汇

★ 外贸常用英语句子(3)

★ 外贸英语常用句子--商品质量篇

★ 外贸常用英语句子

★ 外贸订单相关词汇

278 评论(15)

相关问答