编程序常用英语单词是什么
1.architecture架构、系统架构体系结构;在EDA的PLD中用于标识结构体。通常情况下它也指软件结构。
2.commandline命令列、命令行(系统文字模式下的整行执行命令)。计算机语句里的命令行。
3.context背景关系、周遭环境、上下脉络环境、上下文。可以理解为Context是为计算机提供了一个应用的运行环境。
4.databaseschema数据库结构纲目。Schema是用于描述和规范XML文档的逻辑结构的一种语言,它最大的作用就是验证XML文件逻辑结构的正确性。
5.exceptionhandling异常处理、异常处理机制异常处理、异常处理机制。
6.generic泛型、一般化的一般化的、通用的、泛化。泛型是程序设计语言的一种特性。
7.const常数(constant的缩写,C++关键字)。const限定符,它把一个对象转换成一个常量。
扩展资料:
编程是编写程序的中文简称,就是让计算机代为解决某个问题,对某个计算体系规定一定的运算方式,使计算体系按照该计算方式运行,并最终得到相应结果的过程。
编程语言,是用来定义计算机程序的形式语言。它是一种被标准化的交流技巧,用来向计算机发出指令。一种计算机语言让程序员能够准确地定义计算机所需要使用的数据,并精确地定义在不同情况下所应当采取的行动。
编程语言俗称"计算机语言",种类非常的多,总的来说可以分成机器语言、汇编语言、高级语言三大类。电脑每做的一次动作,一个步骤,都是按照已经用计算机语言编好的程序来执行的,程序是计算机要执行的指令的集合,而程序全部都是用我们所掌握的语言来编写的。
计算机编程常用英语词汇
计算机编程常用英语词汇程序员们对于编码肯定很熟悉,毕竟日常工作中经常接触。下面是我分享的一些常用的编程英语词汇,希望能对大家有所帮助!API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。参见parameterarray 数组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)分布式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 动态绑定