實用文檔>計算機數據結構的基本英語詞匯

    計算機數據結構的基本英語詞匯

    時間:2025-03-21 17:35:07

    計算機數據結構的基本英語詞匯

      在平平淡淡的學習中,說到詞匯,大家是不是都習慣性的重視?詞匯也可以通俗的理解為重要的內容。那么,都有哪些詞匯呢?以下是小編精心整理的計算機數據結構的基本英語詞匯,僅供參考,大家一起來看看吧。

    計算機數據結構的基本英語詞匯

      計算機數據結構的基本英語詞匯 1

      數組 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

      計算機數據結構的基本英語詞匯 2

      數據結構基本英語詞匯

      數據抽象 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

      插入 ion

      刪除 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

      計算機數據結構的基本英語詞匯 3

      access arm 磁頭臂,存取臂

      access time 存取時間

      adder 加法器

      address 地址

      alphanumeric 字母數字的

      analog computer 模擬計算機

      analyst 分析員

      area 區域

      array 數組,陣列

      assembler 匯編程序

      automation 自動化

      band 區

      batch processing 成批處理

      binary code 二進制碼

      binary digit 二進制位,二進制數字

      bit 比特,二進制的`一位

      branch 分支,支線

      brush 電刷

      buffer storage 緩沖存儲器

      calculator 計算器

      call instruction 呼叫指令

      card punch 卡片穿孔機

      card reader 卡片閱讀機,讀卡機

      cell 單元

      channel 通道,信道

      character 字符

      check digit 校驗數位

      circuit 電路,線路

      to clear 清除,清零

      clock 時鐘

      code 代碼

      to code 編碼

      coder 編碼員,編碼器

      command 指令,命令

      compiler 編譯程序

      computer language 計算機語言

      console 控制臺

      control unit 控制部件,控制器

      core storage, core store 磁心存儲器

      counter 計數器

      cybernetics 控制論

      cycle 循環

      data 數據

      data processing 數據處理

      debugging 調試

      decision 制定

      digit 數字,數位,位

      digital computer 數字計算機

      disc, disk 磁盤

      display unit 顯示裝置

      drum 磁鼓

      to edit 編輯

      electronics 電子學

      emitter 發射器

      to encode 編碼

      to erase 擦除,清洗,抹除

      feed 饋送,供給

      to feed 饋送,供給

      feedback 反饋

      field 字段,信息組,域

      file 文件

      floppy disk 軟磁盤

      floppy disk drive 軟磁盤機

      flow chart 流程圖

      frame 幀

      hardware 硬件

      identifier 標識符

      index 索引

      information 信息

      inline processing 內處理

      input 輸入

      inquiry 詢問

      instruction 指令

      integrated circuit 集成電路

      to interpret 解釋

      item 項目,項

      jump 轉移

      key 鍵,關鍵碼

      keyboard 鍵盤

      latency time 等待時間

      計算機數據結構的基本英語詞匯 4

      library 庫,程序庫

      linkage 連接

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

      location 存儲單元

      logger 登記器,記錄器

      loop 循環

      machine language 機器語言

      magnetic storage 磁存儲器

      magnetic tape 磁帶

      matrix 矩陣

      memory 存儲器

      message 信息,報文

      microcomputer 微型計算機

      module 組件,模塊

      monitor 監視器,監督程序,管程

      nanosecond 毫微秒

      network 網絡,網

      numeric, numerical 數字的,數值的

      octet 八位位組,八位字節

      operator 操作員

      optical character reader 光符閱讀機

      optical scanner 光掃描器

      output 輸出

      overflow 溢出,上溢

      panel 平板

      parameter 參數,參量

      perforator 穿孔機

      peripheral equipment 外圍設備,外部設備

      personal computer 個人計算機

      printed circuit 印制電路

      printer 打印機

      printout 打印輸出

      to process 處理

      processing unit 處理部件

      program 程序

      to program 程序編制

      programmer 程序設計員

      programming 程序設計,程序編制

      pulse 脈沖

      punch 穿孔

      to punch 穿孔

      punched card, punch card 穿孔卡片

      punched tape, punch tape 穿孔紙帶

      punch hole 孔,穿孔

      random access 隨機存取

      to read 讀

      reader 閱讀程序

      reading 閱讀

      real time 實時

      record, register 記錄

      redundancy 冗余

      routine 例行程序

      selector 選擇器,選擇符

      sentinel 標記

      sequence 序列,順序

      sequential 順序的`

      serial 串行的連續的

      shift 移位,移數

      signal 信號

      simulation 模擬

      simulator 模擬器,模擬程序

      software 軟件,軟設備

      sort 分類,排序

      sorter 分類人員,分類機,分類程序,排序程序

      storage 存儲器

      to store 存儲

      subroutine, subprogram 子程序

      switch 開關

      symbol 符號

      symbolic language 符號語言

      system 系統

      tabulator 制表機

      teleprinter 電傳打字機

      terminal 終端

      terminal unit 終端設備

      timer 時鐘,精密計時器

      time sharing 分時

      timing 定時

      track 磁道

      transducer 傳感器,翻譯機

      translator 翻譯程序,翻譯器

      to 更新

      Winchester disk drive 溫徹斯特磁盤機,硬盤機

      working storage 工作存儲器

      計算機數據結構的基本英語詞匯 5

      ATAPI(AT Attachment Packet Interface)

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

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

      CDR(CD Recordable,可記錄光盤)

      CD-ROM/XA(CD-ROM eXtended Architecture,唯讀光盤增強形架構)

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

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

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

      DDSS(Double Dynamic Suspension System,雙懸浮動態減震系統)

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

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

      計算機數據結構的基本英語詞匯 6

      CE(Consumer Electronics,消費電子)

      DCOM: Distributing Component Object Model,構造物體模塊

      DHCP: Dynamic Host Configuration Protocol,動態主機分配協議

      DMF: Distribution Media Format

      GDI(Graphics Device Interface,圖形設備接口)

      GUI(Graphics User Interface,圖形用戶界面)

      GPF(General protect fault,一般保護性錯誤)

      HTA: HyperText Application,超文本應用程序

      INF File(Information File,信息文件)

      INI File(Initialization File,初始化文件)

      NDIS: Network Driver Interface Specification,網絡驅動程序接口規范

      NT(New Technology,新技術)

      Qos: Quality of Service,服務質量

      RRVP: Resource ReserVation Protocol(資源保留協議)

      RTOS(Real Time Operating Systems,實時操作系統)

      SBFS: Simple Boot Flag Specification,簡單引導標記規范

      VEFAT: Virtual File Allocation Table(虛擬文件分配表)

      (VxD,Virtual device drivers,虛擬設備驅動程序)

      WDM(Windows Driver Model,視窗驅動程序模塊)

      Winsock: Windows Socket,視窗套接口

      WHQL: Windows Hardware Quality Labs,Windows硬件質量實驗室

      WHS: Windows Scripting Host,視窗腳本程序

      ZAM: Zero Administration for Windows,零管理視窗系統

      kerberos工作原理kerberos工作步驟

    【計算機數據結構的基本英語詞匯】相關文章:

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    數據結構實習心得09-05

    用戶協議
    国产一级a爱做免费播放_91揄拍久久久久无码免费_欧美视频在线播放精品a_亚洲成色在线综合网站免费

      日本色婷婷在线观看网站 | 在线观看免费人成视频在线 | 亚洲日韩日本大陆一区 | 色综合久久综合欧美综合网 | 亚欧洲精品在线视频免费观看 | 中文手机字幕大香视频蕉 |