ImageVerifierCode 换一换
格式:DOCX , 页数:11 ,大小:93.02KB ,
资源ID:5552403      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/5552403.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(数据结构与算法常用英语词汇.docx)为本站会员(b****6)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

数据结构与算法常用英语词汇.docx

1、数据结构与算法常用英语词汇数据结构与算法常用英语词汇数据结构与算法常用英语词汇.txt女人谨记:一定要吃好玩好睡好喝好。一旦累死了,就别的女人花咱的钱,住咱的 房,睡咱的老公,泡咱的男朋友,还打咱的娃。第一部分 计算机算法常用术语中英对照Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth

2、 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 Tran

3、sform 离散Fourier变换 Combinatorial Problems 组合问题 Sorting 排序 Searching 查找 Median and Selection 中位数 Generating Permutations 排列生成 Generating Subsets 子集生成 Generating Partitions 划分生成 Generating Graphs 图的生成 Calendrical Calculations 日期 Job Scheduling 工程安排 Satisfiability 可满足性 Graph Problems - polynomial 图论-多项式

4、算法 Connected Components 连通分支 Topological Sorting 拓扑排序 Minimum Spanning Tree 最小生成树 Shortest Path 最短路径 Transitive Closure and Reduction 传递闭包 Finite State Machine Minimization 有穷自动机简化 Longest Common Substring 最长公共子串 Shortest Common Superstring 最短公共父串 DPDynamic Programming动态规划 recursion 递归 第二部分 数据结构英语词汇

5、数据抽象 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线性表 linea

6、r 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 fi

7、rst-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 单链

8、表 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

9、根 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有

10、序数 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 gr

11、aph非连通图 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连接点 articu

12、lation 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遍历

13、图 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 p

14、ath 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

15、随机数法 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

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1