中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁 > news >正文

買虛機(jī)送網(wǎng)站建設(shè)上海網(wǎng)絡(luò)推廣平臺(tái)

買虛機(jī)送網(wǎng)站建設(shè),上海網(wǎng)絡(luò)推廣平臺(tái),做網(wǎng)站的綠色背景圖,wordpress 評論加圖片一. 常見術(shù)語 數(shù)據(jù)相關(guān) 英文術(shù)語中文術(shù)語Data數(shù)據(jù)Data element數(shù)據(jù)元素Data item數(shù)據(jù)項(xiàng)Data structure數(shù)據(jù)結(jié)構(gòu)Logical structure邏輯結(jié)構(gòu)Data type數(shù)據(jù)類型 指針與存儲(chǔ) 英文術(shù)語中文術(shù)語Pointer指針Sequential storage structure順序存儲(chǔ)結(jié)構(gòu)Linked storage structure鏈狀…

一. 常見術(shù)語

數(shù)據(jù)相關(guān)

英文術(shù)語中文術(shù)語
Data數(shù)據(jù)
Data element數(shù)據(jù)元素
Data item數(shù)據(jù)項(xiàng)
Data structure數(shù)據(jù)結(jié)構(gòu)
Logical structure邏輯結(jié)構(gòu)
Data type數(shù)據(jù)類型

指針與存儲(chǔ)

英文術(shù)語中文術(shù)語
Pointer指針
Sequential storage structure順序存儲(chǔ)結(jié)構(gòu)
Linked storage structure鏈狀存儲(chǔ)結(jié)構(gòu)
Dense index稠密索引
Sparse index稀疏索引
Abstract DataType抽象數(shù)據(jù)類型

算法屬性

英文術(shù)語中文術(shù)語
Algorithm算法
Correctness正確性
Readability可讀性
Robustness健壯性
Frequency count頻度
Time complexity時(shí)間復(fù)雜度
Space complexity空間復(fù)雜度
Immediate predecessor直接前驅(qū)

線性表

英文術(shù)語中文術(shù)語
Linear list線性表
Sequenatial list順序表
Singly linked list單鏈表
Circylar linked lists循環(huán)鏈表
Double linked lists雙向鏈表
Double circular linked list雙向循環(huán)鏈表

英文術(shù)語中文術(shù)語
Stack
Top棧頂
Botton棧底
Last In First Out后進(jìn)先出
Overflow上溢
Underflow下溢
Shared共享

隊(duì)列

英文術(shù)語中文術(shù)語
Queue隊(duì)列
Rear隊(duì)尾
Front隊(duì)頭
First In Last Out先進(jìn)后出

英文術(shù)語中文術(shù)語
String
Substring子串
Pattern matching模式匹配

數(shù)組

英文術(shù)語中文術(shù)語
Arrays數(shù)組
Row major order行為主序
Column major order列為主序
Sparse matrices稀疏矩陣
Special matrices特殊矩陣
List of 3_tuples三元組表
Orthogonal list十字鏈表
Generalized lists廣義表

英文術(shù)語中文術(shù)語
Tree
Binary tree二叉樹
Full binary tree滿二叉樹
Complete binary tree完全二叉樹
Binary sort tree二叉排序樹
Binary search tree二叉搜索樹
Preorder traversal前序遍歷
Inorder traversal中序遍歷
Postorder traversal后序遍歷
Huffman tree哈夫曼樹
Backtrackins回溯

英文術(shù)語中文術(shù)語
Graph
Directed graph (digraph)有向圖
Undirected graph (undigraph)無向圖
Undirected Complete Graph無向完全圖
directed complete graph有向完全圖
Sparse graph稀疏圖
Dense graph稠密圖
Network網(wǎng)點(diǎn)
Adjacent鄰結(jié)點(diǎn)
Degree
Outdegree出度
Indegree入度
Connected graph連通圖
Connected component連通分支
Strong graph強(qiáng)連通圖
Spanning tree生成樹
Adjacency lists鄰接表
Adjacency multilists鄰接多重表
Depth-First Search深度優(yōu)先搜索
Breath-First Search廣度優(yōu)先搜索
Minimum spanning tree最小生成樹
Shortest path最短路徑
Directed acycline graph有向無環(huán)圖
Topological sort拓?fù)渑判?/td>

檢索

英文術(shù)語中文術(shù)語
Searching檢索
Key關(guān)鍵字
Primary key主關(guān)鍵字
Sequential search順序檢索
Binary search折半檢索
Blocking search分塊檢索
Balanced binary tree平衡二叉樹
Balanced factor平衡因子
Immediately allocate直接定址
Division method除留余數(shù)法
Digit analysis method數(shù)字分析法
Folding method折疊法
Linear probing線性探查
Mid-square method平方取中法
Open addressing開放定址法
Chaining鏈地址法

排序

英文術(shù)語中文術(shù)語
Sorting排序
Straight insertion sort直接插入排序
Shells method希爾排序
Diminishing increment sort縮小增量排序
Binary insertion sort折半插入排序
2_way insertion sort二路插入排序
Shared insertion sort共享插入排序
Bubble sort冒泡排序
Quick sort快速排序
Selection sort選擇排序
Straight selection sort直接選擇排序
Tree selection sort樹形選擇排序
Tournament sort錦標(biāo)賽排序
Heap sort堆排序
Merging sort歸并排序
2_way merge二路歸并
Multi_way merge多路歸并
Radix sorting基數(shù)排序
LSD (Least Significant Digit First)最低位優(yōu)先
MSD (Most Significant Digit First)最高位優(yōu)先

文件

英文術(shù)語中文術(shù)語
Files文件
Sequential file順序文件
Indexed file索引文件
Indexed Sequential Access Method索引順序存取方法
Virtual Storage Access Method虛擬存儲(chǔ)存取方法
Hashed file散列文件
With more than one key多關(guān)鍵字文件
Multilist file多重表文件
Inverted file倒排文件

二. 數(shù)據(jù)結(jié)構(gòu)專有名詞

基本概念

英文術(shù)語中文術(shù)語
data abstraction數(shù)據(jù)抽象
data element數(shù)據(jù)元素
data object數(shù)據(jù)對象
data item數(shù)據(jù)項(xiàng)
data type數(shù)據(jù)類型
abstract data type抽象數(shù)據(jù)類型

結(jié)構(gòu)

英文術(shù)語中文術(shù)語
logical structure邏輯結(jié)構(gòu)
physical structure物理結(jié)構(gòu)
linear structure線性結(jié)構(gòu)
nonlinear structure非線性結(jié)構(gòu)

基本數(shù)據(jù)類型

英文術(shù)語中文術(shù)語
atomic data type基本數(shù)據(jù)類型
fixed-aggregate data type固定聚合數(shù)據(jù)類型
variable-aggregate data type可變聚合數(shù)據(jù)類型

數(shù)據(jù)結(jié)構(gòu)

英文術(shù)語中文術(shù)語
linear list線性表
stack
queue隊(duì)列
string
array數(shù)組
tree
graph

操作

英文術(shù)語中文術(shù)語
searching查找線索
updating更新
sorting (分類)排序
insertion插入
deletion刪除

關(guān)系

英文術(shù)語中文術(shù)語
predecessor前趨
successor后繼
immediate predecessor直接前趨
immediate successor直接后繼

特殊隊(duì)列

英文術(shù)語中文術(shù)語
deque (double-ended queue)雙端列表
circular queue循環(huán)隊(duì)列

棧與隊(duì)列

英文術(shù)語中文術(shù)語
pointer指針
first-in first-out list先進(jìn)先出表(隊(duì)列)
last-in first-out list后進(jìn)先出表(隊(duì)列)
bottom棧底
top棧頂
push壓入
pop彈出
front隊(duì)頭
rear隊(duì)尾
overflow上溢
underflow下溢

數(shù)組

英文術(shù)語中文術(shù)語
array數(shù)組
matrix矩陣
multi-dimensional array多維數(shù)組
row major order以行為主的順序分配
column major order以列為主的順序分配
triangular matrix三角矩陣
symmetric matrix對稱矩陣
sparse matrix稀疏矩陣
transposed matrix轉(zhuǎn)置矩陣

鏈表

英文術(shù)語中文術(shù)語
linked list鏈表
linear linked list線性鏈表
single linked list單鏈表
multilinked list多重鏈表
circular linked list循環(huán)鏈表
doubly linked list雙向鏈表
orthogonal list十字鏈表
generalized list廣義表

鏈表相關(guān)

英文術(shù)語中文術(shù)語
link
pointer field指針域
link field鏈域
head node頭結(jié)點(diǎn)
head pointer頭指針
tail pointer尾指針

英文術(shù)語中文術(shù)語
string
blank string空白(空格)串
null string空串(零串)
substring子串

英文術(shù)語中文術(shù)語
tree
subtree子樹
forest森林
root
leaf葉子
node結(jié)點(diǎn)
depth深度
level層次
parents雙親
children孩子
brother兄弟
ancestor祖先
descendant子孫

二叉樹

英文術(shù)語中文術(shù)語
binary tree二叉樹
balanced binary tree平衡二叉樹
full binary tree滿二叉樹
complete binary tree完全二叉樹
traversing binary tree遍歷二叉樹
binary sort tree二叉排序樹
binary search tree二叉查找樹
threaded binary tree線索二叉樹
Huffman tree哈夫曼樹
ordered tree有序數(shù)
unordered tree無序數(shù)
decision tree判定樹
doubly linked tree雙鏈樹
digital search tree數(shù)字查找樹
traversal of tree樹的遍歷
preorder traversal先序遍歷
inorder traversal中序遍歷
postorder traversal后序遍歷

英文術(shù)語中文術(shù)語
graph
subgraph子圖
digraph (directed graph)有向圖
undigraph (undirected graph)無向圖
complete graph完全圖
connected graph連通圖
unconnected graph非連通圖
strongly connected graph強(qiáng)連通圖
weakly connected graph弱連通圖
weighted graph加權(quán)圖
directed acyclic graph有向無環(huán)圖
sparse graph稀疏圖
dense graph稠密圖
biconnected graph重連通圖
bipartite graph二部圖
edge
vertex頂點(diǎn)
arc
path路徑
cycle回路(環(huán))
head弧頭
tail弧尾
source源點(diǎn)
destination終點(diǎn)
sink匯點(diǎn)
weight權(quán)
articulation point連接點(diǎn)
initial node初始結(jié)點(diǎn)
terminal node終端結(jié)點(diǎn)
adjacent edge相鄰邊
adjacent vertex相鄰頂點(diǎn)
incident edge關(guān)聯(lián)邊
indegree入度
outdegree出度
shortest path最短路徑
ordered pair有序?qū)?/td>
unordered pair無序?qū)?/td>
simple path簡單路徑
simple cycle簡單回路
connected component連通分量
adjacency matrix鄰接矩陣
adjacency list鄰接表
adjacency multilist鄰接多重表
traversing graph遍歷圖
spanning tree生成樹
minimum (cost) spanning tree最小(代價(jià))生成樹
spanning forest生成森林
topological sort拓?fù)渑判?/td>
partial order偏序
topological order拓?fù)溆行?/td>
activity on vertex network (AOV)AOV網(wǎng)
activity on edge network (AOE)AOE網(wǎng)
critical path關(guān)鍵路徑
matching匹配
maximum matching最大匹配
augmenting path增廣路徑
augmenting path graph增廣路徑圖

查找

英文術(shù)語中文術(shù)語
searching查找
linear search (sequential search)線性查找(順序查找)
binary search二分查找
block search分塊查找
hash search散列查找
average search length平均查找長度

散列表

英文術(shù)語中文術(shù)語
hash table散列表
hash function散列函數(shù)
immediately allocating method直接定址法
digital analysis method數(shù)字分析法
mid-square method平方取中法
folding method折疊法
division method除法
random number method隨機(jī)數(shù)法

排序

英文術(shù)語中文術(shù)語
sort排序
internal sort內(nèi)部排序
external sort外部排序
insertion sort插入排序
diminishing increment sort隨小增量排序
selection sort選擇排序
heap sort堆排序
quick sort快速排序
merge sort歸并排序
radix sort基數(shù)排序
balance merging sort平衡歸并排序
balance two-way merging sort二路平衡歸并排序
polyphase merging sort多步歸并排序
replacement selection sort置換選擇排序

文件

英文術(shù)語中文術(shù)語
file文件
master file主文件
sequential file順序文件
indexed file索引文件
indexed sequential file索引順序文件
indexed non-sequential file索引非順序文件
direct access file直接存取文件
multilist file多重鏈表文件
inverted file倒排文件
directory structure目錄結(jié)構(gòu)
tree index樹型索引
http://www.risenshineclean.com/news/52218.html

相關(guān)文章:

  • 岳陽網(wǎng)站建設(shè)哪里便宜百度人工在線客服
  • 學(xué)做衣服上什么網(wǎng)站軟文廣告發(fā)稿
  • 手機(jī)網(wǎng)站制作平臺(tái)有哪些微商軟文范例大全100
  • 北京城鄉(xiāng)和住房建設(shè)部網(wǎng)站百度推廣首次開戶需要多少錢
  • 網(wǎng)頁制作與網(wǎng)站建設(shè)廣州排名優(yōu)化哪家專業(yè)
  • 手機(jī)做網(wǎng)站公關(guān)公司
  • 資深網(wǎng)站百度學(xué)術(shù)論文官網(wǎng)入口
  • 公司 網(wǎng)站建設(shè) 簡介付費(fèi)推廣
  • 制作圖片庫蘭州seo技術(shù)優(yōu)化排名公司
  • 唐山網(wǎng)站怎么做seo搜索引擎外部優(yōu)化有哪些渠道
  • 佛山做網(wǎng)站yunzhanfs企業(yè)網(wǎng)絡(luò)推廣平臺(tái)
  • 網(wǎng)站建設(shè)全包需要多少錢廣州seo代理計(jì)費(fèi)
  • 建設(shè)高端網(wǎng)站公司網(wǎng)絡(luò)銷售推廣是做什么的具體
  • wordpress國內(nèi)能用嗎武漢標(biāo)兵seo
  • 金川做網(wǎng)站公司吸引客流的25個(gè)技巧
  • 營山網(wǎng)站建設(shè)seo扣費(fèi)系統(tǒng)源碼
  • 廣州市網(wǎng)絡(luò)seo推廣seo秘籍優(yōu)化課程
  • 物理機(jī)安裝虛擬機(jī)做網(wǎng)站想建立自己的網(wǎng)站
  • ui作品集 網(wǎng)站怎么做搜素引擎優(yōu)化
  • wordpress 前臺(tái)刪除評論安徽網(wǎng)絡(luò)推廣和優(yōu)化
  • 做網(wǎng)站的圖片是怎么做的騰訊企點(diǎn)是干嘛的
  • 單頁網(wǎng)站設(shè)計(jì)最近一個(gè)月的熱點(diǎn)事件
  • 廣州網(wǎng)站建設(shè)360元陜西seo優(yōu)化
  • 公司做網(wǎng)站費(fèi)用會(huì)計(jì)分錄谷歌是如何運(yùn)營的
  • 本地做網(wǎng)站貴seo搜索引擎優(yōu)化推廣
  • 網(wǎng)站開發(fā)的前端語言是哪些品牌營銷戰(zhàn)略
  • 找網(wǎng)站建設(shè)公司百度seo插件
  • 鄭州做網(wǎng)站推廣價(jià)格廣東網(wǎng)站se0優(yōu)化公司
  • 昆明做網(wǎng)站建設(shè)的公司全國疫情最新消息今天新增
  • 花都網(wǎng)站開發(fā)公司百度新聞發(fā)布