计算机编程及常用术语英语词汇大全

上传人:鲁** 文档编号:553528162 上传时间:2022-08-13 格式:DOC 页数:56 大小:182.92KB
返回 下载 相关 举报
计算机编程及常用术语英语词汇大全_第1页
第1页 / 共56页
计算机编程及常用术语英语词汇大全_第2页
第2页 / 共56页
计算机编程及常用术语英语词汇大全_第3页
第3页 / 共56页
计算机编程及常用术语英语词汇大全_第4页
第4页 / 共56页
计算机编程及常用术语英语词汇大全_第5页
第5页 / 共56页
点击查看更多>>
资源描述

《计算机编程及常用术语英语词汇大全》由会员分享,可在线阅读,更多相关《计算机编程及常用术语英语词汇大全(56页珍藏版)》请在金锄头文库上搜索。

1、第一部分、计算机算法常用术语中英对照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 Unconstrai

2、ned 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 中位数 Genera

3、ting Permutations 排列生成 Generating Subsets 子集生成 Generating Partitions 划分生成 Generating Graphs 图的生成 Calendrical Calculations 日期 Job Scheduling 工程安排 Satisfiability 可满足性 Graph Problems - polynomial 图论-多项式算法 Connected Components 连通分支 Topological Sorting 拓扑排序 Minimum Spanning Tree 最小生成树 Shortest Path 最短路径

4、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 独立集 Ve

5、rtex 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图 N

6、earest 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 Minkowsk

7、i和 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 最短公共父串 DPDynamic Programming动态规划 recursio

8、n 递归 第二部分、编程词汇 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

9、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)应用域 app

10、lication 应用、应用程序 application framework 应用程序框架 appearance 外观 append 附加 architecture 架构、体系结构 archive file 归档文件、存档文件 argument引数(传给函式的值)。参见parameter array 数组 arrow operator 箭头操作符 ASP(Active Server Page)活动服务器页面 ASP.NET worker process ASP.NET工作者进程 assembly 装配件、配件 assembly language 汇编语言 assembly manifest 装

11、配件清单 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

12、集成(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二进

13、制大对象 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 断点

14、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)调用级接

15、口(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 int

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 中学教育 > 试题/考题 > 初中试题/考题

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号