计算机算法常用术语中英对照
计算机算法相关术语的英语词汇
计算机算法相关术语的英语词汇计算机英语字典 Dictionaries堆 Heap优先级队列 Priority queue矩阵乘法 Matrix multiplication贪心算法 Greedy algorithm上界/下界 Upper bound / Lower bound最好情况/最坏情况/平均情况 Best case /Worst Case/ Average case 插入排序 Insertion sort合并排序 Merge sort堆排序 Heap sort快速排序 Quick sort动态规划 DP Dynamic Programming背包问题 Knapsack problem霍夫曼编码 Huffman Coding迪杰斯特拉算法Dijkstra’s algorithm贝尔曼-福德算法 Bellman-Ford algorithm弗洛伊德算法 Floyd-Warshall algorithm回溯 Back-TrackingN皇后问题 N-Queen problem渐进增长 Asymptotic growth包含O-notationΩ-notation Θ-notation 线性规划 Linear programming随机数生成 Random number generation图的生成 Generating graphs图论-多项式算法 Graph Problems – polynomial algorithm 连通分支 Connected components最小生成树 Minimum Spanning Tree最短路径 Shortest pathNP问题 Non-Deterministic Polynomial problem旅行商问题 Traveling salesman problem同构 Graph isomorphism压缩 Text compression最长公共子串 Longest Common Substring最短公共父串 Shortest Common Superstring收敛速度 Rate of convergence感谢您的阅读,祝您生活愉快。
计算机算法常用术语中英对照
计算机算法常⽤术语中英对照第⼀部分、计算机算法常⽤术语中英对照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 图的划分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 集合与串的问题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引数(传给函式的值)。
计算机编程英语词汇
计算机编程英语词汇计算机编程英语词汇在计算机编程中,经常要用到英语,那么有哪些计算机编程英语常用词汇呢?以下是小编整理的计算机编程英语词汇,欢迎阅读。
第一部分、计算机算法常用术语中英对照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. 算法(Algorithm)2. 数据结构(Data Structure)3. 变量(Variable)4. 循环(Loop)5. 条件语句(Conditional Statement)6. 函数(Function)7. 类(Class)8. 对象(Object)9. 数组(Array)10. 链表(Linked List)11. 栈(Stack)12. 队列(Queue)13. 树(Tree)14. 图(Graph)15. 排序(Sorting)16. (Search)17. 递归(Recursion)18. 迭代(Iteration)19. 抽象数据类型(Abstract Data Type)23. 线性表(List)24. 堆(Heap)25. 散列(Hash)26. 哈希表(Hash Table)27. 平衡树(Balanced Tree)28. 集合(Set)29. 映射(Map)30. 二叉树(Binary Tree)31. 二叉树(Binary Search Tree)32. 高级数据结构(Advanced Data Structure)33. 动态规划(Dynamic Programming)34. 回溯(Backtracking)35. 深度优先(Depth First Search)36. 广度优先(Breadth First Search)37. 贪心算法(Greedy Algorithm)38. 分治法(Divide and Conquer)39. 剪枝(Pruning)40. 缓存(Cache)41. 指针(Pointer)42. 引用(Reference)43. 枚举(Enumeration)44. 模块(Module)46. 完整性检查(Error Checking)47. 算法优化(Algorithm Optimization)48. 并发(Concurrency)49. 线程(Thread)50. 锁(Lock)请注意,这只是一部分术语,还有很多其他的术语和编程词汇。
计算机编程及常用术语英语词汇大全精编版
计算机编程及常用术语英语词汇大全公司标准化编码 [QQX96QT-XQQB89Q8-NQQJ6Q8-MQM9N]第一部分、计算机算法常用术语中英对照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 图的划分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 集合与串的问题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引数(传给函式的值)。
IT常用英文词汇
第一部分、计算机算法常用术语中英对照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 图的划分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 集合与串的问题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引数(传给函式的值)。
计算机编程英语词汇
计算机编程英语词汇计算机编程英语词汇在计算机编程中,经常要用到英语,那么有哪些计算机编程英语常用词汇呢?以下是小编整理的计算机编程英语词汇,欢迎阅读。
第一部分、计算机算法常用术语中英对照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. Algorithm 算法2. Data structure 数据结构3. Array 数组4. Stack 栈5. Queue 队列6. Linked list 链表7. Tree 树8. Binary tree 二叉树9. Graph 图10. Hash table 哈希表11. Sorting algorithm 排序算法12. Bubble sort 冒泡排序13. Insertion sort 插入排序14. Selection sort 选择排序15. Merge sort 归并排序16. Quick sort 快速排序17. Binary search 二分查找18. Depth-first search (DFS) 深度优先19. Breadth-first search (BFS) 广度优先20. Dijkstra's algorithm 迪杰斯特拉算法21. Prim's algorithm 普里姆算法22. Greedy algorithm 贪心算法23. Dynamic programming 动态规划24. Recursion 递归25. Backtracking 回溯29. Big O notation 大O符号30. Worst case scenario 最坏情况31. Best case scenario 最好情况32. Average case scenario 平均情况33. Asymptotic analysis 渐近分析34. Brute force 暴力解法35. Heuristic algorithm 启发式算法36. Randomized algorithm 随机算法37. Divide and conquer 分治法38. Memorization 记忆化39. Online algorithm 在线算法40. Offline algorithm 离线算法41. Random access 随机访问42. Sequential access 顺序访问45. In-place algorithm 原地算法46. Stable algorithm 稳定算法47. Unstable algorithm 不稳定算法48. Exact algorithm 精确算法49. Approximation algorithm 近似算法这些术语覆盖了算法和数据结构的各个方面,从基础的数据结构到排序算法、算法、图算法等等。
计算机编程常用术语中英对照
计算机编程常用术语中英对照Abstraction:抽象Accessor:访问器Address:地址Algorithm:算法API:应用程序接口Array:数组Assignment:赋值Asynchronous:异步Attribute:属性Backup:备份Bug:缺陷、错误Byte:字节Cache:缓存Class:类Closure:闭包Condition:条件Constant:常量Control Structure:控制结构Cookie:CookieCore:核心Cycle:循环Data:数据Database:数据库Debug:调试Declaration:声明Declarative Programming:声明式编程Decode:解码Define:定义Delete:删除Deployment:部署Design Pattern:设计模式Device:设备Dialogue:对话Dictionary:字典Dimension:维度Directive:指令Distributed System:分布式系统Done:完成Documentation:文档Domain:域Encapsulation:封装Encoding:编码Exception:异常Execution:执行Expression:表达式File:文件Function:函数Garbage Collection:垃圾回收Generic:通用Graph:图表Hash:散列Heap:堆Hierarchy:层次结构Host:主机Index:索引Inheritance:继承Input:输入Integrity:完整性Interface:界面Internet:因特网Interpreter:解释器IP:IPJava:JavaKey:键Linked List:链表Loop:循环Macro:宏Memory:内存Method:方法Module:模块Network:网络Object:对象OOP:面向对象编程。
常用计算机术语[中英文对照]
Aaccess control / 访问控制access control entry, ACE / 访问控制项account lockout / 帐户锁定ACE, access control entry / 访问控制项acknowledgment message / 应答消息ACPI (Advanced Configuration and Power Interface) / 高级配置和电源接口active / 活动active content / 活动内容Active DirectoryActive Directory Users and Computers / Active Directory 用户和计算机active partition / 活动分区active volume / 活动卷ActiveXAddress Resolution Protocol, ARP / 地址解析协议administration queue / 管理队列administrative alerts / 管理警报administrator / 管理员Advanced Configuration and Power Interface, ACPI / 高级配置和电源接口agent / 代理Alerter service / 警报器服务allocation unit size / 分配单元大小American Standard Code for Information Interchange, ASCII / 美国信息交换标准码AppleTalkAppleTalk Transport / AppleTalk 传输ARP, Address Resolution Protocol / 地址解析协议ASCII, American Standard Code for Information Interchange / 美国信息交换标准码Assistive Technology Program / 辅助技术程序asymmetric encryption / 非对称加密asynchronous communication / 异步通讯ATM asynchronous transfer mode / 异步传输模式attributes / 属性audit policy / 审核策略auditing / 审核authentication / 身份验证authoritative restore / 强制性还原authorization / 授权BB—channel / B—信道background program / 后台程序backup media pool / 备份媒体池backup operator / 备份操作员backup set / 备份集backup set catalog / 备份集分类backup types / 备份类型bandwidth / 带宽BAP, Bandwidth Allocation Protocol / 带宽分配协议base priority / 基本优先级basic disk / 基本磁盘basic input/output system, BIOS / 基本输入/输出系统basic volume / 基本卷batch program / 批处理程序baud rate / 波特率binary / 二进制binary digit, bit / 二进制数字,位bindery / 平构数据库BIOS, basic input/output system / 基本输入/输出系统bit, binary digit / 位,二进制数字bits per second, bps / 每秒位数boot / 启动boot files / 启动文件boot partition / 启动分区boot volume / 启动卷bps, bits per second / 每秒位数buffer / 缓冲区built—in groups / 内置组bus / 总线bytes received / 接收的字节数bytes transmitted / 传输的字节数CCA, certification authority / 证书颁发机构callback number / 回叫号码callback security / 回叫安全called subscriber ID (CSID) string / 被叫订户 ID (CSID)字符串CAPI (CryptoAPI)cartridge font / 字体盒字体catalog / 编录CDP, CRL Distribution Point / CRL 分发点certificate / 证书certificate revocation list, CRL / 证书吊销列表certificate store / 证书存储区certificate template / 证书模板certificate trust list, CTL / 证书信任列表certification authority, CA / 证书颁发机构certification hierarchy / 证书等级certification path / 证书路径channel / 信道CHAP, Challenge Handshake Authentication Protocol / 质询握手身份验证协议character mode / 字符方式child object / 子对象clear / 清除client / 客户client application / 客户应用程序Client Service for NetWare / NetWare 客户服务ClipBook Server / 剪贴簿服务器Cluster Administrator / 群集管理器Cluster Administrator extension / 群集管理器扩展Cluster service / 群集服务cluster size / 簇大小Cluster.exeCMYK color space / CMYK 颜色空间code page / 代码页codec / 编解码器color gamut / 色阶color management / 颜色管理color profile / 颜色配置文件color space / 颜色空间Command Prom pt window /“命令提示符"窗口common groups / 公用组communication port / 通讯端口communication settings / 通讯设置community name / 社团名Compression Control Protocol, CCP / 压缩控制协议computer account / 计算机帐户Computer Browser service / 计算机浏览器服务computer quota / 计算机配额connect / 连接connected, authenticating user / 已连接,正验证身份的用户connected, user authenticated / 已连接且身份已验证的用户connector application / 连接器应用程序connector queue / 连接器队列console tree / 控制台树container object / 容器对象copy backup / 副本备份CPU Time / CPU 时间CPU Usage / CPU 使用CRC errors / CRC 错误CRL, certificate revocation list / 证书吊销列表CRL Distribution Point, CDP / CRL 分发点CryptoAPI (CAPI)cryptographic service provider, CSP / 加密服务提供程序cryptography / 加密CSID (called subscriber ID) string / CSID(被叫订户 ID)字符串CSP, cryptographic service provider / 加密服务提供程序CTL, certificate trust list / 证书信任列表custom file type / 自定义文件类型DD-channel / D-信道DACL, discretionary access control list / 任意访问控制表daily backup / 每日备份Data Communications Equipment, DCE / 数据通讯设备Data Terminal Equipment, DTE / 数据终端设备data-overrun error / 数据溢出错误DCE, Data Communications Equipment / 数据通讯设备DDE, dynamic data exchange / 动态数据交换dead-letter queue / 死信队列debugger / 调试器default button / 默认按钮default network / 默认网络default printer / 默认打印机default tree and context / 默认树和上下文default user / 默认用户defragmentation / 碎片整理dependency / 从属关系dependent client / 从属客户descendent key / 派生项desktop / 桌面desktop pattern / 桌面方案destination document / 目标文档details pane / 详细信息窗格device / 设备device conflict / 设备冲突device driver / 设备驱动程序device fonts / 设备字体Device Manager / 设备管理器DHCP, Dynamic Host Configuration Protocol 动态主机配置协议DHCP option / DHCP 选项dial location / 拨号位置dial—up connection / 拨号连接differential backup / 差异备份digital signature / 数字签名Digital Signature Standard, DSS / 数字签名标准digital video disc, DVD / 数字化视频光盘direct cable connection / 直接电缆连接direct memory access, DMA / 直接内存访问directory partition / 目录分区disable / 禁用discretionary access control list, DACL / 任意访问控制表disk / 磁盘disk configuration information / 磁盘配置信息dismount / 卸除display adapter / 显示适配器DLL, dynamic-link library / 动态链接库DMA, direct memory access / 直接内存访问DNS, Domain Name System / 域名系统DNS server / DNS 服务器docking station / 插接站document / 文档domain / 域domain controller / 域控制器domain name / 域名Domain Name System, DNS / 域名系统domain namespace / 域名空间dots per inch, DPI / 每英寸点数downloadable fonts / 可下载字体drag / 拖动drive / 驱动器drive letter / 驱动器号drop folder / 拖动文件夹DSS, Digital Signature Standard / 数字签名标准DTE, Data Terminal Equipment / 数据终端设备dual boot / 双重启动duplex / 双工DVD, digital video disc / 数字化视频光盘DVD decoder / DVD 解码器DVD drive / DVD 驱动器DWORDdynamic data exchange, DDE / 动态数据交换dynamic disk / 动态磁盘Dynamic Host Configuration Protocol, DHCP / 动态主机配置协议dynamic volume / 动态卷dynamic—link library, DLL / 动态链接库EEAP, Extensible Authentication Protocol / 可扩展的身份验证协议EFS, encrypting file system / 加密文件系统embedded object / 内嵌对象emergency repair disk, ERD / 紧急修复磁盘enable / 启用encapsulated PostScript (EPS) file / 封装的 PostScript (EPS) 文件encrypted passwords / 加密的密码encrypting file system, EFS / 加密文件系统encryption / 加密enhanced small device interface, ESDI / 增强型小型设备接口environment variable / 环境变量EPS (encapsulated PostScript) file / EPS(封装的 PostScript)文件ERD, emergency repair disk / 紧急修复磁盘error detection / 错误检测event / 事件Event Log service / 事件日志服务event logging / 事件记录everyone category / everyone 的分类expanded memory / 扩充内存expansion slot / 扩展槽explicit permissions / 直接权限express message / 快递消息extended memory / 扩展内存extended partition / 扩展分区Extensible Authentication Protocol, EAP / 可扩展的身份验证协议external network number / 外部网络号Ffailback / 故障回复failed / 失败failover / 故障转移FAT, file allocation table / 文件分配表FAT32fault tolerance / 容错Fax Service / 传真服务FCB, file control block / 文件控制块Federal Information Processing Standard 140-1, FIPS 140-1 / 联邦信息处理标准 140-1 FEP, (front-end processor) / 前端处理器file allocation table, FAT / 文件分配表file control block, FCB / 文件控制块File Server for Macintosh / Macintosh 文件服务器file system / 文件系统file type / 文件类型filter / 筛选器FIPS 140—1, Federal Information Processing Standard 140-1 / 联邦信息处理标准 140-1font / 字体font cartridge / 字体盒foreground program / 前台程序foreign computer / 外部计算机form / 表单FORTEZZAfragmentation / 碎片frame type / 帧类型free media pool / 可用媒体池free space / 可用空间front-end processor, FEP / 前端处理器full—duplex / 全双工full name / 全名GGateway Service for NetWare / NetWare 网关服务GDI objects / GDI 对象global group / 全局组graphics mode / 图形模式group / 组group account / 组帐户group memberships / 组成员身份group name / 组名Group Policy / 组策略Group Policy object / 组策略对象guest / 来宾guest account / 来宾帐户Hhalf—duplex / 半双工handle count / 句柄数handshaking / 握手Hardware Compatibility List, HCL / 硬件兼容性列表hardware compression / 硬件压缩hardware configuration / 硬件配置hardware decoder / 硬件解码器hardware profile / 硬件配置文件hardware type / 硬件类型hash / 散列hash algorithm / 散列算法Hash-based Message Authentication Mode, HMAC / 基于散列的消息验证模式HCL, Hardware Compatibility List / 硬件兼容性列表hexadecimal / 十六进制histogram / 直方图hive / 配置单元HMAC, Hash—based Message Authentication Mode / 基于散列的消息验证模式home directory / 主目录host name / 主机名HTML, Hypertext Markup Language / 超文本标记语言hub / 网络集线器hubbed mode / 集线模式hue / 色调Hypertext Markup Language, HTML / 超文本标记语言II/O (input/output) port / I/O(输入/输出)端口ICMP, Internet Control Message Protocol / 网际消息控制协议IDE, integrated device electronics / 集成设备电路IEEE 1394Image Name / 映像名称IME, Input Method Editor / 输入法import media pool / 导入媒体池incremental backup / 增量备份independent client / 独立客户。
IT常用英文词汇
第一部分、计算机算法常用术语中英对照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 图的划分?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 集合与串的问题?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引数(传给函式的值)。
计算机编程及常用术语英语词汇大全修订稿
计算机编程及常用术语英语词汇大全WEIHUA system office room 【WEIHUA 16H-WEIHUA WEIHUA8Q8-第一部分、计算机算法常用术语中英对照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 图的划分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 集合与串的问题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引数(传给函式的值)。
数据结构与算法常用英语词汇
数据结构与算法常用英语词汇.txt女人谨记:一定要吃好玩好睡好喝好。
一旦累死了,就别的女人花咱的钱,住咱的房,睡咱的老公,泡咱的男朋友,还打咱的娃。
第一部分计算机算法常用术语中英对照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 图的划分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 集合与串的问题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 ——递归第二部分数据结构英语词汇数据抽象 data abstraction数据元素 data element数据对象 data object数据项 data item数据类型 data type抽象数据类型 abstract data type逻辑结构 logical structure物理结构 phyical structure线性结构 linear structure非线性结构 nonlinear structure基本数据类型 atomic data type固定聚合数据类型 fixed-aggregate data type可变聚合数据类型 variable-aggregate data type 线性表 linear list栈 stack队列 queue串 string数组 array树 tree图 grabh查找,线索 searching更新 updating排序(分类) sorting插入 insertion删除 deletion前趋 predecessor后继 successor直接前趋 immediate predecessor直接后继 immediate successor双端列表 deque(double-ended queue)循环队列 cirular queue指针 pointer先进先出表(队列)first-in first-out list后进先出表(队列)last-in first-out list栈底 bottom栈定 top压入 push弹出 pop队头 front队尾 rear上溢 overflow下溢 underflow数组 array矩阵 matrix多维数组 multi-dimentional array以行为主的顺序分配 row major order以列为主的顺序分配 column major order 三角矩阵 truangular matrix对称矩阵 symmetric matrix稀疏矩阵 sparse matrix转置矩阵 transposed matrix链表 linked list线性链表 linear linked list单链表 single linked list多重链表 multilinked list循环链表 circular linked list双向链表 doubly linked list十字链表 orthogonal list广义表 generalized list链 link指针域 pointer field链域 link field头结点 head node头指针 head pointer尾指针 tail pointer串 string空白(空格)串 blank string空串(零串)null string子串 substring树 tree子树 subtree森林 forest根 root叶子 leaf结点 node深度 depth层次 level双亲 parents孩子 children兄弟 brother祖先 ancestor子孙 descentdant二叉树 binary tree平衡二叉树 banlanced binary tree 满二叉树 full binary tree完全二叉树 complete binary tree遍历二叉树 traversing binary tree 二叉排序树 binary sort tree二叉查找树 binary search tree线索二叉树 threaded binary tree哈夫曼树 Huffman tree有序数 ordered tree无序数 unordered tree判定树 decision tree双链树 doubly linked tree数字查找树 digital search tree树的遍历 traversal of tree先序遍历 preorder traversal中序遍历 inorder traversal后序遍历 postorder traversal图 graph子图 subgraph有向图 digraph(directed graph)无向图 undigraph(undirected graph) 完全图 complete graph连通图 connected graph非连通图 unconnected graph强连通图 strongly connected graph 弱连通图 weakly connected graph加权图 weighted graph有向无环图 directed acyclic graph 稀疏图 spares graph稠密图 dense graph重连通图 biconnected graph二部图 bipartite graph边 edge顶点 vertex弧 arc路径 path回路(环)cycle弧头 head弧尾 tail源点 source终点 destination汇点 sink权 weight连接点 articulation point初始结点 initial node终端结点 terminal node相邻边 adjacent edge相邻顶点 adjacent vertex关联边 incident edge入度 indegree出度 outdegree最短路径 shortest path有序对 ordered pair无序对 unordered pair简单路径 simple path简单回路 simple cycle连通分量 connected component邻接矩阵 adjacency matrix邻接表 adjacency list邻接多重表 adjacency multilist遍历图 traversing graph生成树 spanning tree最小(代价)生成树 minimum(cost)spanning tree生成森林 spanning forest拓扑排序 topological sort偏序 partical order拓扑有序 topological orderAOV网 activity on vertex networkAOE网 activity on edge network关键路径 critical path匹配 matching最大匹配 maximum matching增广路径 augmenting path增广路径图 augmenting path graph查找 searching线性查找(顺序查找)linear search (sequential search) 二分查找 binary search分块查找 block search散列查找 hash search平均查找长度 average search length散列表 hash table散列函数 hash funticion直接定址法 immediately allocating method数字分析法 digital analysis method平方取中法 mid-square method折叠法 folding method除法 division method随机数法 random number method排序 sort内部排序 internal sort外部排序 external sort插入排序 insertion sort随小增量排序 diminishing increment sort选择排序 selection sort堆排序 heap sort快速排序 quick sort归并排序 merge sort基数排序 radix sort外部排序 external sort平衡归并排序 balance merging sort二路平衡归并排序 balance two-way merging sort 多步归并排序 ployphase merging sort置换选择排序 replacement selection sort文件 file主文件 master file顺序文件 sequential file索引文件 indexed file索引顺序文件 indexed sequential file索引非顺序文件 indexed non-sequential file直接存取文件 direct access file多重链表文件 multilist file倒排文件 inverted file目录结构 directory structure树型索引 tree index。
计算机编程及常用术语英语词汇大全
第一部分、计算机算法常用术语中英对照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 图的划分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 集合与串的问题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引数(传给函式的值)。
IT常用英文词汇
第一部分、计算机算法常用术语中英对照Discrete Fourier Transform 离散Fourier变换? Data Structures 基本数据结构Combinatorial Problems 组合问题Dictionaries 字典? Sorting 排序Priority Queues 堆? Searching 查找?Graph Data Structures 图?Set Data Structures 集合?Kd-Trees 线段树?Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Median and Selection 中位数? Generating Permutations 排列生成? Generating Subsets 子集生成? Generating Partitions 划分生成? Generating Graphs 图的生成? Calendrical Calculations 日期?Matrix Multiplication 矩阵乘法Job Scheduling 工程安排Determinants and Permanents 行列式Satisfiability 可满足性Constrained and Unconstrained Optimization 最值问题?Graph Problems -- polynomial 图论-多项式算法? Linear Programming 线性规戈UConnected Components 连通分支Random Number Generation 随机数生成Topological Sorting 拓扌卜排序Factoring and Primality Testing 因子分解/ 质数判定Minimum Spanning Tree 最小生成树Arbitrary Precision Arithmetic 高精度计算Shortest Path 最短路径Knapsack Problem 背包问题Transitive Closure and Reduction 传递闭包Edge and Vertex Connectivity Network Flow 网络流? 割边/割点? Convex Hull 凸包?Triangulation 三角剖分?Drawing Graphs Nicely 图的描绘? Voronoi Diagrams Voronoi 图?Drawing Trees 树的描绘?Nearest Neighbor Search 最近点对查询?Planarity Detection and Embedding 平面性检测和嵌入? Range Search 范围查询?Graph Problems -- hard 图论-NP 问题?Point Location 位置查询?Clique 最大团?Intersection Detection 碰撞测试?Independent Set 独立集?Bin Packing 装箱问题?Vertex Cover 点覆盖?Medial-Axis Transformation 中轴变换?Traveling Salesman Problem 旅行商问题? Polygon Partitioning 多边形分割?Hamiltonian Cycle Hamilton回路? Simplifying Polygons 多边形化简?Graph Partition 图的划分?Shape Similarity 相似多边形?Vertex Coloring 点染色?Motion Planning 运动规划?Edge Coloring 边染色?Maintaining Line Arrangements 平面分害9 ?Graph Isomorphism 同构?Minkowski Sum Minkowski 和?Steiner Tree Steiner树?Set and String Problems 集合与串的问题?Matching 匹配? Feedback Edge/Vertex Set 最大无环子图?Eulerian Cycle / Chinese Postman Euler回路/中国邮路? Computational Geometry 计算几何?Text Compression 压缩 Cryptography 密码?abstract base class (ABC) 抽象基类 aggregation 聚合、聚集Set Cover 集合覆盖? access 存取、访问Set Packing 集合配置? access level 访问级另UString Matching 模式匹配 access function 访问函数Approximate String Matching模糊匹配? account 账户abstraction抽象、抽象物、抽象性 algorithm 算法?action 动作activate 激活?Finite State Machine Minimization 有穷自动机简化? active 活动的Longest Common Substring 最长公共子串? actual parameter 实参?Shortest Common Superstring 最短公共父串? adapter 适配器?DP ----- D ynamic Programming------------ 动态规戈 U add-in 插件?recursi on ------- 递归 address 地址?address space 地址空间第二部分、编程词汇? address-of operator 取地址操作符A2A integration A2A 整合? ADL (argument-dependent lookup)?abstract 抽象的ADO(ActiveX Data Object)ActiveX 数据对象?advancedabstract class 抽象类alias 别名? ASP(Active Server Page) 活动服务器页面arrow operator 箭头操作符authorization 授权? worker process ASP .NET 工作者进程assembly 装配件、配件?assembly manifest 装配件清单annotation 注解、评注argument 引数(传给函式的值)。
数据结构与算法常用英语词汇
数据结构与算法常用英语词汇.txt 女人谨记:一定要吃好玩好睡好喝好。
一旦累死了,就别的女人花咱的钱,住咱的房,睡咱的老公,泡咱的男朋友,还打咱的娃。
第一部份计算机算法常用术语中英对照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 图的划分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 集合与串的问题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 ——递归第二部份数据结构英语词汇数据抽象 data abstraction数据元素 data element数据对象 data object数据项 data item数据类型 data type抽象数据类型 abstract data type逻辑结构 logical structure物理结构 phyical structure线性结构 linear structure非线性结构 nonlinear structure基本数据类型 atomic data type固定聚合数据类型 fixed-aggregate data type可变聚合数据类型 variable-aggregate data type 线性表 linear list栈 stack队列 queue串 string数组 array树 tree图 grabh查找,线索 searching更新 updating排序(分类) sorting插入 insertion删除 deletion前趋 predecessor后继 successor直接前趋直接后继双端列表循环队列immediate predecessor immediate successor deque(double-ended queue) cirular queue指针 pointer先进先出表(队列) first-in first-out list 后进先出表(队列) last-in first-out list栈底栈定压入弹出队头bottom top push pop front队尾 rear上溢 overflow下溢 underflow数组 array矩阵 matrix多维数组 multi-dimentional array以行为主的顺序分配 row major order以列为主的顺序分配 column major order 三角矩阵 truangular matrix对称矩阵 symmetric matrix稀疏矩阵 sparse matrix转置矩阵 transposed matrix链表 linked list线性链表 linear linked list单链表 single linked list多重链表 multilinked list循环链表 circular linked list双向链表 doubly linked list十字链表 orthogonal list广义表 generalized list链 link指针域 pointer field链域 link field头结点 head 头指针 head 尾指针 tail 串 string node pointer pointer空白(空格)串blank string 空串(零串) null string子串 substring树 tree子树 subtree森林 forest根 root叶子结点深度层次双亲孩子leaf node depth level parents children兄弟 brother祖先 ancestor子孙 descentdant二叉树 binary tree平衡二叉树 banlanced binary tree 满二叉树 full binary tree彻底二叉树 complete binary tree遍历二叉树 traversing binary tree 二叉排序树 binary sort tree二叉查找树 binary search tree线索二叉树 threaded binary tree 哈夫曼树 Huffman tree有序数 ordered tree无序数 unordered tree判定树 decision tree双链树 doubly linked tree数字查找树 digital search tree树的遍历 traversal of tree先序遍历 preorder traversal中序遍历 inorder traversal后序遍历 postorder traversal图 graph子图 subgraph有向图无向图彻底图连通图digraph(directed graph) undigraph(undirected graph) complete graphconnected graph非连通图 unconnected graph强连通图 strongly connected graph 弱连通图 weakly connected graph 加权图 weighted graph有向无环图 directed acyclic graph 稀疏图 spares graph稠密图 dense graph重连通图 biconnected graph二部图 bipartite graph边 edge顶点 vertex弧 arc路径 path回路(环) cycle弧头弧尾源点终点汇点headtailsource destination sink权 weight连接点 articulation point 初始结点 initial node终端结点 terminal node相邻边 adjacent edge相邻顶点 adjacent vertex 关联边 incident edge入度 indegree出度 outdegree最短路径 shortest path有序对 ordered pair无序对 unordered pair简单路径简单回路连通分量邻接矩阵simple pathsimple cycle connected component adjacency matrix邻接表 adjacency list邻接多重表 adjacency multilist遍历图 traversing graph生成树 spanning tree最小(代价)生成树 minimum(cost)spanning tree生成森林 spanning forest拓扑排序 topological sort偏序 partical order拓扑有序 topological orderAOV 网 activity on vertex networkAOE 网 activity on edge network关键路径 critical path匹配 matching最大匹配 maximum matching增广路径 augmenting path增广路径图 augmenting path graph查找 searching线性查找(顺序查找) linear search (sequential search)二分查找 binary search分块查找 block search散列查找 hash search平均查找长度 average search length散列表 hash table散列函数 hash funticion直接定址法 immediately allocating method 数字分析法 digital analysis method平方取中法 mid-square method折叠法 folding method除法 division method随机数法 random number method排序 sort内部排序 internal sort外部排序 external sort插入排序 insertion sort随小增量排序 diminishing increment sort 选择排序 selection sort堆排序 heap sort快速排序归并排序基数排序外部排序quick sort merge sortradix sort external sort平衡归并排序 balance merging sort二路平衡归并排序 balance two-way merging sort 多步归并排序 ployphase merging sort置换选择排序 replacement selection sort文件 file主文件 master file顺叙文件 sequential file索引文件 indexed file索引顺叙文件 indexed sequential file索引非顺叙文件 indexed non-sequential file直接存取文件 direct access file多重链表文件 multilist file倒排文件 inverted file目录结构 directory structure树型索引 tree index。
计算机编程及常用术语英语词汇
计算机编程及常用术语英语词汇计算机编程及常用术语英语词汇大全你知道计算机编程及常用术语英语词汇有哪些吗?你对计算机编程及常用术语英语词汇了解吗?下面是yjbys店铺为大家带来的计算机编程及常用术语英语词汇大全,欢迎阅读。
第一部分、计算机算法常用术语中英对照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 ——递归第二部分、编程词汇A integration A整合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. Algorithm 算法2. Data structure 数据结构3. Variable 变量4. Constant 常量5. Loop 循环6. Control structure 控制结构7. Condition 条件8. Statement 语句9. Function 函数10. Parameter 参数11. Argument 参数12. Recursion 递归13. Iteration 迭代14. Array 数组15. List 列表16. Stack 栈17. Queue 队列18. Linked list 链表19. Tree 树20. Graph 图21. Sorting 排序22. Searching23. Bubble sort 冒泡排序24. Selection sort 选择排序25. Insertion sort 插入排序26. Merge sort 归并排序27. Quick sort 快速排序28. Binary search 二分29. Linear search 线性30. Big O notation 大O表示法34. Algorithmic efficiency 算法效率35. Hash table 哈希表36. Linked list 链表37. Binary tree 二叉树38. AVL tree 平衡二叉树39. Red-black tree 红黑树40. Depth-first search 深度优先41. Breadth-first search 广度优先42. Dijkstra's algorithm Dijkstra算法43. Dynamic programming 动态规划44. Greedy algorithm 贪心算法45. Divide and conquer 分治法46. Backtracking 回溯法47. Memoization 记忆化48. Heuristic algorithm 启发式算法50. Pseudo code 伪代码这些术语是算法中常见的基本概念和技术,熟悉它们对于理解和实现算法非常重要。
计算机算法英语常用术语
计算机算法英语常用术语计算机算法英语常用术语对于时刻需要和国际接轨的码农们,英语的重要性是毋庸置疑的。
下面是店铺整理的计算机算法常用术语中英对照,希望能帮到大家! 计算机算法常用术语(中英)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 匹配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——动态规划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 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包recursion ——递归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 组合问题【计算机算法英语常用术语】。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
第一部分计算机算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Fourier变换Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Satisfiability 可满足性Determinants and Permanents 行列式Linear Programming 线性规划Matching 匹配Constrained and Unconstrained Optimization 最值问题Clique 最大团Cryptography 密码Random Number Generation 随机数生成Shortest Path 最短路径recursion递归Factoring and Primality Testing 因子分解/质数判定Searching 查找Sorting 排序Arbitrary Precision Arithmetic 高精度计算Calendrical Calculations 日期Discrete Fourier Transform 离散Combinatorial Problems 组合问题Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成Generating Graphs 图的生成Job Scheduling 工程安排Graph Problems -- polynomial 图论-多项式算法Connected Components 连通分支Topological Sorting 拓扑排序Minimum Spanning Tree 最小生成树Transitive Closure and Reduction 传递闭包Network Flow 网络流Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Independent Set 独立集Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Vertex Cover 点覆盖Graph Problems -- hard 图论-NP问题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 三角剖分V oronoi Diagrams V oronoi图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 集合配置Approximate String Matching 模糊匹配Text Compression 压缩DP—Dynamic Programming动态规划Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串String Matching 模式匹配Finite State Machine Minimization 有穷自动机简化第二部分数据结构英语词汇数据抽象data abstraction 数据元素data element 数据对象data object数据项data item 数据类型data type 抽象数据类型abstract data type 逻辑结构logical structure 物理结构phyical structure 线性结构linear structure非线性结构nonlinear structure基本数据类型atomic data type线性表linear list数组array 直接前趋immediate predecessor 队列queue串string 固定聚合数据类型fixed-aggregate data type 栈stack可变聚合数据类型variable-aggregate data type 树tree 图grabh查找,线索searching 更新updating 排序(分类) sorting插入insertion 删除deletion 前趋predecessor后继successor 直接后继immediate successor 双端列表deque(double-ended queue) 循环队列cirular queue 指针pointer 先进先出表(队列)first-in first-out list 后进先出表(队列)last-in first-out list 栈底bottom 栈定top压入push 弹出pop 队头front 队尾rear 上溢overflow下溢underflow 数组array 矩阵matrix 多维数组multi-dimentional array以行为主的顺序分配row major order 以列为主的顺序分配column major order三角矩阵truangular matrix 对称矩阵symmetric matrix 稀疏矩阵sparse matrix转置矩阵transposed matrix 链表linked list 线性链表linear linked list单链表single linked list 多重链表multilinked list 循环链表circular linked list双向链表doubly linked list 十字链表orthogonal list 广义表generalized list链link 指针域pointer field 链域link field 头结点head node 头指针head pointer 尾指针tail pointer 串string 空白(空格)串blank string 空串(零串)null string 子串substring 树tree 子树subtree 森林forest 根root 叶子leaf结点node 深度depth 层次level 双亲parents 孩子children 兄弟brother 祖先ancestor 子孙descentdant 二叉树binary tree 平衡二叉树banlanced binary tree满二叉树full binary tree 完全二叉树complete binary tree遍历二叉树traversing binary tree 二叉排序树binary sort tree二叉查找树binary search tree 线索二叉树threaded binary tree哈夫曼树Huffman tree 有序数ordered tree无序数unordered tree 判定树decision tree 双链树doubly linked tree数字查找树digital search tree 树的遍历traversal of tree 先序遍历preorder traversal 中序遍历inorder traversal 后序遍历postorder traversal 图graph子图subgraph 有向图digraph(directed graph) 无向图undigraph(undirected graph) 完全图complete graph 连通图connected graph 非连通图unconnected graph强连通图strongly connected graph 弱连通图weakly connected graph加权图weighted graph 有向无环图directed acyclic graph 稀疏图spares graph 稠密图dense graph重连通图biconnected graph 二部图bipartite graph 边edge 顶点vertex弧arc 路径path 回路(环)cycle弧头head弧尾tail 源点source终点destination 汇点sink 权weight 连接点articulation point初始结点initial node 终端结点terminal node 相邻边adjacent edge相邻顶点adjacent vertex 关联边incident edge 入度indegree出度outdegree 最短路径shortest path 有序对ordered pair无序对unordered pair 简单路径simple path 简单回路simple cycle连通分量connected component 邻接矩阵adjacency matrix 邻接表adjacency list邻接多重表adjacency multilist 遍历图traversing graph 生成树spanning tree最小(代价)生成树minimum(cost)spanning tree 生成森林spanning forest拓扑排序topological sort 偏序partical order 拓扑有序topological orderAOV网activity on vertex network AOE网activity on edge network关键路径critical path 匹配matching 最大匹配maximum matching增广路径augmenting path 增广路径图augmenting path graph 查找searching线性查找(顺序查找)linear search (sequential search) 二分查找binary search分块查找block search 散列查找hash search 平均查找长度average search length散列表hash table 散列函数hash funticion 直接定址法immediately allocating method 数字分析法digital analysis method 平方取中法mid-square method 折叠法folding method 除法division method 随机数法random number method 排序sort内部排序internal sort 外部排序external sort 插入排序insertion sort随小增量排序diminishing increment sort 选择排序selection sort 堆排序heap sort快速排序quick sort 归并排序merge sort 基数排序radix sort 外部排序external sort 平衡归并排序balance merging sort 二路平衡归并排序balance two-way merging sort多步归并排序ployphase merging sort 置换选择排序replacement selection sort文件file 主文件master file 顺序文件sequential file 索引文件indexed file索引顺序文件indexed sequential file 索引非顺序文件indexed non-sequential file直接存取文件direct access file 多重链表文件multilist file 倒排文件inverted file目录结构directory structure 树型索引tree index。