• 回答数

    4

  • 浏览数

    86

哆啦C梦的梦
首页 > 英语培训 > 数组英语

4个回答 默认排序
  • 默认排序
  • 按时间排序

荔枝爱苹果

已采纳

本文将列出计算机学当中,数据结构与算法相关的部分常用的英语词汇,欢迎大家前来更正补充 数据抽象: data abstraction 数据元素: data element 数据对象: data object 数据项: data item 数据类型: data type 抽象数据类型: abstract data type 逻辑结构: logical structure 物理结构: phyical structure 线性结构: linear structure 非线性结构: nonlinear structure 基本数据类型: atomic data type 固定聚合数据类型: fixd-aggregate data type 可变聚合数据类型: variable-aggregate data type 线性表: linear list 栈: stack 队列: queue 串: string 数组: array 树: tree 图: gragh 查找,线索: 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 平衡二叉树: balanced binary tree 满二叉树: full binary tree 完全二叉树:complete binary tree` 遍历二叉树: tracersing 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 travelsal 后序遍历: postorder travelsal 图: 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 连通分量: connected component 邻接矩阵: adjacency matrix 邻接表: adjacency list 邻接多重表: adjacency multilist 遍历图: traversing graph 生成树: spanning tree 最小(代价)生成树: minimum(cost) spanning tree 生成森林: spanning forest 拓扑排序: topological sort 偏序: partical order 拓扑有序: topological order AOV网: activity on vertex network AOE网: activity on edge network 关键路径: critical path 匹配: matching 最大匹配: maximum matching 增广路径: augmenting matching 增广路径图: augmenting path graph 查找: searching 线性查找(顺序查找): linear search (sequentail 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 基数排序: redix 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

数组英语

210 评论(8)

密果儿Fiona

运算符与表达式: 5. `parameter 参数 2 条件语句1.constant 常量 6.static 静态的 condition2. variable 变量 7.extern 外部的 statement) 选择 select3. identify 标识符 指针: 表达式 expression4. keywords 关键字 1. pointer 指针 逻辑表达式 logical expression5. sign 符号 2. argument 参数 关系表达式 Relational expression 6. operator 运算符 3. array 数组 优先 priority7. statement语句 4. declaration 声明 运算 operation8. syntax 语法 5. represent 表示 结构 structure9. expression 表达式 6. manipulate 处理 3 循环语句10. initialition 初始化 结构体、共用体、链表 (circle statement) 循环 circle11. number format 数据格式 1 structure 结构 条件 condition 12 declaration 说明 2 member成员 变量 variant13. type conversion 类型转换 3 tag 标记 过程 process14.define 、definition 定义 4 function 函数 优先 priority条件语句: 5 enumerate 枚举 运算 operation1.select 选择 6 union 联合(共用体) 4 函数2. expression 表达式 7 create 创建 (function) 调用 call3. logical expression 逻辑表达式 8 insert 插入 返回值 return value4. Relational expression 关系表达式 9 delete 删除 函数 function5.priority优先 10 modify 修改 声明 declare6. operation运算 文件 参数 parameter 7.structure 结构 1、file 文件 静态的 static 循环语句: 2、open 打开 外部的 extern1.circle 循环 3、close 关闭 5 数组和指针(array and2. condition 条件 4、read 读 pointer) 数组 array3. variant 变量 5、write 写 引用 reference4. process过程 6、error 错误 元素 element5.priority优先 序号 主要章节 常用英汉对照词汇 备注 地址 address6. operation运算 1 运算符与表达式 排序 sort 数组: ( operator and expression ) 汉语 英语 字符 character1. array 数组 常量 constant 字符串 string 2. reference 引用 变量 variable 应用 application3. element 元素 标识符 identify 指针 pointer4. address 地址 关键字 keywords 参数 argument5. sort 排序 符号 sign 数组 array6. character 字符 运算符 operator 声明 declaration7. string 字符串 语句 statement 表示 represent 8. application 应用 语法 syntax 处理 manipulate 函数: 表达式 Expression 6 结构体、1.call 调用 初始化 Initialization 共用体2.return value 返回值 数据格式 number format (structures union 结构 structure 3.function 函数 类型转换 type conversion 成员 member4. declare 声明 定义 Define 、 definition 标记 tag函数 function archaic a.己废的,古老的 teaching programming 编程教学枚举 enumerate mainmodule 主模块 lengthy a.冗长的,漫长的联合 ( 共用体 ) union sufficient a.充分的,足够的 alter vi./vt.改变创建 create submodule 子模块 flaw n.缺点裂纹插入 insert data processing 数据处理 devclop vt.发达删除 delete modify v.修正,修改 separate a.各别的修改 modify business application 商业应用 recompile v.编译7 文件 outline n.轮廓,概要 assist n.帮助( file) 文件 file scientific application 科学应用 cycle n.循环打开 open compose分解 technician n.技师关闭 close lexical a.字典的,词汇的 remove vt.移动,除去读 read code 代码 straight line 直线写 write non-programmer n.非编程人员 category n.种类,类项错误 error node vt改为密码 rectangle n.长方形,矩形Program Design 程序设计 notation n.记号法,表示法,注释 P-code p代码writing program 编写程序 pseudocode n.伪代码 virtrally ad.事实上standardize vt.使标准化 verbosity n.唠叨,冗长 symology n.象征学象征的使用coding the program 编程 commas n.逗点逗号 register n.寄存器simplify vt.单一化,简单化 record n.记录 to summaries 总之,总而言之programming 程序 documentation 文档 by convention 按照惯例revision n.校订,修正 subrecord n.子记录 cyptic n.含义模糊的,隐藏的programmer n.程序员 flowchart/flow 程表/流程 diamond-shaped a,菱形的occupy vt.占领,住进 data division 数据部 bracket n.括号logic n.逻辑,逻辑学 visual a.视觉的 decision n判断BASIC 初学者通用符号指令代码 procedure division 过程部 obviate 除去,排除machine code 机器代码 represent vt.表现,表示,代表 terminal n. a终端机,终端的teaching language 教学语言 comprise vt.包含 构成 keyword n.关键字debug n.DOS命令,调试 structured techniques结构化技术 card reader 阅读器simplicity n.单纯,简朴 operator n.运算符,算子 underline vt.下划线compactness a.紧凑的,紧密的 straightforward a.笔直的率直的 translator program 译程序timesharing system 分时系统 commercial package 商业软件包 monadic a. monad(单位)的description n.描述,说明 subroutine n.子程序 Programming 程序设计interactive language 交互式语言 generator n.产生器,生产者dec/binary n.二进制break n.中断 driver module 驱动模块 source language 源语manufacturer n.制造业者 mathematician n.专家 shift 变化,转移,移位structure chart 结构图 line by line 逐行 machine language 机器dialect n.方言,语调 operator n.作符 overflow n.溢出the program flow 程序流 translate vt.翻译,解释 machine instruction 机器指令expense n.费用,代价 forerunner n.先驱 arithmetic n.算术,算法manager module 管理模块 modular 摸块化 computer language 计算机语uniformity n.同样,划一 ancestor n.祖宗 composite symbol 复合型符号worder module 工作模块 cumbersome a.讨厌的,麻烦的 assembly language 汇编语assignment n.赋值 double :声明双精度变量或函数floating point number浮点数 int: 声明整型变量或函数proliferation n.增服 struct:声明结构体变量或函数high-level language高级语 break:跳出当前循环pointer n.指针 natural language 自然语言 else :条件语句否定分支(与 if 连用)array n.数组矩阵, long :声明长整型变量或函数source text 源文本 switch :用于开关语句subscript n.下标 case:开关语句分支intermediate language 中间语言 enum :声明枚举类型type conversion 类型转换 register:声明积存器变量software development 软件开发 typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算 char :声明字符型变量或函数map vt.映射,计划 extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示 return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用 union:声明联合数据类型subprogram n.子程序 const :声明只读变量legibility n.易读性,易识别 float:声明浮点型变量或函数separate compilation 分离式编泽 short :声明短整型变量或函数amend vt.修正,改善 unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的 continue:结束当前循环,开始下一轮循环consumer n.消费者 for:一种循环语句(可意会不可言传)digit n.数字位数 signed:生命有符号类型变量或函数enormous a.巨大的,庞大的 void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式 default:开关语句中的“其他”分支reliability n.可信赖性,可信度 goto:无条件跳转语句tap n.轻打,轻敲,选择 sizeof:计算数据类型长度safety n.安全,安全设备 volatile:说明变量在程序执行中可被隐含地改变print zone 打印区 do :循环语句的循环体property n.财产,所有权 while :循环语句的循环条件column n.列 correctness n.正确, static :声明静态变量functionality n.机能 if:条件语句semicolon n.分号 portable a.叮携带的,可搬运的 auto :声明自动变量 一般不使用survey n.概观. altoggle n.肘节开关 task n.作,任务 declaration n.宣告 说明 source program 源程序 mufti-dimension array 多维数组 object program 目标程序记得采纳哦

285 评论(8)

侠女游浆糊

意思不一样。array是一个英语单词,作名词时意思是“数组、阵列、排列、列阵。作动词时意思是“排列、部署、打扮”。kit也是一个英语单词,作名词时意思是“工具箱、成套工具”,作动词时意思是“装备”。两个单词的意思的都不一样,有很大差别。

192 评论(15)

我大旗网

如果是计算机方面,这可能的意思是“一个很长的数组”

160 评论(14)

相关问答