www.oingaieng.cn-国产成人精品免费视频大全,中文字幕无码不卡免费视频 ,777精品久无码人妻蜜桃,国产一级A毛久久久久一级A看免费视频

    實(shí)用文檔>計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)

    計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)

    時(shí)間:2024-10-05 23:02:46

    計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)

    計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)

    計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)

      數(shù)組 array

      矩陣 matrix

      多維數(shù)組 multi-dimentional array

      以行為主的順序分配 row major order

      以列為主的順序分配 column major order

      三角矩陣 truangular matrix

      對(duì)稱矩陣 symmetric matrix

      稀疏矩陣 sparse matrix

      轉(zhuǎn)置矩陣 transposed matrix

      鏈表 linked list

      線性鏈表 linear linked list

      單鏈表 single linked list

      多重鏈表 multilinked list

      循環(huán)鏈表 circular linked list

      雙向鏈表 doubly linked list

      十字鏈表 orthogonal list

      廣義表 generalized list

      鏈 link

      指針域 pointer field

      鏈域 link field

      頭結(jié)點(diǎn) head node

      頭指針 head pointer

      尾指針 tail pointer

      串 string

      空白(空格)串 blank string

      空串(零串)null string

      子串 substring

      樹 tree

      子樹 subtree

      森林 forest

      根 root

      葉子 leaf

      結(jié)點(diǎn) 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

      有序數(shù) ordered tree

      無序數(shù) unordered tree

      判定樹 decision tree

      雙鏈樹 doubly linked tree

      數(shù)字查找樹 digital search tree

      樹的遍歷 traversal of tree

      先序遍歷 preorder traversal

      中序遍歷 inorder traversal

      后序遍歷 postorder traversal

      計(jì)算機(jī)-數(shù)據(jù)結(jié)構(gòu)基本英語(yǔ)(1)

      數(shù)據(jù)結(jié)構(gòu)基本英語(yǔ)詞匯

      數(shù)據(jù)抽象 data abstraction

      數(shù)據(jù)元素 data element

      數(shù)據(jù)對(duì)象 data object

      數(shù)據(jù)項(xiàng) data item

      數(shù)據(jù)類型 data type

      抽象數(shù)據(jù)類型 abstract data type

      邏輯結(jié)構(gòu) logical structure

      物理結(jié)構(gòu) phyical structure

      線性結(jié)構(gòu) linear structure

      非線性結(jié)構(gòu) nonlinear structure

      基本數(shù)據(jù)類型 atomic data type

      固定聚合數(shù)據(jù)類型 fixed-aggregate data type

      可變聚合數(shù)據(jù)類型 variable-aggregate data type

      線性表 linear list

      棧 stack

      隊(duì)列 queue

      串 string

      數(shù)組 array

      樹 tree

      圖 grabh

      查找,線索 searching

      更新 updating

      排序(分類) sorting

      插入 ion

      刪除 deletion

      前趨 predecessor

      后繼 successor

      直接前趨 immediate predecessor

      直接后繼 immediate successor

      雙端列表 deque(double-ended queue)

      循環(huán)隊(duì)列 cirular queue

      指針 pointer

      先進(jìn)先出表(隊(duì)列)first-in first-out list

      后進(jìn)先出表(隊(duì)列)last-in first-out list

      棧底 bottom

      棧定 top

      壓入 push

      彈出 pop

      隊(duì)頭 front

      隊(duì)尾 rear

      上溢 overflow

      下溢 underflow

      常見計(jì)算機(jī)英語(yǔ)詞匯解釋(1)

      access arm 磁頭臂,存取臂

      access time 存取時(shí)間

      adder 加法器

      address 地址

      alphanumeric 字母數(shù)字的

      analog computer 模擬計(jì)算機(jī)

      analyst 分析員

      area 區(qū)域

      array 數(shù)組,陣列

      assembler 匯編程序

      automation 自動(dòng)化

      band 區(qū)

      batch processing 成批處理

      binary code 二進(jìn)制碼

      binary digit 二進(jìn)制位,二進(jìn)制數(shù)字

      bit 比特,二進(jìn)制的一位

      branch 分支,支線

      brush 電刷

      buffer storage 緩沖存儲(chǔ)器

      calculator 計(jì)算器

      call instruction 呼叫指令

      card punch 卡片穿孔機(jī)

      card reader 卡片閱讀機(jī),讀卡機(jī)

      cell 單元

      channel 通道,信道

      character 字符

      check digit 校驗(yàn)數(shù)位

      circuit 電路,線路

      to clear 清除,清零

      clock 時(shí)鐘

      code 代碼

      to code 編碼

      coder 編碼員,編碼器

      command 指令,命令

      compiler 編譯程序

      computer language 計(jì)算機(jī)語(yǔ)言

      console 控制臺(tái)

      control unit 控制部件,控制器

      core storage, core store 磁心存儲(chǔ)器

      counter 計(jì)數(shù)器

      cybernetics 控制論

      cycle 循環(huán)

      data 數(shù)據(jù)

      data processing 數(shù)據(jù)處理

      debugging 調(diào)試

      decision 制定

      digit 數(shù)字,數(shù)位,位

      digital computer 數(shù)字計(jì)算機(jī)

      disc, disk 磁盤

      display unit 顯示裝置

      drum 磁鼓

      to edit 編輯

      electronics 電子學(xué)

      emitter 發(fā)射器

      to encode 編碼

      to erase 擦除,清洗,抹除

      feed 饋送,供給

      to feed 饋送,供給

      feedback 反饋

      field 字段,信息組,域

      file 文件

      floppy disk 軟磁盤

      floppy disk drive 軟磁盤機(jī)

      flow chart 流程圖

      frame 幀

      hardware 硬件

      identifier 標(biāo)識(shí)符

      index 索引

      information 信息

      inline processing 內(nèi)處理

      input 輸入

      inquiry 詢問

      instruction 指令

      integrated circuit 集成電路

      to interpret 解釋

      item 項(xiàng)目,項(xiàng)

      jump 轉(zhuǎn)移

      key 鍵,關(guān)鍵碼

      keyboard 鍵盤

      latency time 等待時(shí)間

      常見計(jì)算機(jī)英語(yǔ)詞匯解釋(2)

      library 庫(kù),程序庫(kù)

      linkage 連接

      to load 裝入,寄存,寫入,加載

      location 存儲(chǔ)單元

      logger 登記器,記錄器

      loop 循環(huán)

      machine language 機(jī)器語(yǔ)言

      magnetic storage 磁存儲(chǔ)器

      magnetic tape 磁帶

      matrix 矩陣

      memory 存儲(chǔ)器

      message 信息,報(bào)文

      microcomputer 微型計(jì)算機(jī)

      module 組件,模塊

      monitor 監(jiān)視器,監(jiān)督程序,管程

      nanosecond 毫微秒

      network 網(wǎng)絡(luò),網(wǎng)

      numeric, numerical 數(shù)字的,數(shù)值的

      octet 八位位組,八位字節(jié)

      operator 操作員

      optical character reader 光符閱讀機(jī)

      optical scanner 光掃描器

      output 輸出

      overflow 溢出,上溢

      panel 平板

      parameter 參數(shù),參量

      perforator 穿孔機(jī)

      peripheral equipment 外圍設(shè)備,外部設(shè)備

      personal computer 個(gè)人計(jì)算機(jī)

      printed circuit 印制電路

      printer 打印機(jī)

      printout 打印輸出

      to process 處理

      processing unit 處理部件

      program 程序

      to program 程序編制

      programmer 程序設(shè)計(jì)員

      programming 程序設(shè)計(jì),程序編制

      pulse 脈沖

      punch 穿孔

      to punch 穿孔

      punched card, punch card 穿孔卡片

      punched tape, punch tape 穿孔紙帶

      punch hole 孔,穿孔

      random access 隨機(jī)存取

      to read 讀

      reader 閱讀程序

      reading 閱讀

      real time 實(shí)時(shí)

      record, register 記錄

      redundancy 冗余

      routine 例行程序

      selector 選擇器,選擇符

      sentinel 標(biāo)記

      sequence 序列,順序

      sequential 順序的

      serial 串行的.連續(xù)的

      shift 移位,移數(shù)

      signal 信號(hào)

      simulation 模擬

      simulator 模擬器,模擬程序

      software 軟件,軟設(shè)備

      sort 分類,排序

      sorter 分類人員,分類機(jī),分類程序,排序程序

      storage 存儲(chǔ)器

      to store 存儲(chǔ)

      subroutine, subprogram 子程序

      switch 開關(guān)

      symbol 符號(hào)

      symbolic language 符號(hào)語(yǔ)言

      system 系統(tǒng)

      tabulator 制表機(jī)

      teleprinter 電傳打字機(jī)

      terminal 終端

      terminal unit 終端設(shè)備

      timer 時(shí)鐘,精密計(jì)時(shí)器

      time sharing 分時(shí)

      timing 定時(shí)

      track 磁道

      transducer 傳感器,翻譯機(jī)

      translator 翻譯程序,翻譯器

      to 更新

      Winchester disk drive 溫徹斯特磁盤機(jī),硬盤機(jī)

      working storage 工作存儲(chǔ)器

      與光驅(qū)相關(guān)的詞匯

      ATAPI(AT Attachment Packet Interface)

      BCF(Boot Catalog File,啟動(dòng)目錄文件)

      BIF(Boot Image File,啟動(dòng)映像文件)

      CDR(CD Recordable,可記錄光盤)

      CD-ROM/XA(CD-ROM eXtended Architecture,唯讀光盤增強(qiáng)形架構(gòu))

      CDRW(CD-Rewritable,可重復(fù)刻錄光盤)

      CLV(Constant Linear Velocity,恒定線速度)

      DAE(digital Audio Extraction,數(shù)據(jù)音頻抓取)

      DDSS(Double Dynamic Suspension System,雙懸浮動(dòng)態(tài)減震系統(tǒng))

      DDSS II(Double Dynamic Suspension System II,第二代雙層動(dòng)力懸吊系統(tǒng))

      PCAV(Part Constant Angular Velocity,部分恒定角速度)

    【計(jì)算機(jī)數(shù)據(jù)結(jié)構(gòu)的基本英語(yǔ)總結(jié)】相關(guān)文章:

    公文式總結(jié)的基本格式06-27

    計(jì)算機(jī)常用小技巧總結(jié)12-20

    朗誦的基本知識(shí)06-12

    教案基本格式及范例04-13

    會(huì)議報(bào)告的基本格式02-22

    計(jì)算機(jī)網(wǎng)絡(luò)課程總結(jié)精選02-14

    計(jì)算機(jī)技師技術(shù)總結(jié)(精選11篇)04-29

    計(jì)算機(jī)與信息學(xué)院工作情況總結(jié)03-20

    教學(xué)設(shè)計(jì)基本步驟(精選10篇)01-13

    分?jǐn)?shù)的基本性質(zhì)教學(xué)反思03-20

    用戶協(xié)議
    久久99精品久久只有精品| 日韩欧美人妻一区二区三区| 国产综合内射日韩久| 国产毛片一区二区三区视频| 亚洲国产综合无码一区二区二三区| 精品欧美国产一区二区三区不卡| 中文字幕乱妇无码AV在线| 国产成人无码精品久久久免费| 探花视频在线版免费播放观看| 久久久久国产一区二区三区|