计算机英语高级词汇·Programming.doc
计算机英语(编程词汇大全)

计算机英语(编程词汇大全)application [,æpli'keiʃən] 应用程式应用、应用程序application framework ['freimwə:k] 应用程式框架、应用框架应用程序框架architecture['ɑ:kitektʃə] 架构、系统架构体系结构argument 引数(传给函式的值)。
叁见parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操作符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分配assignment operator 指派(赋值)运算子= 赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应sequential container)关联式容器//atomic 不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 背景背景(用於图形着色)後台(用於行程)backward compatible 回溯相容向下兼容//bandwidth 频宽带宽base class 基础类别基类base type 基础型别(等同於base class) batch 批次(意思是整批作业)批处理//benefit 利益收益best viable function 最佳可行函式最佳可行函式(从viable functions 中挑出的最佳吻合者)binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以bit 为单元逐一┅bitwise copy 以bit 为单元进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或false)布尔值border 边框、框线边框brace(curly brace) 大括弧、大括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)build-in 内建内置bus 汇流排总线//business 商务,业务业务buttons 按钮按钮byte 位元组(由8 bits 组成)字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操作符(同function call operator)candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例chain of function calls)链character 字元字符check box 核取方块(i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮(i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类层次体系class library 类别程式库、类别库类库class template 类别模板、类别范本类模板class template partial specializations类别模板偏特化类模板部分特化class template specializations类别模板特化类模板特化cleanup 清理、善後清理、清除client 客端、客户端、客户客户client-server 主从架构客户/服务器clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令) communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库)连接constraint 约束(条件)construct 构件构件container 容器容器(存放资料的某种结构如list, vector...)containment 内含包容context 背景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於variable)常量constructor(ctor)建构式构造函数(与class 同名的一种member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 副本cover 涵盖覆盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默认defer 延缓推迟define 定义预定义definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的内容)解叁考dereference operator dereference(提领)运算子* 解叁考操作符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计范式、设计样式设计模式※最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive)(编译)指示符directory 目录目录disk 碟盘dispatch 分派分派distributed computing 分布式计算(分布式电算) 分布式计算分散式计算(分散式电算)document 文件文档dot operator dot(句点)运算子. (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别nested class 有关)外围类enum (enumeration) 列举(一种C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子== 等号操作符equivalence 等价性、等同性、对等性等价性equivalent 等价、等同、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4)异常规范exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同call operator function object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution函式多载决议程序函数重载解决(方案)functionality 功能、机能功能function template 函式模板、函式范本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於setter) 取值函式global 全域的(对应於local)全局的global object 全域物件全局对象global scope resolution operator全域生存空间(范围决议)运算子:: 全局范围解析操作符group 群组group box 群组方块分组框guard clause 卫述句(Refactoring, p250) 卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、号码牌、权柄句柄handler 处理常式处理函数hard-coded 编死的硬编码的hard-copy 硬拷图屏幕截图hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 堆积堆hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超链接icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层base class。
计算机英语词汇

计算机英语词汇1. Hardware (硬件)- CPU (Central Processing Unit, 中央处理器)- RAM (Random Access Memory, 随机存取存储器) - HDD (Hard Disk Drive, 硬盘驱动器)- SSD (Solid State Drive, 固态硬盘)- Monitor (显示器)- Mouse (鼠标)- Keyboard (键盘)- Printer (打印机)- Scanner (扫描仪)2. Software (软件)- OS (Operating System, 操作系统)- Application (应用程序)- Software (软件)- Program (程序)- Driver (驱动程序)- Firmware (固件)3. Internet and Networking (互联网和网络)- Internet (互联网)- Network (网络)- Router (路由器)- Wi-Fi (无线网络)- Ethernet (以太网)- IP (Internet Protocol, 互联网协议)- DNS (Domain Name System, 域名系统)4. Programming (编程)- Code (代码)- Algorithm (算法)- Debugging (调试)- Variable (变量)- Function (函数)- Library (库)- Framework (框架)- Syntax (语法)5. Data and Databases (数据和数据库)- Data (数据)- Database (数据库)- SQL (Structured Query Language, 结构化查询语言) - Data mining (数据挖掘)- Big data (大数据)6. Security (安全)- Virus (病毒)- Malware (恶意软件)- Firewall (防火墙) - Encryption (加密) - Password (密码)。
计算机专业英文词汇表(已经排版好,直接打印)

计算机常用英文词汇表Aactive-matrix主动距陈adapter cards适配卡advanced application高级应用analytical graph分析图表analyze分析animations动画application softwar应用软件arithmetic operations算术运算audio-output device音频输出设备access time存取时间access存取accuracy准确性ad network cookies广告网络信息记录软件add-ons附软件address地址agents代理analog signals模拟信号applets程序asynchronous communications port异步通信端口attachment附件Bbar code条形码bar code reader条形码读卡器basic application基础程序binary coding schemes二进制译码方案binary system二进制系统bit比特browser浏览器bus line总线backup tape cartridge units备份磁带盒单元bandwidth带宽Bluetooth蓝牙broadband宽带browser浏览器business-to-business企业对企业电子商务business-to-consumer企业对消费者bus总线Ccables连线cell单元箱chain printer链式打印机character and recognition device字符标识识别设备chart图表chassis支架chip芯片clarity清晰度closed architecture封闭式体系结构column列combination key结合键computer competency计算机能力connectivity连接,结点continuous-speech recognitionsystem连续语言识别系统control unit操纵单元cordless or wireless mouse无线鼠标cable modems有线调制解调器carpal tunnel syndrome腕骨神经综合症CD-ROM可记录光盘CD-RW可重写光盘CD-R可记录压缩光盘channel信道chat group谈话群组chlorofluorocarbons(cfcs) ]氯氟甲烷client客户端coaxial cable同轴电缆cold site冷战commerce servers商业服务器communication channel信道communication systems信息系统compact disc rewritablecompact disc光盘computer abuse amendments actof 19941994计算机滥用法案computer crime计算机犯罪computer ethics计算机道德computer fraud and abuse act of1986计算机欺诈和滥用法案computer matching and privacyprotection act of 1988计算机查找和隐私保护法案computer network计算机网络computer support specialist计算机支持专家computer technician计算机技术人员computer trainer计算机教师connection device连接设备connectivity连接consumer-to-consumer个人对个人cookies-cutter programs信息记录截取程序cookies信息记录程序cracker解密高手cumulative trauma disorder积累性损伤错乱cyber cash电子现金cyberspace计算机空间cynic愤世嫉俗者Ddatabase数据库database files数据库文件database manager数据库管理data bus数据总线data projector数码放映机desktop system unit台式电脑系统单元destination file目标文件digital cameras数码照相机digital notebooks数字笔记本digital video camera数码摄影机discrete-speech recognition system不连续语言识别系统document文档document files文档文件dot-matrix printer点矩阵式打印机dual-scan monitor双向扫描显示器dumb terminal非智能终端data security数据安全data transmission specifications 数据传输说明database administrator数据库管理员data play数字播放器demodulation解调denial of service attack拒绝服务攻击dial-up service拨号服务digital cash数字现金digital signals数字信号digital subscriber line数字用户线路digital versatile disc数字化通用磁盘digital video disc数字化视频光盘direct access直接存取directory search目录搜索disaster recovery plan灾难恢复计划disk caching磁盘驱动器高速缓存diskette磁盘disk磁碟distributed data processing system 分部数据处理系统distributed processing分布处理domain code域代码downloading下载DVD 数字化通用磁盘DVD-R 可写DVDDVD-ram DVD随机存取器DVD-rom 只读DVDEe-book电子阅读器expansion cards扩展卡end user终端用户e-cash电子现金e-commerce电子商务electronic cash电子现金electronic commerce电子商务electronic communicationsprivacy act of1986电子通信隐私法案encrypting加密术energy star能源之星enterprise computing企业计算化environment环境erasable optical disks可擦除式光盘ergonomics人类工程学ethics道德规范external modem外置调制解调器extranet企业外部网Ffax machine传真机field域find搜索fire wire port 火线端口firmware固件flash ram闪存flatbed scanner台式扫描器flat-panel monitor纯平显示器floppy disk软盘formatting toolbar格式化工具条formula公式function函数fair credit reporting act of 1970公平信用报告法案fiber-optic cable光纤电缆file compression文件压缩file decompression文件解压缩filter过滤firewall防火墙firewall防火墙fixed disk固定硬盘flash memory闪存flexible disk可折叠磁盘floppies磁盘floppy disk软盘floppy-disk cartridge磁盘盒formatting格式化freedom of information act of1970信息自由法案frustrated受挫折full-duplex communication全双通通信Ggeneral-purpose application通用运用程序gigahertz千兆赫graphic tablet绘图板Hgreen pc绿色个人计算机handheld computer手提电脑hard copy硬拷贝hard disk硬盘hardware硬件help帮助host computer主机home page主页hyperlink超链接hacker黑客half-duplex communication半双通通信hard disk硬盘hard-disk cartridge硬盘盒hard-disk pack硬盘组head crash磁头碰撞header标题help desk specialist帮助办公专家helper applications帮助软件hierarchical network层次型网络history file历史文件hits匹配记录horizontal portal横向用户hot site热战hybrid network混合网络hyperlinks超连接Iimage capturing device图像获取设备information technology信息技术ink-jet printer墨水喷射印刷机integrated package综合性组件intelligent terminal智能终端设备integrated circuit集成电路interface cards接口卡internal modem内部调制解调器internet telephony网络电话internet terminal互联网终端identification识别I-drive网络硬盘驱动器illusion of anonymity匿名幻想index search索引搜索information pushers信息推送器initializing 初始化instant messaging计时信息internal hard disk内置硬盘internal modem内部调制解调器internet hard drive 网络硬盘驱动器intranet企业内部网Jjoystick操纵杆keyword search关键字搜索laser printer激光打印机layout files版式文件light pen光笔locate定位logical operations逻辑运算lands凸面line of sight communication视影通信low bandwidth低带宽Lurking潜伏MMain board主板mark sensing标志检测mechanical mouse机械鼠标memory内存menu菜单menu bar菜单条microprocessor微处理器microseconds微秒modem card调制解调器monitor显示器motherboard主板mouse 鼠标multifunctional device多功能设备magnetic tape reels磁带卷magnetic tape streamers磁带条mailing list邮件列表medium band媒质带宽met search engine整合搜索引擎microwave微波modem解调器modulation解调NNet pc网络计算机network adapter card网卡network personal computer网络个人电脑network terminal 网络终端notebook computer笔记本电脑notebook system unit笔记本系统单元numeric entry数字输入naive天真的,幼稚的;轻信的national informationinfrastructure protection actof1996国际信息保护法案national service provider全国性服务供应商network architecture网络体系结构network bridge网桥network gateway网关network manager网络管理员newsgroup新闻组no electronic theft act of1997无电子盗窃法node节点nonvolatile storage非易失性存储Oobject embedding对象嵌入object linking目标链接open architecture开放式体系结构optical disk光盘optical mouse光电鼠标optical scanner光电扫描仪outline大纲off-line browsers离线浏览器online storage联机存储Ppalmtop computer掌上电脑parallel ports并行端口passive-matrix被动矩阵pc card个人计算机卡personal laser printer个人激光打印机personal video recorder card个人视频记录卡photo printer照片打印机pixel像素platform scanner平版式扫描仪plotter绘图仪plug and play即插即用plug-in boards插件卡pointer指示器pointing stick指示棍port端口portable scanner便携式扫描仪presentation files演示文稿presentation graphics电子文稿程序primary storage主存procedures规程processor处理机programming control language程序控制语言packets数据包parallel data transmission平行数据传输peer-to-peer network system得等网络系统person-person auction site个人对个人拍卖站点physical security物理安全pits凹面plug-in插件程序polling轮询privacy隐私权proactive主动地programmer程序员protocols协议provider供应商proxy server代理服务pull products推取程序push products推送程序Rram cache随机高速缓冲器range范围record记录relational database关系数据库replace替换resolution分辨率row行read-only只读reformatting重组regional service provider区域性服务供应商repetitive motion injury反复性动作损伤reverse directory反向目录right to financial privacy act of 1979财产隐私法案ring network环形网络Sscanner扫描器search查找secondary storage device助存储设备semiconductor半导体serial ports串行端口server服务器shared laser printer共享激光打印机sheet表格silicon chip硅片slots插槽smart card智能卡soft copy软拷贝software suite软件协议sorting排序分类source file源文件special-purpose application专用文件spreadsheet电子数据表standard toolbar标准工具栏supercomputer巨型机systemcabine 系统箱system clock时钟system software系统软件satellite/air connection services卫星无线连接服务search engines搜索引擎search providers搜索供应者search services 搜索服务器sectors扇区security安全sending and receiving devices发送接收设备sequential access顺序存取serial data transmission单向通信signature line签名档snoop ware监控软件software copyright act of1980软件版权法案software piracy软件盗版solid-state storage固态存储器specialized search engine专用搜索引擎spiders网页爬虫spike尖峰电压star network星型网strategy方案subject主题subscription address预定地址super disk超级磁盘surfing网上冲浪surge protector浪涌保护器systems analyst系统分析师Ttable二维表telephony电话学television boards电视扩展卡terminal 终端template模板text entry文本输入thermal printer 热印刷thin client瘦客toggle key触发键toolbar工具栏touch screen触摸屏trackball追踪球TV tuner card电视调谐卡two-state system双状态系统technical writer技术协作者techno stress重压技术telnet远程登录time-sharing system分时系统topology拓扑结构tracks磁道traditional cookies传统的信息记录程序twisted pair双绞线UUnicode统一字符标准uploading上传UseNet世界性新闻组网络virtual memory虚拟内存video display screen视频显示屏voice recognition system声音识别系统vertical portal纵向门户video privacy protection act of 1988视频隐私权保护法案virus checker病毒检测程序virus病毒voice band音频带宽volatile storage易失性存储voltage surge冲击性电压Wwand reader 条形码读入web 网络web appliance 环球网设备web page网页web site address网络地址web terminal环球网终端webcam摄像头what-if analysis假定分析wireless revolution无线革命word字长word processing文字处理word wrap自动换行worksheet file 工作表文件web auctions网上拍卖web broadcasters网络广播web portals门户网站web sites网站web storefront creation packages 网上商店创建包web storefronts网上商店web utilities网上应用程序web-downloading utilities网页下载应用程序webmaster web站点管理员web万维网wireless modems无线调制解调器wireless service provider无线服务供应商world wide web万维网worm蠕虫病毒write-protect notch写保护口XX.25 一种分组交换网协议ZZone transfer 区域转换常用缩写单词参考DVD digital versatile 数字化通用光盘IT information technology信息技术CD compact disc 压缩盘PAD personal digital assistant个人数字助理RAM random access memory随机存储器WWW world wide web 万维网DBMS database managementsystem数据库管理系统HTML hypertext markuplanguage超文本标示语言OLE object linking andembedding对象链接潜入SQL structured query language结构化查询语言URL uniform resource locator统一资源定位器AGP accelerated graphics port加速图形接口ALU arithmetic-logic unit算术逻辑单元CPU central processing unit中央处理器CMOS complementarymetal-oxide semiconductor互补金属氧化物半导体CISC complex instruction setcomputer复杂指令集计算机HPSB high performance serialbus高性能串行总线ISA industry standard architecture工业标准结构体系PCI peripheral componentinterconnect外部设备互连总线PCMCIA personal memory cardinternational association个人计算机存储卡国际协会RAM random-access memory随机存储器ROM read-only memory只读存储器USB universal serial bus通用串行总线CRT cathode-ray tube阴极射线管HDTV high-definition television高清晰度电视LCD liquid crystal displaymonitor液晶显示器MICR magnetic-ink characterrecognition磁墨水字符识别器OCR optical-characterrecognition光电字符识别器OMR optical-mark recognition光标阅读器TFT thin film transistor monitor薄膜晶体管显示器ZD zip disk压缩磁盘DNS domain name system域名服务器FTP file transfer protocol文件传送协议HTML hypertext markuplanguage超文本链接标识语言LAN local area network局域网IRC internet relay chat互联网多线交谈MAN metropolitan area network城域网NOS network operation system网络操作系统URL uniform resource locator统一资源定位C语言常见英文词汇表。
计算机编程及常用术语英语词汇大全

计算机编程及常用术语英语词汇大全Introduction计算机已经成为现代社会的重要基础设施,编程是现代计算机世界最核心的组成部分之一。
编程语言和术语英语词汇是每个程序员必须掌握的基础。
在这篇文章中,我们将提供一个编程和计算机术语的英语词汇大全,帮助你快速掌握计算机编程的基础知识。
编程语言以下是一些常见的编程语言及其英语名称:•C: C•C++: C++•Java: Java•Python: Python•JavaScript: JavaScript•PHP: PHP•Ruby: Ruby•Swift: Swift•Kotlin: Kotlin编程术语以下是一些常见的编程术语及其英语名称:数据类型•Integer: 整型•Float: 浮点型•Boolean: 布尔型•String: 字符串类型运算符•Addition: 加号•Subtraction: 减号•Multiplication: 乘号•Division: 除号•Modulo: 取模•Increment: 自增•Decrement: 自减控制语句•If…else: 如果…否则•Switch: 选择语句•For loop: for循环•While loop: while循环•Do…while: 不断执行直到…为止数据结构•Array: 数组•List: 列表•Set: 集合•Stack: 堆栈•Queue: 队列函数•Function: 函数•Parameter: 参数•Return: 返回值•Variable: 变量•Constant: 常量现在,你已经了解了一些基本的编程语言和术语英语词汇。
在编写程序或查看他人代码时,逐渐学习这些术语并掌握它们的英语词汇是很重要的。
随着你的编程技能不断提高,你会发现这些编程术语和语言还有很多专业词汇需要掌握,希望这篇文章对你有帮助。
计算机专业英语 考试词汇

第1章Introduction to the Digital Computer数字计算机:digital computer数据处理系统:data processing system程序设计:programming程序语句:statement真空管:vacuum-tube晶体管:transistor电子线路:electronic circuitry集成电路:IC integrated circuit大规模集成电路:LSI large scale integration 或者large scale integrated circuit开关:switch计算:computation变量:variable算法:algorithm信息技术:information technology程序设计语言:programming language数据库:database操作系统:operating system软件工程:software engineering编译程序:compiler编辑程序:editor加法器:adder计数器:counter计算机网络:computer network人机接口:human-computer interface增加:insert删除:delete更新:update检索:retrieval软件:software硬件:hardware外部设备:peripheral输入设备:input unit输出设备:output unit存储器:memory unit中央处理器:CPU central processing unit键盘:keyboard视频显示终端:video display terminal主存储器:main memory辅助存储器:auxiliary memory内部存储器:internal memory外部存储器:external memory 半导体:semiconductor磁鼓:magnetic drum磁盘:magnetic disk磁带:magnetic tape软盘:floppy disk硬盘:hard disk通用计算机:general-purpose computer专用计算机:special-purpose computer算数逻辑单元:ALU arithmetic and logic unit 寄存器:register随机访问存储器:RAM random-access memory只读存储器:ROM read-only memory应用软件:application software系统软件:system software公共总线:common bus时钟脉冲:clock pulse最高有效位:most significant bits最低有效位:least significant bits第2章Basic Digital-Logic Devices逻辑门电路:logic gates微处理器:microprocessor真值表:truth table补码:complement波形:waveform电位:potential运算器:operator组合逻辑:combinatorial logic晶体管晶体管逻辑电路:TTL transistor-transistor logic推拉输出电路:totem-pole output门控锁存器:gated latch选通脉冲:strobe反相器:inverter组合电路:combinational circuit 布尔函数:Boolean function译码器:decoder触发器:flip-flop低电平有效:active-low高电平有效:active-high边沿触发型触发器:edged-triggered flip-flop 凹陷电平、门槛电平:threshold level上升沿:rising edge下降沿:falling edge移位寄存器:shift register双向移位寄存器:bi-directional shift register 并行传送:parallel transfer二进制计数器:binary counter正反馈:positive feedback 负反馈:negative feedback第3章Programming the Computer机器指令:machine instructions二进制代码:binary code八进制代码:octal code十六进制代码:hexadecimal code符号代码:symbolic code汇编程序:assembler编译程序:compiler面向用户的:user-oriented面向问题的:problem-oriented操作数:operand汇编语言指令:assembly language instructions微处理器:microprocessor机器代码:machine code源程序:source code操作码:opcode助记符:mnemonic累加器:accumulator源操作数:source operand目的操作数:destination operand注释:comment寻址方式:addressing mode直接寻址:direct addressing间接寻址:indirect addressing存储器有效地址:EA effective memory address 偏移量:offset索引、变址:index指针寄存器:pointer register变址寄存器:index register基址寄存器:base register基址指针寄存器:base pointer register目的变址寄存器:destination index register 源变址寄存器:source index register精简指令集计算机:RISC reducedinstruction set computer流水线:pipeline结构化语言:structured language程序块结构:block structure块结构语言:block structure language面向问题的程序设计语言:problem orientedprogramming language面向机器的程序设计语言:machine oriented programming language类:class继承:inheritance对象:object人工智能:artificial intelligence封装:encapsulation多态性:polymorphism域名:domain name系统管理员:system administrator第4章The Computer Memory通用计算机:general-purpose computers主存:main memory辅存:auxiliary memory高速缓冲存储器:cache memory随机访问存储器:RAM random accessmemory只读存储器:ROM read-only memory存储单元:memory cell常量:constant数组、矩阵:array可编程只读存储器:PROM programmable read-only memory可擦除可编程只读存储器:EPROM erasable programmable read-only memory电可擦除可编程只读存储器:EEPROM electrically erasable programmable read-only memory半导体集成电路:semiconductor integrated circuit电容器:capacitor 放电:discharge引导装入模块:bootstrap loader初始化程序:initial program金属氧化物半导体:MOS metal oxide semiconductor多道程序设计:multiprogramming重定位:relocation软盘:floppy disk磁泡存储器:magnetic bubble memory软扇区磁盘:soft-sectored disk硬扇区磁盘:hard-sectored disk磁道:track柱面:cylinder固件:firmware虚拟地址:virtual address地址空间:address space物理地址:physical address存储空间:memory space磁盘操作系统:DOS disk operating system第5章Input/Output Devices监视器:monitor点距:dot pitch电子枪:electron gun荧光体:phosphor阴极射线管:CRT cathode ray tube分辨率:resolution视频信号:video signal带宽:bandwidth用户手册:owner’s manual软拷贝:softcopy硬拷贝:hardcopy显微胶片:microfilm光栅、扫描线:raster象素:pixel垂直分辨率:vertical resolution水平分辨率:horizontal resolution彩色图形适配器:CGA color graphics adapter增强型图形适配器:EGA extended graphics adapter主板:motherboard位映射图像:bit-mapped graphics字符映射显示:character-mapped display液晶显示器:LCD liquid crystal display 触摸屏:touch panel图标:icon发光二极管:LED light-emitting diode坐标:coordinate打字机:typewriter控制台:console远程终端:remote terminal大写字符:uppercase小写字符:lowercase电阻器:resistor鼠标:mouse光标:cursor鼠标垫:mouse pad计算机辅助设计:CAD computer aided design报文交换:message-switching矩阵:matrix激光打印机:laser printer静电:static electricity非击打式打印机:nonimpact printers桌面排版系统:desktop publishing光学字符识别:optical character recognition 通用串行总线:universal serial bus数码相机:digital camera第6章Software engineering软件工程:software engineering程序流程图:program flowchart高内聚:highly cohesive低耦合:loosely coupled软件过程:software process结构化程序设计:structured programming自顶向下程序设计:top-down design结构化普查:structured walkthroughs第7章Operating System操作系统:operating system低级语言:low level language高级语言:high level language数据结构:data structure目录:directory属性:attribute进程:process栈指针:stack pointer磁芯映像、内存映像:core image图形用户界面:GUI graphical user interface工作站:workstation服务器:server传输控制协议:TCP Transmission Control Protocol网络互联协议:IP Internet Protocol第五章Input/Output Devices光学字符识别:OCR optical character recognition通用串行总线:USB universal serial bus数码相机:digital camera像素:pixel扫描仪:scanner液晶显示器:LCD Liquid Crystal Display第六章Software engineering软件工程:software engineering程序流程图:program flowchart高内聚:highly cohesive低耦合:loosely coupled软件过程:software process结构化程序设计:structured programming自顶向下程序设计:top-down design结构化普查:structured walkthroughs第七章Operating System操作系统:operating system低级语言:low level language高级语言:high level language数据结构:data structure检查和:checksum目录:directory属性:attribute进程:process栈指针:stack pointer磁芯映像、内存映像:core image图形用户界面:GUI graphical user interface工作站:workstation服务器:server传输控制协议:TCP Transmission Control Protocol网络互联协议:IP Internet Protocol快捷键:shortcut key第八章Computer Networks全双工异步通信:full duplex asynchronous communication全双工:full duplex电流:electric current双绞线:twisted pair wiring调制解调器:modem信号损失:signal loss载波:carrier wave调制:modulation解调:demodulation光纤:optical fiber调幅:amplitude modulation调频:frequency modulation同轴电缆:coaxial cable网络接口卡:NIC network interface card帧格式:frame format拨号:dialup呼叫模式:calling mode应答模式:answer mode面向字符的:character-oriented网络分析器:network analyzer载波监听多重访问:CSMA carrier sense with multiple access 令牌环网:token ring network网络流量:network traffic随机模式:promiscuous mode星型拓扑结构:star topology环型拓扑结构:ring topology总线型拓扑结构:bus topology印刷电路板:printed circuit board校验和:checksum中继器:repeater桥接器:bridge交换机:switch集线器:hub路由器:router客户端:client服务器:server域名系统:DNS domain name system电子邮件:E-mail electronic mail第九章Computer Applications标题栏:title bar下拉菜单:pull-down menu菜单条:menu bar工具条:tool bar格式条:format bar快捷键:shortcut key文本区:text area滚动条:scroll bar视图图标:view icon状态栏:status bar工作窗口:active window对话框:dialog box文本框:text box命令按钮:command button列表框:list box单选按钮:radio button复选框:check box关系型数据库:relational database层次型数据库:hierarchical database网状数据库:network database数据库管理系统:DBMS database management system 实体-关系:ER entity-relationship虚拟现实:virtual reality地理信息系统:GIS geographic information system扩展名:extension计算机辅助设计:CAD computer aided design 模型空间:model space纸张空间:paper space工业机器人:industrial robot内置的:built-in传感器:sensor限位开关:limit switch电机启动器:motor starter固态继电器:solid-state relay指示灯:indicator light梯形图程序:ladder program。
计算机编程的专业英语单词

计算机编程的专业英语单词aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。
参见parameterarray 数组arrow operator 箭头操作符ASP(Active Server Page)活动服务器页面 worker process 工作者进程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 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 高速缓存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 scrīpt 数据库脚本(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)分布式COMdead 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 namedeploy 部署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 动态绑定EAI (enterprise application integration)企业应用程序集成(整合) EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (Dlectronic Data Interchange)电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 最终用户engine 引擎entity 实体encapsulation 封装enclosing class 外围类别(与巢状类别nested class有关) enum (enumeration) 枚举enumerators 枚举成员、枚举器equal 相等equality 相等性equality operator 等号操作符error log 错误日志(for database)escape code 转义码escape character 转义符、转义字符exclusive lock 排它锁(for database)explicit transaction 显式事务(for database)evaluate 评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制exception-safe 异常安全的exception specification 异常规范exit 退出explicit 显式explicit specialization 显式特化export 导出expression 表达式facility 设施、设备fat client 胖客户端feature 特性、特征fetch 提取field 字段(java)field 字段(for database)field length 字段长度(for database)file 文件filter 筛选(for database)finalization 终结firewall 防火墙finalizer 终结器firmware 固件flag 标记flash memory 闪存flush 刷新font 字体foreign key (FK) 外键(FK) (for database)form 窗体formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) fragmentation 碎片(for database)framework 框架full specialization 完全特化function 函数function call operator (即operator ()) 函数调用操作符function object 函数对象function overloaded resolution函数重载决议functionality 功能function template函数模板functor 仿函数GAC (global assembly cache) 全局装配件缓存、全局配件缓存GC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制) game 游戏generate 生成generic 泛化的、一般化的、通用的generic algorithm通用算法genericity 泛型getter (相对于setter)取值函数global 全局的global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权(for database)granularity 粒度group 组、群group box 分组框GUI 图形界面GUID (Globally Unique Identifier) 全球唯一标识符hand shaking 握手handle 句柄handler 处理器hard-coded 硬编码的hard-copy 截屏图hard disk 硬盘hardware 硬件hash table 散列表、哈希表header file头文件heap 堆help file 帮助文件hierarchy 层次结构、继承体系hierarchical data 阶层式数据、层次式数据hook 钩子Host (application)宿主(应用程序)hot key 热键hyperlink 超链接HTML (HyperText Markup Language) 超文本标记语言HTTP pipeline HTTP管道HTTP (HyperText Transfer Protocol) 超文本传输协议icon 图标IDE (Integrated Development Environment)集成开发环境IDL (Interface Definition Language) 接口定义语言identifier 标识符idle time 空闲时间if and only if当且仅当IL (Intermediate Language) 中间语言、中介语言image 图象IME 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新(for database)implicit transaction隐式事务(for database) incremental update 增量更新(for database)index 索引(for database)implement 实现implementation 实现、实现品implicit 隐式import 导入increment operator 增加操作符infinite loop 无限循环infinite recursive 无限递归information 信息infrastructure 基础设施inheritance 继承、继承机制inline 内联inline expansion 内联展开initialization 初始化initialization list 初始化列表、初始值列表initialize 初始化inner join 内联接(for database)in-place active 现场激活instance 实例instantiated 具现化、实体化(常应用于template) instantiation 具现体、具现化实体(常应用于template) integrate 集成、整合integrity 完整性、一致性integrity constraint完整性约束(for database) interprocess communication (IPC)进程间通讯(IPC) interacts 交互interface 接口for GUI 界面interoperability 互操作性、互操作能力interpreter 解释器introspection 自省invariants 不变性invoke 调用isolation level 隔离级别(for database)iterate 迭代iterative 反复的、迭代的iterator 迭代器iteration 迭代(回圈每次轮回称为一个iteration)item 项、条款、项目JIT compilation JIT编译即时编译key 键(for database)key column 键列(for database)laser 激光late binding 迟绑定left outer join 左向外联接(for database)level 阶、层例high level 高阶、高层library 库lifetime 生命期、寿命link 连接、链接linkage 连接、链接linker 连接器、链接器literal constant 字面常数list 列表、表、链表list box 列表框livelock 活锁(for database)load 装载、加载load balancing 负载平衡loader 装载器、载入器local 局部的local object 局部对象lock 锁log 日志login 登录login security mode登录安全模式(for database)lookup table 查找表(for database)loop 循环loose coupling 松散耦合lvalue 左值machine code 机器码、机器代码macro 宏maintain 维护managed code 受控代码、托管代码Managed Extensions 受控扩充件、托管扩展managed object 受控对象、托管对象mangled namemanifest 清单manipulator 操纵器(iostream预先定义的一种东西)many-to-many relationship 多对多关系(for database)many-to-one relationship 多对一关系(for database)marshal 列集member 成员member access operator 成员取用运算子(有dot和arrow两种) member function 成员函数member initialization list成员初始值列表memberwise 以member为单元…、members 逐一…memberwise copymemory 内存memory leak 内存泄漏menu 菜单message 消息message based 基于消息的message loop 消息环message queuing消息队列metadata 元数据metaprogramming元编程method 方法micro 微middleware 中间件middle tier 中间层modeling 建模modeling language 建模语言modifier 修饰字、修饰符modem 调制解调器module 模块most derived class最底层的派生类mouse 鼠标mutable 可变的mutex 互斥元、互斥体multidimensional OLAP (MOLAP) 多维OLAP(MOLAP) (for database) multithreaded server application 多线程服务器应用程序multiuser 多用户multi-tasking 多任务multi-thread 多线程multicast delegate 组播委托、多点委托named parameter 命名参数named pipe 命名管道namespace 名字空间、命名空间native 原生的、本地的native code 本地码、本机码Native Image Generator (NGEN)本地映像生成器nested class 嵌套类nested query 嵌套查询(for database)nested table 嵌套表(for database)network 网络network card 网卡nondependent nameobject 对象object based 基于对象的object file 目标文件object model 对象模型object oriented 面向对象的object pooling 对象池化ODBC data source ODBC数据源(for database)ODBC driver ODBC驱动程序(for database)ODR (one-definition rule)OLE Automation objects OLE自动化对象(for database)OLE Automation server OLE自动化服务器(for database)OLE DB consumer OLE DB使用者(for database)OLE DB for OLAP 用于OLAP的OLE DB (for database)OLE DB provider OLE DB提供者(for database)one-to-many relationship 一对多关系(for database)one-to-one relationship 一对一关系(for database)online analytical processing (OLAP) 联机分析处理(OLAP) (for database) online redo log 联机重做日志(for database)online transaction processing (OLTP) 联机事务处理(OLTP) (for database) Open Data Services (ODS) 开放式数据服务(ODS) (for database)Open Database Connectivity (ODBC) 开放式数据库连接(ODBC) (for database) operand 操作数operating system (OS) 操作系统operation 操作operator 操作符、运算符option 选项optimizer 优化器outer join 外联接(for database)overflow 上限溢位(相对于underflow)overhead 额外开销overload 重载overload resolution 重载决议overloaded function 重载的函数overloaded operator 被重载的操作符override 覆写、重载、重新定义package 包packaging 打包palette 调色板parallel 并行parameter 参数、形式参数、形参parameter list 参数列表parameterize 参数化parent class 父类parentheses 圆括弧、圆括号parse 解析parser 解析器part 零件、部件partial specialization 局部特化pass by address 传址(函式引数的传递方式)(非正式用语)pass by reference 传地址、按引用传递pass by value 按值传递pattern 模式PDA (personal digital assistant)个人数字助理PE (Portable Executable) file 可移植可执行文件performance 性能persistence 持久性PInvoke (platform invoke service) 平台调用服务pixel 像素placement deleteplacement newplaceholder 占位符platform 平台POD (plain old data (type))POI (point of instantiation)pointer 指针poll 轮询pooling 池化polymorphism 多态pop up 弹出式port 端口postfix 后缀precedence 优先序(通常用于运算子的优先执行次序) prefix 前缀preprocessor 预处理器primary key (PK)主键(PK) (for database)primary table 主表(for database)primary template原始模板primitive type 原始类型print 打印printer 打印机procedure 过程procedural 过程式的、过程化的process 进程profile 评测profiler 效能(性能)评测器program 程序programmer 程序员programming编程、程序设计progress bar 进度指示器project 项目、工程property 属性protocol 协议pseudo code伪码qualified 经过资格修饰(例如加上scope运算子) qualifiedqualifier 修饰符quality 质量queue 队列race condition 竞争条件(多线程环境常用语)radian 弧度radio button 单选按钮raise 引发(常用来表示发出一个exception) random number 随机数range 范围、区间rank 等级raw 未经处理的readOnly只读record 记录(for database)recordset 记录集(for databaserecursive 递归re-direction 重定向refactoring 重构refer 引用、参考reference 引用、参考reference counting引用计数referential integrity (RI)引用完整性(RI) (for database) register 寄存器reflection 反射refresh data 刷新数据(for database)regular expression 正则表达式relational database 关系数据库remote 远程remote request 远程请求represent 表述,表现resolve 解析、决议resolution 解析过程result set 结果集(for database)retrieve data 检索数据return 返回return type 返回类型return value 返回值right outer join 右向外联接(for database)revoke 撤销robust 健壮robustness 健壮性roll back 回滚(for database)roll forward 前滚(for database)routine 例程row 行(for database)row lock 行锁(for database)rowset 行集(for database)RPC (remote procedure call)RPC(远程过程调用) runtime 执行期、运行期、执行时、运行时rvalue 右值save 保存savepoint 保存点(for database)SAX (Simple API for XML)scalable 可伸缩的、可扩展的schedule 调度scheduler 调度程序schema 模式、纲目结构scroll bar滚动条scope 作用域、生存空间scope operator 生存空间操作符scope resolution operator 生存空间解析操作符screen 屏幕SDK (Software Development Kit)软件开发包sealed class 密封类search 查找semantics 语义semaphore 信号量sequential container序列式容器server 服务器、服务端serial 串行serialization/serialize 序列化server cursor服务端游标、服务器游标(for database) session 会话(for database)setter 设值函数shared lock 共享锁(for database)sibling 同级side effect 副作用signature 签名single-threaded 单线程slider滑块slot 槽smart pointer 智能指针SMTP (Simple Mail Transfer Protocol) 简单邮件传输协议snapshot 截屏图snapshot 快照(for database)specialization 特化specification 规范、规格splitter 切分窗口SOAP (simple object access protocol) 简单对象访问协议software 软件source code 源码、源代码SQL (Structured Query Language) 结构化查询语言(for database) stack 栈、堆栈stack unwinding 叠辗转开解(此词用于exception主题) standard library 标准库standard template library 标准模板库stateless 无状态的statement 语句、声明static cursor 静态游标(for database)static SQL statements 静态SQL语句(for database)stored procedure 存储过程(for database)status bar 状态条stream 流string 字符串stub 存根subobject子对象subquery 子查询(for database)subroutine 子例程subscrīpt operator 下标操作符subset 子集subtype 子类型support 支持suspend 挂起symbol 记号syntax 语法system databases 系统数据库(for database)system tables 系统表(for database)table 表(for database)table lock 表锁(for database)table-level constraint 表级约束(for database)tape backup 磁带备份(for database)target 标的,目标task switch 工作切换TCP (Transport Control Protocol) 传输控制协议template 模板template-idtemplate argument deduction 模板参数推导template explicit specialization 模板显式特化template parameter 模板参数template template parametertemporary object 临时对象temporary table 临时表(for database)text 文本text file 文本文件thin client 瘦客户端third-party 第三方thread 线程thread-safe 线程安全的throw 抛出、引发(常指发出一个exception)token 符号、标记、令牌(看场合)trace 跟踪transaction 事务(for database)transaction log 事务日志(for database)transaction rollback 事务回滚(for database)transactional replication 事务复制(for database)translation unit 翻译单元traverse 遍历trigger 触发器(for database)two-phase commit 两阶段提交(for database)tupletwo-phase lookup 两阶段查找type 类型UDDI(Universary Descrīption, Discovery and Integration)统一描述、查询与集成UML (unified modeling language)统一建模语言unary function 单参函数unary operator 一元操作符unboxing 拆箱、拆箱转换underflow 下限溢位(相对于overflow)Union query 联合查询(for database)UNIQUE constraints UNIQUE约束(for database)unique index 唯一索引(for database)unmanaged code 非受控代码、非托管代码unmarshal 散集unqualified 未经限定的、未经修饰的URI (Uniform Resource identifier) 统一资源标识符URL (Uniform Resource Locator) 统一资源定位器user 用户user interface 用户界面value types 值类型variable 变量vector 向量(一种容器,有点类似array)viable 可行的video 视频view 视图VEE (Virtual Execution Engine)虚拟执行引擎vendor 厂商view 视图(for database)virtual function 虚函数virtual machine 虚拟机virtual memory 虚拟内存vowel 元音字母Web Services web服务WHERE clause WHERE子句(for database)wildcard characters 通配符字符(for database)wildcard search 通配符搜索(for database)window 窗口window function 窗口函数window procedure 窗口过程Windows authentication Windows身份验证wizard 向导word 单词word processor 字处理器wrapper 包装、包装器write enable 写启用(for database)write-ahead log 预写日志(for database)write-only 只写WSDL (Web Service Descrīption Language)Web Service描述语言XML Message Interface (XMI) XML消息接口XML (eXtensible Markup Language) 可扩展标记语言XSD (XML Schema Definition) XML模式定义语言XSL (eXtensible Stylesheet Language) 可扩展样式表语言XSLT (eXtensible Stylesheet Language Transformation)可扩展样式表语言转换xxx based 基于xxx的xxx oriented 面向xxx。
计算机编程常用英语单词
编法度经常使用英语单词欧阳歌谷(2021.02.01)application 应用程式应用、应用法度application framework 应用程式框架、应用框架应用法度框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。
叁见parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操纵符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分派assignment operator 指派(赋值)运算子= 赋值操纵符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应sequential container)关联式容器atomic 不成联系的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 布景布景(用於图形着色)后台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别(同等於base class)batch 批次(意思是整批作业)批处理benefit 利益收益best viable function 最佳可行函式最佳可行函式(从viable functions 中挑出的最佳吻合者)binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操纵符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以bit 为单位逐一┅bitwise copy 以bit 为单位进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或false)布尔值border 边框、框线边框brace(curly brace) 年夜括弧、年夜括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)build-in 内建内置bus 汇流排总线business 商务,业务业务buttons 按钮按钮byte 位元组(由8 bits 组成)字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操纵符(同function call operator)candidate function 候选函式候选函数(在函式多载决议法度中呈现的候选函式)chain 串链(例chain of function calls)链character 字元字符check box 核取方块(i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮(i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别界说、类别界说式类界说class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类条理体系class library 类别程式库、类别库类库class template 类别模板、类别范本类模板class template partial specializations类别模板偏特化类模板部分特化class template specializations类别模板特化类模板特化cleanup 清理、善后清理、清除client 客端、客户端、客户客户client-server 主从架构客户/办事器clipboard 剪贴簿剪贴板1clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令)communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库)连接constraint 约束(条件)construct 构件构件container 容器容器(寄存资料的某种结构如list, vector...)containment 内含包涵context 布景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於variable)常量constructor(ctor)建构式构造函数(与class 同名的一种member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 正本cover 涵盖笼盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默认defer 延缓推迟define 界说预界说definition 界说、界说区、界说式界说delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的内容)解叁考dereference operator dereference (提领)运算子* 解叁考操纵符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计范式、设计样式设计模式※最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive)(编译)指示符directory 目录目录disk 碟盘dispatch 分拨分拨distributed computing 散布式计算(散布式电算) 散布式计算分离式计算(分离式电算) document 文件文档dot operator dot(句点)运算子 . (圆)点操纵符driver 驱动程式驱动(法度)dynamic binding 静态系结静态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别nested class 有关)外围类enum (enumeration) 列举(一种C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子== 等号操纵符equivalence 等价性、同等性、对等性等价性equivalent 等价、同等、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异惯例格(ref. C++ Primer 3/e, 11.4)异惯例范exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标识表记标帜flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同call operatorfunction object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution 函式多载决议法度函数重载解决(计划)functionality 功能、机能功能function template 函式模板、函式范本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於setter) 取值函式global 全域的(对应於local)全局的global object 全域物件全局对象global scope resolution operator 全域生存空间(规模决议)运算子:: 全局规模解析操纵符group 群组group box 群组方块分组框guard clause 卫述句(Refactoring, p250) 卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、号码牌、权柄句柄handler 处理常式处理函数hard-coded 编死的硬编码的hard-copy 硬拷图屏幕截图hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 聚积堆hierarchy 阶层体系条理结构(体系)hook 挂钩钩子hyperlink 超链结超链接icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层base class。
计算机编程常用英语单词
编程序常用英语单词application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。
叁见parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操作符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分配assignment operator 指派(赋值)运算子 = 赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应sequential container)关联式容器atomic 不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 背景背景(用於图形着色)后台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别 (等同於 base class) batch 批次(意思是整批作业)批处理benefit 利益收益best viable function 最佳可行函式最佳可行函式(从 viable functions 中挑出的最佳吻合者)binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以 bit 为单元逐一┅bitwise copy 以 bit 为单元进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或 false)布尔值border 边框、框线边框brace(curly brace) 大括弧、大括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)build-in 建置bus 汇流排总线business 商务,业务业务buttons 按钮按钮byte 位元组(由 8 bits 组成)字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操作符(同 function call operator)candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例 chain of function calls)链character 字元字符check box 核取方块 (i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮 (i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类层次体系class library 类别程式库、类别库类库class template 类别模板、类别本类模板class template partial specializations类别模板偏特化类模板部分特化class template specializations类别模板特化类模板特化cleanup 清理、善后清理、清除client 客端、客户端、客户客户client-server 主从架构客户/服务器clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令) communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库)连接constraint 约束(条件)construct 构件构件container 容器容器(存放资料的某种结构如 list, vector...)containment 含包容context 背景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於 variable)常量constructor(ctor)建构式构造函数(与class 同名的一种 member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 副本cover 涵盖覆盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默认defer 延缓推迟define 定义预定义definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的容)解叁考dereference operator dereference(提领)运算子 * 解叁考操作符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计式、设计样式设计模式※最近我比较喜欢「设计式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive) (编译)指示符directory 目录目录disk 碟盘dispatch 分派分派distributed computing 分布式计算 (分布式电算) 分布式计算分散式计算 (分散式电算)document 文件文档dot operator dot(句点)运算子 . (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别nested class 有关)外围类enum (enumeration) 列举(一种 C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子 == 等号操作符equivalence 等价性、等同性、对等性等价性equivalent 等价、等同、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4)异常规exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同 call operator function object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution函式多载决议程序函数重载解决(方案)functionality 功能、机能功能function template 函式模板、函式本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於 setter) 取值函式global 全域的(对应於 local)全局的global object 全域物件全局对象global scope resolution operator全域生存空间(围决议)运算子 :: 全局围解析操作符group 群组group box 群组方块分组框guard clause 卫述句 (Refactoring, p250)卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、牌、权柄句柄handler 处理常式处理函数hard-coded 编死的硬编码的hard-copy 硬拷图屏幕截图hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 堆积堆hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层 base class。
计算机编程术语英语单词
计算机编程术语英语单词计算机编程术语英语单词编辑程序让电脑执行的过程就叫编程。
下面是店铺分享的.计算机编程术语,希望能对大家有所帮助!Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Calendrical Calculations 日期Job Scheduling 工程安排Satisfiability 可满足性Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Shortest Path 最短路径Transitive Closure and Reduction 传递闭包Matching 匹配Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘。
计算机编程通用英语单词
编程序常用英语单词application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。
叁见parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操作符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分配assignment operator 指派(赋值)运算子= 赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应sequential container)关联式容器atomic 不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 背景背景(用於图形着色)后台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别(等同於base class) batch 批次(意思是整批作业)批处理benefit 利益收益best viable function 最佳可行函式最佳可行函式(从viable functions 中挑出的最佳吻合者)binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以bit 为单元逐一┅bitwise copy 以bit 为单元进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或false)布尔值border 边框、框线边框brace(curly brace) 大括弧、大括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)build-in 内建内置bus 汇流排总线business 商务,业务业务buttons 按钮按钮byte 位元组(由8 bits 组成)字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操作符(同function call operator)candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例chain of function calls)链character 字元字符check box 核取方块(i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮(i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类层次体系class library 类别程式库、类别库类库/*class template 类别模板、类别范本类模板class template partial specializations类别模板偏特化类模板部分特化class template specializations类别模板特化类模板特化cleanup 清理、善后清理、清除client 客端、客户端、客户客户client-server 主从架构客户/服务器clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令) communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库)连接constraint 约束(条件)construct 构件构件container 容器容器(存放资料的某种结构如list, vector...)containment 内含包容context 背景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於variable)常量constructor(ctor)建构式构造函数(与class 同名的一种member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 副本cover 涵盖覆盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默认defer 延缓推迟define 定义预定义definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的内容)解叁考dereference operator dereference(提领)运算子* 解叁考操作符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计范式、设计样式设计模式※最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive)(编译)指示符directory 目录目录disk 碟盘dispatch 分派分派distributed computing 分布式计算(分布式电算) 分布式计算分散式计算(分散式电算)document 文件文档/*dot operator dot(句点)运算子 . (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别nested class 有关)外围类enum (enumeration) 列举(一种C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子== 等号操作符equivalence 等价性、等同性、对等性等价性equivalent 等价、等同、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4)异常规范exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同call operator function object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution函式多载决议程序函数重载解决(方案)functionality 功能、机能功能function template 函式模板、函式范本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於setter) 取值函式global 全域的(对应於local)全局的global object 全域物件全局对象global scope resolution operator全域生存空间(范围决议)运算子:: 全局范围解析操作符group 群组group box 群组方块分组框guard clause 卫述句(Refactoring, p250) 卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、号码牌、权柄句柄handler 处理常式处理函数hard-coded 编死的硬编码的hard-copy 硬拷图屏幕截图/*hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 堆积堆hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超链接icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层base class。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机英语高级词汇·Programming
【专业词汇】
API(Application Programming Interfaces,应用程序接口)
ASCII(American Standard Code for Information Interchange,
美国国家标准信息交换代码)
ATL(ActiveX Template Library,ActiveX模板库)
BASIC(Beginner's All-purpose Symbolic Instruction Code,初
学者通用指令代码)
COM(Component Object Model,组件对象模式)
DNA(Distributed Internet Application,分布式因特网应用程
序)
MFC(Microsoft Foundation Classes,微软基础类库)
SDK(Software Development Kit,软件开发工具包)