计算机软件编程英语词汇(精)
编程常用到的英文单词

编程常用到的英文单词在学习和实践编程过程中,我们经常会接触到很多英文单词。
这些单词不仅是编程语言的关键词,也是编程文档、论坛交流中经常出现的术语。
熟练掌握这些英文单词对于提高编程能力和沟通效率都至关重要。
以下是一些编程中常用到的英文单词:1.Variable(变量):在编程中代表存储数据的容器,可以存储不同类型的值。
2.Function(函数):一段代码用来完成特定功能的封装,可以重复使用。
3.Class(类):用来创建对象的模板,包含属性和方法。
4.Object(对象):通过类实例化生成的实体,具有类定义的属性和方法。
5.Array(数组):一种数据结构,用来存储多个元素。
6.Loop(循环):用来重复执行一段代码块的结构。
7.Condition(条件):根据指定条件执行不同代码块的控制结构。
8.Parameter(参数):传递给函数的值,用于函数的输入和输出。
9.Statement(语句):表示一条具体操作或控制的指令。
10.Method(方法):与对象有关联的函数,用于描述对象的行为和操作。
以上是一些编程中常用到的英文单词,熟练掌握这些术语是学习编程的基础,也能帮助我们更好地理解和应用编程知识。
在编程过程中,不断积累和学习这些英文单词,将会为我们的编程之路增添更多的乐趣和成就感。
编程常用英语词汇在学习编程的过程中,掌握一些常用的英语词汇是非常重要的。
这些词汇不仅可以帮助我们更好地理解编程语言和文档,还能够增强我们在与国际同行交流的能力。
在本文中,我们将介绍一些编程中常用的英语词汇,帮助读者在学习和工作中更加游刃有余。
Data Types(数据类型)1.Integer - 整数2.Float - 浮点数3.String - 字符串4.Boolean - 布尔值5.Array - 数组6.Dictionary - 字典7.List - 列表8.Tuple - 元组Control Structures(控制结构)1.If statement - If语句2.Else statement - Else语句3.Elif statement - Elif语句4.For loop - For循环5.While loop - While循环6.Break statement - Break语句7.Continue statement - Continue语句Functions(函数)1.Function - 函数2.Parameter - 参数3.Return statement - 返回语句4.Void - 空5.Call - 调用Error Handling(错误处理)1.Exception - 异常2.Try block - Try块3.Except block - Except块4.Finally block - Finally块5.Raise statement - 抛出语句Object-Oriented Programming(面向对象编程)1.Class - 类2.Object - 对象3.Method - 方法4.Inheritance - 继承5.Encapsulation - 封装6.Polymorphism - 多态Libraries(库)1.Module - 模块2.Package - 包3.Import statement - 导入语句4.Install - 安装5.Pip - 软件包管理器通过掌握这些编程常用英语词汇,我们可以更加流畅地阅读和编写代码,理解编程文档,更好地与同行交流。
计算机编程英语词汇

计算机编程英语词汇计算机编程英语词汇在计算机编程中,经常要用到英语,那么有哪些计算机编程英语常用词汇呢?以下是小编整理的计算机编程英语词汇,欢迎阅读。
第一部分、计算机算法常用术语中英对照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 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分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 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归第二部分、编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advancedaggregation 聚合、聚集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引数(传给函式的值)。
计算机英语词汇

计算机英语词汇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 (密码)。
计算机编程及常用术语英语词汇大全精编版

计算机编程及常用术语英语词汇大全精编版1. Algorithm(算法)2. Array(数组)3. Assignment(赋值)4. Boolean(布尔)5. Break(跳出循环)6. Bug(错误)7. Class(类)8. Code(代码)10. Condition(条件)11. Constructor(构造函数)12. Debug(调试)13. Declaration(声明)14. Exception(异常)15. Function(函数)16. Loop(循环)17. Variable(变量)18. Method(方法)19. Object(对象)20. Operator(运算符)21. Parameter(参数)22. String(字符串)23. Syntax(语法)24. Statement(语句)25. Return(返回)26. Interface(接口)27. Inheritance(继承)28. Polymorphism(多态)29. Encapsulation(封装)30. Recursion(递归)31. Stack(堆栈)32. Linked List(链表)33. Queue(队列)34. Tree(树)35. Graph(图)36. Sort(排序)37. Search()38. Big O Notation(大O记号)39. Binary(二进制)40. Byte(字节)41. Data Structure(数据结构)42. Operating System(操作系统)44. Syntax Error(语法错误)46. Logical Error(逻辑错误)47. Object-Oriented Programming(面向对象编程)48. Procedural Programming(过程式编程)49. Event-Driven Programming(事件驱动编程)50. Functional Programming(函数式编程)。
最全编程常用英语词汇

最全编程常⽤英语词汇打开应⽤保存⾼清⼤图其实在国内,绝⼤部分⼯作并不真的要求你英语多好,编程也⼀样。
如果只是做到平均⽔准或者⽐较好,都未必要英语很熟。
但是⼀般我还是会建程序员们好好学英语,迈过这个坎,你会发现完全不⼀样的世界,你会明⽩以前这个困惑真的是……下⾯是编程常⽤的英语词汇,赶紧收藏吧。
按字母索引A英⽂译法 1 译法 2 译法 3a block of pointers ⼀块指针⼀组指针abbreviation 缩略语abstract 抽象的abstract syntax tree, AST 抽象语法树abstraction 抽象abstraction barrier 抽象屏障抽象阻碍abstraction of function calls 函数调⽤抽象access 访问存取access function 访问函数存取函数accumulator 累加器activate 激活ad hoc 专设adapter 适配器address 地址algebraic data type 代数数据类型algorithm 算法alias 别名allocate 分配配置alternative 备选amortized analysis 平摊分析anaphoric 指代annotation 注解anonymous function 匿名函数antecedent 前提前件先决条件append 追加拼接application 应⽤应⽤程序application framework 应⽤框架application program interface, API 应⽤程序编程接⼝application service provider, ASP 应⽤程序服务提供商applicative 应⽤序argument 参数⾃变量实际参数/实参arithmetic 算术array 数组artificial intelligence, AI ⼈⼯智能assemble 组合assembly 汇编assignment 赋值assignment operator 赋值操作符associated 关联的association list, alist 关联列表atom 原⼦atomic 原⼦的atomic value 原⼦型值attribute 属性特性augmented 扩充automatic memory management ⾃动内存管理automatically infer ⾃动推导autometa theory ⾃动机理论auxiliary 辅助B英⽂译法 1 译法 2 译法 3backquote 反引⽤backtrace 回溯backward compatible 向下兼容bandwidth 带宽base case 基本情形base class 基类Bayes' theorem 贝叶斯定理best viable function 最佳可⾏函式最佳可⾏函数Bezier curve 贝塞尔曲线bignum ⼤数binary operator ⼆元操作符binary search ⼆分查找⼆分搜索⼆叉搜索binary search tree ⼆叉搜索树binary tree ⼆叉树binding 绑定binding vector 绑定向量bit 位⽐特bit manipulation 位操作black box abstraction ⿊箱抽象block 块区块block structure 块结构区块结构block name 代码块名字Blub paradox Blub 困境body 体主体boilerplate 公式化样板bookkeeping 簿记boolean 布尔border 边框bottom-up design ⾃底向上的设计bottom-up programming ⾃底向上编程bound 边界bounds checking 边界检查box notation 箱⼦表⽰法brace 花括弧花括号bracket ⽅括弧⽅括号branch 分⽀跳转breadth-first ⼴度优先breadth-first search, BFS ⼴度优先搜索breakpoint 断点brevity 简洁buffer 缓冲区buffer overflow attack 缓冲区溢出攻击bug 臭⾍building 创建built-in 内置byte 字节bytecode 字节码C英⽂译法 1 译法 2 译法 3cache 缓存call 调⽤callback 回调CamelCase 驼峰式⼤⼩写candidate function 候选函数capture 捕捉case 分⽀character 字符checksum 校验和child class ⼦类choke point 滞塞点chunk 块circular definition 循环定义clarity 清晰class 类类别class declaration 类声明class library 类库client 客户客户端clipboard 剪贴板clone 克隆closed world assumption 封闭世界假定closure 闭包clutter 杂乱code 代码code bloat 代码膨胀collection 收集器复合类型column ⾏栏column-major order ⾏主序comma 逗号command-line 命令⾏command-line interface, CLI 命令⾏界⾯Common Lisp Object System, CLOS Common Lisp 对象系统Common Gateway Interface, CGI 通⽤⽹关接⼝compatible 兼容compilation 编译compilation parameter 编译参数compile 编译compile inline 内联编译compile time 编译期compiled form 编译后的形式compiler 编译器complex 复杂complexity 复杂度compliment 补集component 组件composability 可组合性composition 组合组合函数compound value 复合数据复合值compression 压缩computation 计算computer 计算机concatenation 串接concept 概念concrete 具体concurrency 并发concurrent 并发conditional 条件式conditional variable 条件变量configuration 配置connection 连接cons 构造cons cell 构元 cons 单元consequent 结果推论consistent ⼀致性constant 常量constraint 约束constraint programming 约束式编程container 容器content-based filtering 基于内容的过滤context 上下⽂语境环境continuation 延续性continuous integration, CI 持续集成control 控件cooperative multitasking 协作式多任务copy 拷贝corollary 推论coroutine 协程corruption 程序崩溃crash 崩溃create 创建crystallize 固化curly 括弧状的curried 柯⾥的currying 柯⾥化cursor 光标curvy 卷曲的cycle 周期D英⽂译法 1 译法 2 译法 3dangling pointer 迷途指针野指针Defense Advanced Research Projects Agency, DARPA 美国国防部⾼级研究计划局data 数据data structure 数据结构data type 数据类型data-driven 数据驱动database 数据库database schema 数据库模式datagram 数据报⽂dead lock 死锁debug 调试debugger 调试器debugging 调试declaration 声明declaration forms 声明形式declarative 声明式说明式declarative knowledge 声明式知识说明式知识declarative programming 声明式编程说明式编程declarativeness 可声明性declaring 声明deconstruction 解构deduction 推导推断default 缺省默认defer 推迟deficiency 缺陷不⾜define 定义definition 定义delegate 委托delegationdellocate 释放demarshal 散集deprecated 废弃depth-first 深度优先depth-first search, BFS 深度优先搜索derived 派⽣derived class 派⽣类design pattern 设计模式designator 指⽰符destructive 破坏性的destructive function 破坏性函数destructuring 解构device driver 硬件驱动程序dimensions 维度directive 指令directive 指⽰符directory ⽬录disk 盘dispatch 分派派发distributed computing 分布式计算DLL hell DLL 地狱document ⽂档dotted list 点状列表dotted-pair notation 带点尾部表⽰法带点尾部记法duplicate 复本dynamic binding 动态绑定dynamic extent 动态范围dynamic languages 动态语⾔dynamic scope 动态作⽤域dynamic type 动态类型E英⽂译法 1 译法 2 译法 3effect 效果efficiency 效率efficient ⾼效elaborateelucidatingembedded language 嵌⼊式语⾔emulate 仿真encapsulation 封装enum 枚举enumeration type 枚举类型enumrators 枚举器environment 环境equal 相等equality 相等性equation ⽅程equivalence 等价性error message 错误信息error-checking 错误检查escaped 逃脱溢出escape character 转义字符evaluate 求值评估evaluation 求值event 事件event driven 事件驱动exception 异常exception handling 异常处理exception specification 异常规范exit 退出expendable 可扩展的explicit 显式exploratory programming 探索式编程export 导出引出expression 表达式expressive power 表达能⼒extensibility 可扩展性extent 范围程度external representation 外部表⽰法extreme programming 极限编程F英⽂译法 1 译法 2 译法 3factorial 阶乘family (类型的)系feasible 可⾏的feature 特⾊field 字段栏位file ⽂件file handle ⽂件句柄fill pointer 填充指针fineo-grained 细粒度firmware 固件first-class 第⼀类的第⼀级的⼀等的first-class function 第⼀级函数第⼀类函数⼀等函数first-class object 第⼀类的对象第⼀级的对象⼀等公民fixed-point 不动点fixnum 定长数定点数flag 标记flash 闪存flexibility 灵活性floating-point 浮点数floating-point notation 浮点数表⽰法flush 刷新fold 折叠font 字体force 迫使form 形式form 表单formal parameter 形参formal relation 形式关系forward 转发forward referencesfractal 分形fractions 派系framework 框架freeware ⾃由软件function 函数function literal 函数字⾯常量function object 函数对象functional arguments 函数型参数functional programming 函数式编程functionality 功能性G英⽂译法 1 译法 2 译法 3game 游戏garbage 垃圾garbage collection 垃圾回收garbage collector 垃圾回收器generalized 泛化generalized variable ⼴义变量generate ⽣成generator ⽣成器generic 通⽤的泛化的generic algorithm 通⽤算法泛型算法generic function 通⽤函数generic programming 通⽤编程泛型编程genrative programming ⽣产式编程global 全局的global declaration 全局声明glue program 胶⽔程序goto 跳转graphical user interface, GUI 图形⽤户界⾯greatest common divisor 最⼤公因数Greenspun's tenth rule 格林斯潘第⼗定律H英⽂译法 1 译法 2 译法 3hack 破解hacker ⿊客handle 处理器处理程序句柄hard disk 硬盘hard-wirehardware 硬件hash tables 哈希表散列表header 头部header file 头⽂件heap 堆helper 辅助函数辅助⽅法heuristic 启发式high-order ⾼阶higher-order function ⾼阶函数higher-order procedure ⾼阶过程hyperlink 超链接HyperText Markup Language, HTML 超⽂本标记语⾔HyperText Transfer Protocol, HTTP 超⽂本传输协议I英⽂译法 1 译法 2 译法 3identical ⼀致identifier 标识符ill type 类型不正确illusion 错觉imperative 命令式imperative programming 命令式编程implement 实现implementation 实现implicit 隐式import 导⼊incremental testing 增量测试indent 缩排缩进indentation 缩排缩进indented 缩排缩进indention 缩排缩进infer 推导infinite loop ⽆限循环infinite recursion ⽆限递归infinite precision ⽆限精度infix 中序information 信息information technology, IT 信息技术inheritance 继承initialization 初始化initialize 初始化inline 内联inline expansion 内联展开inner class 内嵌类inner loop 内层循环input 输⼊instances 实例instantiate 实例化instructive 教学性的instrument 记录仪integer 整数integrate 集成interactive programming environment 交互式编程环境interactive testing 交互式测试interacts 交互interface 接⼝intermediate form 过渡形式中间形式internal 内部internet 互联⽹因特⽹interpolation 插值interpret 解释interpreter 解释器interrupt 中⽌中断intersection 交集inter-process communication, IPC 进程间通信invariants 约束条件invoke 调⽤item 项iterate 迭代iteration 迭代的iterative 迭代的iterator 迭代器J英⽂译法 1 译法 2 译法 3jagged 锯齿状的job control language, JCL 作业控制语⾔judicious 明智的K英⽂译法 1 译法 2 译法 3kernel 核⼼kernel language 核⼼语⾔keyword argument 关键字参数keywords 关键字kludge 蹩脚L英⽂译法 1 译法 2 译法 3larval startup 雏形创业公司laser 激光latitudelayout 版型lazy 惰性lazy evaluation 惰性求值legacy software 历史遗留软件leverage 杠杆 (动词)利⽤lexical 词法的lexical analysis 词法分析lexical closure 词法闭包lexical scope 词法作⽤域Language For Smart People, LFSP 聪明⼈的语⾔library 库函数库函式库lifetime ⽣命期linear iteration 线性迭代linear recursion 线性递归link 链接连接linker 连接器list 列表list operation 列表操作literal 字⾯literal constant 字⾯常量literal representation 字⾯量load 装载加载loader 装载器加载器local 局部的局域的local declarations 局部声明local function 局部函数局域函数local variable 局部变量局域变量locality 局部性loop 循环lvalue 左值Mmachine instruction 机器指令machine language 机器语⾔machine language code 机器语⾔代码machine learning 机器学习macro 宏mailing list 邮件列表mainframes ⼤型机maintain 维护manifest typing 显式类型manipulator 操纵器mapping 映射mapping functions 映射函数marshal 列集math envy 对数学家的妒忌member 成员memorizing 记忆化memory 内存memory allocation 内存分配memory leaks 内存泄漏menu 菜单message 消息message-passing 消息传递meta- 元-meta-programming 元编程metacircular 元循环method ⽅法method combination ⽅法组合⽅法组合机制micro 微middleware 中间件migration (数据库)迁移minimal network 最⼩⽹络mirror 镜射mismatch type 类型不匹配model 模型modifier 修饰符modularity 模块性module 模块monad 单⼦monkey patch 猴⼦补丁monomorphic type language 单型语⾔Moore's law 摩尔定律mouse ⿏标multi-task 多任务multiple values 多值mutable 可变的mutex 互斥锁Multiple Virtual Storage, MVS 多重虚拟存储N英⽂译法 1 译法 2 译法 3namespace 命名空间native 本地的native code 本地码natural language ⾃然语⾔natural language processing ⾃然语⾔处理nested 嵌套nested class 嵌套类network ⽹络newline 换⾏新⾏non-deterministic choice ⾮确定性选择non-strict ⾮严格non-strict evaluation ⾮严格求值nondeclarativenondestructive version ⾮破坏性的版本number crunching 数字密集运算O英⽂译法 1 译法 2 译法 3object 对象object code ⽬标代码object-oriented programming ⾯向对象编程Occam's razor 奥卡姆剃⼑原则on the fly 运⾏中执⾏时online 在线open source 开放源码operand 操作对象operating system, OS 操作系统operation 操作operator 操作符optimization 优化optimization of tail calls 尾调⽤优化option 选项optional 可选的选择性的optional argument 选择性参数ordinary 常规的orthogonality 正交性overflow 溢出overhead 额外开销overload 重载override 覆写P英⽂译法 1 译法 2 译法 3package 包pair 点对palindrome 回⽂paradigm 范式parallel 并⾏parallel computer 并⾏计算机param 参数parameter 参数形式参数/形参paren-matching 括号匹配parent class ⽗类parentheses 括号Parkinson's law 帕⾦森法则parse tree 解析树分析树parser 解析器partial application 部分应⽤partial applied 分步代⼊的partial function application 部分函数应⽤particular ordering 部分有序pass by adress 按址传递传址pass by reference 按引⽤传递传引⽤pass by value 按值传递传值path 路径patternpattern match 模式匹配perform 执⾏performance 性能performance-criticalpersistence 持久性phrenology 相⾯physical 物理的pipe 管道pixel 像素placeholder 占位符planning 计画platform 平台pointer 指针pointer arithmetic 指针运算poll 轮询polymorphic 多态polymorphism 多态polynomial 多项式的pool 池port 端⼝portable 可移植性portal 门户positional parameters 位置参数precedence 优先级precedence list 优先级列表preceding 前述的predicate 判断式谓词preemptive multitasking 抢占式多任务premature design 过早设计preprocessor 预处理器prescribe 规定prime 素数primitive 原语primitive recursive 主递归primitive type 原⽣类型principal type 主要类型print 打印printed representation 打印表⽰法printer 打印机priority 优先级procedure 过程procedurual 过程化的procedurual knowledge 过程式知识process 进程process priority 进程优先级productivity ⽣产⼒profile 评测profiler 评测器性能分析器programmer 程序员programming 编程programming language 编程语⾔project 项⽬prompt 提⽰符proper list 正规列表property 属性property list 属性列表protocol 协议pseudo code 伪码pseudo instruction 伪指令purely functional language 纯函数式语⾔pushdown stack 下推栈Q英⽂译法 1 译法 2 译法 3qualified 修饰的带前缀的qualifier 修饰符quality 质量quality assurance, QA 质量保证query 查询query language 查询语⾔queue 队列quote 引⽤quoted form 引⽤形式R英⽂译法 1 译法 2 译法 3race condition 条件竞争竞态条件radian 弧度Redundant Array of Independent Disks, RAID 冗余独⽴磁盘阵列raise 引起random number 随机数range 范围区间rank (矩阵)秩排名rapid prototyping 快速原型开发rational database 关系数据库raw 未经处理的read 读取read-evaluate-print loop, REPL 读取-求值-打印循环read-macro 读取宏record 记录recursion 递归recursive 递归的recursive case 递归情形reference 引⽤参考referential transparency 引⽤透明refine 精化reflection 反射映像register 寄存器registry creep 注册表蠕变regular expression 正则表达式represent 表现request 请求resolution 解析度resolve 解析rest parameter 剩余参数return 返回回车return value 返回值reuse of software 代码重⽤right associative 右结合Reduced Instruction Set Computer, RISC 精简指令系统计算机robust 健壮robustness 健壮性鲁棒性routine 例程routing 路由row-major order 列主序remote procedure call, RPC 远程过程调⽤run-length encoding 游程编码run-time typing 运⾏期类型runtime 运⾏期rvalue 右值S英⽂译法 1 译法 2 译法 3S-expression S-表达式save 储存Secure Sockets Layer, SSL 安全套接字层scaffold 脚⼿架鹰架scalar type 标量schedule 调度scheduler 调度程序scope 作⽤域SCREAMING_SNAKE_CASE 尖叫式蛇底⼤写screen 屏幕scripting language 脚本语⾔search 查找搜寻segment of instructions 指令⽚段semantics 语义semaphore 信号量semicolon 分号sequence 序列sequential 循序的顺序的sequential collection literalsserial 串⾏serialization 序列化series 串⾏级数server 服务器shadowing 隐蔽了sharp 犀利的sharp-quote 升引号shortest path 最短路径SICP 《计算机程序的构造与解释》side effect 副作⽤signature 签名simple vector 简单向量simulate 模拟Single Point of Truth, SPOT 真理的单点性single-segment 单段的sketch 草图初步框架slash 斜线slot 槽smart pointer 智能指针snake_case 蛇底式⼩写snapshot 屏幕截图socket 套接字software 软件solution ⽅案source code 源代码space leak 内存泄漏spaghetti ⾯条式代码意⾯式代码spaghetti stack 意⾯式栈⾯条式栈spam 垃圾邮件spec 规格special form 特殊形式special variable 特殊变量specialization 特化specialize 特化specialized array 特化数组specification 规格说明规范splitter 切分窗⼝sprite 精灵图square 平⽅square root 平⽅根squash 碰撞stack 栈stack frame 栈帧stakeholderstandard library 标准函式库state machine 状态机statement 陈述语句static type 静态类型static type system 静态类型系统status 状态store 保存stream 流strict 严格strict evaluation 严格求值string 字串字符串string template 字串模版strong type 强类型structural recursion 结构递归structured values 结构型值subroutine ⼦程序subset ⼦集substitution 代换substitution model 代换模型subtype ⼦类型superclass 基类superfluous 多余的supertype 超集support ⽀持suspend 挂起swapping values 交换变量的值symbol 符号symbolic computation 符号计算syntax 语法system administrator 系统管理员system administrator disease 系统管理员综合症System Network Architecture, SNA 系统⽹络体系T英⽂译法 1 译法 2 译法 3(database)table 数据表table 表格tag 标签标记tail-recursion 尾递归tail-recursive 尾递归的TAOCP 《计算机程序设计艺术》target ⽬标taxable operators 需节制使⽤的操作符taxonomy 分类法template 模版temporary object 临时对象testing 测试text ⽂本text file ⽂本⽂件thread 线程thread safe 线程安全three-valued logic 三值逻辑throw 抛出丢掷引发throwaway program ⼀次性程序timestamp 时间戳token 词法记号语义单位语元top-down design ⾃顶向下的设计top-level 顶层trace 追踪trailing space ⾏尾空⽩transaction 事务transition network 转移⽹络transparent 透明的traverse 遍历tree 树tree recursion 树形递归trigger 触发器tuple 元组Turing machine 图灵机Turing complete 图灵完备typable 类型合法type 类型type constructor 类构造器type declaration 类型声明type hierarchy 类型层级type inference 类型推导type name 类型名type safe 类型安全type signature 类型签名type synonym 类型别名type variable 类型变量typing 类型指派输⼊U英⽂译法 1 译法 2 译法 3user interface, UI ⽤户界⾯unary ⼀元的underflow 下溢unification 合⼀统⼀union 并集universally quantify 全局量化unqualfied 未修饰的unwindinguptime 运⾏时间Uniform Resource Locator, URL 统⼀资源定位符user ⽤户utilities 实⽤函数V英⽂译法 1 译法 2 译法 3validate 验证validator 验证器value constructor 值构造器vaporware 朦胧件variable 变量variable capture 变量捕捉variadic input 可变输⼊variant 变种venture capitalist, VC 风险投资商vector 向量viable function 可⾏函数video 视频view 视图virtual function 虚函数virtual machine 虚拟机virtual memory 虚内存volatile 挥发vowel 元⾳W英⽂译法 1 译法 2 译法 3warning message 警告信息web server ⽹络服务器weight 权值权重well type 类型正确wildcard 通配符window 窗⼝word 单词字wrapper 包装器包装What You See Is What You Get, WYSIWYG 所见即所得What You See Is What You Want, WYSIWYW 所见即所想Y英⽂译法 1 译法 2 译法 3Y combinator Y组合⼦Z英⽂译法 1 译法 2 译法 3Z-expression Z-表达式zero-indexed 零索引的专业名词英⽂译法 1 译法 2 译法 3The Paradox of Choice 选择谬论。
计算机编程及常用术语英语词汇大全

计算机编程及常用术语英语词汇大全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.s et v. 设置,n. 集合2.t ype n. 型,类型;v. 打印3.t ext n. 正文,文本4.d o v. 做,干;n. 循环5.r eturn v. 返回,回送6.n umber n. 数字,号码;vt. 编号7.w indow n. 窗口8.v ariable a. 可变的;n. 变量9.s tring n. 行,字符串10.function n. 函数,功能,操作11.value n. 值12.index n. 索引,变址,指数13.switch n. & v. 开关,转换,切换14.default v. 缺省,预置,约定15.search v. 检索,查询,搜索16.prompt n. & v. 提示17.execute v. 实行,实施18.escape v. 逃避,逸出,换码19.status n. 状态,态,状况20.argument n. 变元,自变量21.shift v. 转义,换档,移位22.replace vt. 替换,置换,代换23.while conj. 当…的时候24.main a. 主要的25.date n. 日期26.returned a. 退回的27.clear v. 清除,弄干净28.expression n. 表达式29.continue v. 连续,继续30.split v. 分开,分离31.cancel v. 删除,取消,作废32.document n. 文献,资料,文件33.case n. 情况,场合34.load n. & v. 装入,负载,寄存35.history n. 历史36.source n. 源,电源,源点37.join v. & n. 连接,并(运算)38.write v. 写,存入39.sort v. 分类,排序40.property n. 性(质),特征41.form n. 格式,表格,方式42.append vt. 附加,增补43.object n. 对象,目标,物体44.math n. 数学45.action n. 操作,运算46.match v. 比较,匹配,符合47.else ad. & conj. 否则,此外48.maximum n. & a. 最大(的),最高49.element n. 元件,元素,码元50.debug vt. 调试51.length n. (字,记录,块)长度52.null n. & a. 空(的),零(的)53.private a. 专用的,私人的54.equal vt. & n. 等于,相等;等号55.public a. 公用的,公共的56.ignore vt. 不管,忽略不计57.double a. 两倍的,成双的58.count v. 计数,计算59.pop v. 上托,弹出(栈)60.warning n. & a. 报警,预告61.push v. 推,按,压,进(栈)62.true a. & n. 真,实,选中63.convert v. 转换,变换64.break v. 断开,撕开,中断65.searching n. 搜索66.identify v. 识别,辨认67.expansion n. 展开,展开式68.year n. (一)年,年度,年龄69.exception n. 例外,异常,异议70.reverse v. & a. 反向的,逆71.undefined a. 未定义的72.short a. & n. 短的;短路73.delay v. 延迟74.splitting n. 分区(裂)75.random a. 随机的76.loading n. 装入,加载,存放77.explanation n. 说明,注解,注释78.host n. 主机79.wrong a. & ad. n. 错误(的)80.static a. 静态的,不变的81.overwrite v. 重写82.trim n. 区标,微调83.instance n. & vt. 例子,情况;举例84.underline n. 下划线85.trying a. 费劲的,困难的86.parent n. 双亲,父代87.method n. 方法,方案88.unshift v. 未移动,不移档89.rewrite vt. 重写,再生90.operator n. 操作员,运算符91.locking n. 锁定,加锁92.iterative a. 迭代的。
计算机软件英语词汇表

计算机软件英语词汇表1. Application - 应用程序2. Software - 软件3. Program - 程序4. Code - 代码5. Algorithm - 算法6. Database - 数据库7. Operating system - 操作系统8. User interface - 用户界面9. Debugging - 调试10. Compiler - 编译器11. Interpreter - 解释器12. Version control - 版本控制13. Integration - 集成14. Testing - 测试15. Documentation - 文档16. Web development - 网站开发17. Mobile app - 移动应用18. Interface - 接口19. Function - 函数20. Object-oriented programming - 面向对象编程21. Back-end - 后端22. Front-end - 前端23. Database management - 数据库管理24. Network - 网络25. Security - 安全26. Framework - 框架27. Bug - 错误28. Patch - 补丁29. Update - 更新30. Install - 安装31. Uninstall - 卸载32. Optimization - 优化33. Scalability - 可扩展性34. User experience - 用户体验35. User acceptance testing - 用户验收测试36. Integration testing - 集成测试37. Regression testing - 回归测试38. Alpha testing - 内部测试39. Beta testing - 公测40. Deployment - 部署。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机软件编程英语词汇Access Control List(ACL访问控制列表access token 访问令牌account lockout 帐号封锁account policies 记帐策略accounts 帐号adapter 适配器adaptive speed leveling 自适应速率等级调整Address Resolution Protocol(ARP 地址解析协议Administrator account 管理员帐号ARPANET 阿帕网(internet的前身algorithm 算法alias 别名allocation 分配、定位alias 小应用程序allocation layer 应用层API 应用程序编程接口anlpasswd 一种与Passwd+相似的代理密码检查器applications 应用程序ATM 异步传递模式attack 攻击audio policy 审记策略auditing 审记、监察back-end 后端borde 边界borde gateway 边界网关breakabie 可破密的breach 攻破、违反cipher 密码ciphertext 密文CAlass A domain A类域CAlass B domain B类域CAlass C domain C类域classless addressing 无类地址分配cleartext 明文CSNW Netware客户服务client 客户,客户机client/server 客户机/服务器code 代码COM port COM口(通信端口CIX 服务提供者computer name 计算机名crack 闯入cryptanalysis 密码分析DLC 数据链路控制decryption 解密database 数据库dafault route 缺省路由dafault share 缺省共享denial of service 拒绝服务dictionary attack 字典式攻击directory 目录directory replication 目录复制domain 域domain controller 域名控制器domain name 域名域名其实就是入网计算机的名字,它的作用就象寄信需要写明人们的名字、地址一样重要。
域名结构如下:计算机主机名.机构名.网络名.最高层域名。
域名用文字表达,比用数字表达的IP地址容易记忆。
加入Internet的各级网络依照DNS的命名规则对本网内的计算机命名,并负责完成通讯时域名到IP地址的转换。
DNS 域名服务器DNS(Domain Name System,域名系统是指在Internet上查询域名或IP地址的目录服务系统。
在接收到请求时,它可将另一台主机的域名翻译为IP地址,或反之。
大部分域名系统都维护着一个大型的数据库,它描述了域名与IP地址的对应关系,并且这个数据库被定期地更新。
翻译请求通常来自网络上的另一台计算机,它需要IP地址以便进行路由选择。
DDE 动态数据交换DHCP 动态主机配置协议encryption 加密EGP 外部网关协议FDDI 光纤分布式数据接口FAT 文件分配表FTP(File Transfer Protocol文件传送协议filter 过滤器firmware 固件flooding 淹没GSNW NetWare网关服务GDI(graphical device interface 图形设备界面GUI 图形用户界面HTML 超文本标记语言HTTP 超文本传送协议IGP 内部安全性ICMP(Internet Control Message Protocol 网际控制报文协议ICMP用来发送关于IP数据报传输的控制和错误信息的TCP/IP协议。
当一个IP数据报不能传送到目的地时,可能是因为目的地的机器暂停服务或者信息交通阻塞,路由器可能使用ICMP 将失败信息通知发送者。
IGMP(Internet Group Management Protocol,Internet群组管理协议这种TCP/IP协议允许Internet主机参加多点播送(multicasting----一种向计算机群广播信息的有效手段IIS 信息服务器IP(Internet Protocol 网际协议IRC 网上交谈ISP 网络服务提供者IPX 互连网分组协议IPC 进程间通信IRQ 中断请求IP address IP地址IP地址称作网络协议地址,是分配给主机的一个32位地址,由4个字节组成,分为动态IP地址和静态IP地址两种。
动态IP地址指的是每次连线所取得的地址不同,而静态IP地址是指每次连线均为同样固定的地址。
一般情况下,以电话拨号所取得的地址均为动态的,也就是每次所取得的地址不同。
IP masquerade IP伪装IP spoofing IP欺骗LAN 局域网LPC 局部过程调用NNTP 网络新闻传送协议PPP 点到点协议称为点对点通信协议(Point to Point Protocol,是为适应那些不能在网络线上的使用者,通过电话线的连接而彼此通信所制定的协议。
PDC 主域控制器Telnet 远程登陆TCP/IP 传输控制协议/网际协议TCP/IP通信协议主要包含了在Internet上网络通信细节的标准,以及一组网络互连的协议和路径选择算法。
TCP是传输控制协议,相当于物品装箱单,保证数据在传输过程中不会丢失。
IP是网间协议,相当于收发货人的地址和姓名,保证数据到达指定的地点。
TFTP 普通文件传送协议TFTP是无盘计算机用来传输信息的一种简化的FTP协议。
它非常之简单,所以可固化在硬盘上,而且支持无认证操作。
TFTP是一种非常不安全的协议。
Troj an Horse 特洛伊木马URL 统一资源定位器UDP 用户数据报协议VDM 虚拟DOS机UUCP 是一种基于猫的使用已经很久的文件传输协议,有时候还使用它在Internet上传输Usenet新闻和E-mail,尤其是在那些间断性联网的站点上。
现在很少站提供匿名的UUCP 来存取文件。
而它做为一种文件传输协议,只有那些没有入网而使用猫的用户使用此方法。
WWW 万维网WWW(Word Wide Web是Internet最新的一种信息服务。
它是一种基于超文本文件的交互式浏览检索工具。
用户可用WWW在Internet网上浏览、传递、编辑超文本格式的文件。
WAN 广域网virtual server 虚拟服务器Usenet用户交流网Usenet是网络新闻服务器的主要信息来源。
Usenet完全是一个民间自发建立的,使用Internet交换信息但又不完全依赖Internet进行通讯的用户交流网络。
使用Usenet 的自愿者共同遵守一些约定的网络使用规则。
USER name 用户名USER account 用户帐号Web page 网页OpenGL 开放图形语言ODBC 开放式数据连接性PCI 外设连接接口authentication 认证、鉴别authorization 授权Back Office Microsoft公司的一种软件包Back up 备份backup browser 后备浏览器BDC 备份域控制器baseline 基线BIOS 基本输入/输出系统Binding 联编、汇集bit 比特、二进制位BOOTP 引导协议BGP 引导网关协议Bottleneck 瓶径bridge 网桥、桥接器browser 浏览器browsing 浏览channel 信道、通路CSU/DSU 信道服务单元/数字服务单元Checksum 校验和Cluster 簇、群集CGI 公共网关接口CGI(Common Gateway Interface公用网关接口是一个可以产生相同结果或结果随用户输入而变化的程序。
它可以用一种解释性的界面语言编写,也可以用一种编译方式的编程语言编写。
CGI规定了Web服务器调用其它可执行程序的接口协议标准。
Web服务器通过调用CGI程序实现和Web浏览器的交互,也就是CGI程序接受Web浏览器发送给Web服务器的信息,进行处理,并将响应结果再回送给Web服务器和Web浏览器。
CGI程序一般完成Web 网页中表单数据的处理、数据库查询和实现与传统应用系统的集成等工作。
CGI程序虽然可以用任何程序设计语言编写,但是用C语言编写的CGI程序具有执行速度快、安全性高等特点。
CGI-based attack(基于CGI攻击它利用公共网关接口的脆弱点进行攻击,通常借助www 站点进行crash(崩溃系统突然失效,需要从新引导CD-ROM 只读型光盘Component 组件data link 数据链路datagram 数据报default 缺省文档digital key system 数字键控系统disk mirroring 磁盘镜像distributed file system 分布式文件系统data-driven attack(数据驱动攻击依靠隐藏或者封装数据进行的攻击,那些数据可不被察觉的通过防火墙。
DNS spoofing(域名服务器电子欺骗攻击者用来损害域名服务器的方法,可通过欺骗DNS 的高速缓存或者内应攻击来实现的一种方式(通常为攻击者假扮合法的DNS服务器角色DoS(嘿嘿,可不是DOS哦,这个是deniad of service,极为服务拒绝用户恶意使用网络信息服务器时,将拒绝为合法的用户提供服务。
eavesdropping 窃听、窃取encrypted tunnel 加密通道enterprise network 企业网Ethernet 以太网External security 外部安全性environment variable 环境变量fax modem 传真猫file attribute 文件属性file system 文件系统file 文件form 格式fragments 分段frame relay 桢中继firewall 防火墙Firework(防火墙是加强加Internet 与Intranetp(内部网之间安全防范的一个或一组系统。
防火墙可以确定哪些内部服务允许外部访问,哪些外人被许可访问所允许的内部服务,那些外部服务可由内部人员访问。
为了使防火墙发挥效力,来自和发往Internet 的所有信息都必须经由防火墙出入。
防火墙只允许授权信息通过,而防火墙本身不能被渗透。
gated daemon gated进程(好象是一种早期的UNIX寻径服务gateway 网关global account 全局帐号global group 全局组group 组group account 组帐号group identifier 组标识符HCL 硬件兼容性表hash 散表HPFS 高性能文件系统Home directory 主目录home page 竹叶hop 驿站、中继段host 主机hyperlink 超文本链接highj acking 劫持终端,即为攻击者捕获另一个用户会话的控制。