久久久久无码精品,四川省少妇一级毛片,老老熟妇xxxxhd,人妻无码少妇一区二区

計(jì)算機(jī)編程英語(yǔ)單詞

時(shí)間:2024-10-16 08:20:44 網(wǎng)站 行業(yè)英語(yǔ) 我要投稿
  • 相關(guān)推薦

計(jì)算機(jī)編程常用英語(yǔ)單詞

  為了使計(jì)算機(jī)能夠理解人的意圖,人類(lèi)就必須將需解決的問(wèn)題的思路、方法、和手段通過(guò)計(jì)算機(jī)能夠理解的形式告訴計(jì)算機(jī),使得計(jì)算機(jī)能夠根據(jù)人的指令一步一步去工作,完成某種特定的任務(wù)。這種人和計(jì)算機(jī)之間交流的過(guò)程就是編程。下面是小編分享的編程常用英語(yǔ)單詞,希望能對(duì)大家有所幫助!

計(jì)算機(jī)編程常用英語(yǔ)單詞

  計(jì)算機(jī)編程英語(yǔ)單詞1

  algorithm 算法

  alias 別名

  align 排列、對(duì)齊

  allocate 分配、配置

  allocator分配器、配置器

  angle bracket 尖括號(hào)

  annotation 注解、評(píng)注

  API (Application Programming Interface) 應(yīng)用(程序)編程接口

  app domain (application domain)應(yīng)用域

  application 應(yīng)用、應(yīng)用程序

  application framework 應(yīng)用程序框架

  appearance 外觀

  append 附加

  architecture 架構(gòu)、體系結(jié)構(gòu)

  archive file 歸檔文件、存檔文件

  argument引數(shù)(傳給函式的值)。參見(jiàn)parameter

  array 數(shù)組

  arrow operator 箭頭操作符

  ASP(Active Server Page)活動(dòng)服務(wù)器頁(yè)面

  ASP.NET worker process ASP.NET工作者進(jìn)程

  assembly 裝配件、配件

  assembly language 匯編語(yǔ)言

  assembly manifest 裝配件清單

  assert(ion) 斷言

  assign 賦值

  assignment 賦值、分配

  assignment operator 賦值操作符

  associated 相關(guān)的'、相關(guān)聯(lián)的

  Data Structures 基本數(shù)據(jù)結(jié)構(gòu)

  Dictionaries 字典

  Priority Queues 堆

  Graph Data Structures 圖

  Set Data Structures 集合

  Kd-Trees 線段樹(shù)

  Numerical Problems 數(shù)值問(wèn)題

  Solving Linear Equations 線性方程組

  Bandwidth Reduction 帶寬壓縮

  Matrix Multiplication 矩陣乘法

  Determinants and Permanents 行列式

  Constrained and Unconstrained Optimization 最值問(wèn)題

  Linear Programming 線性規(guī)劃

  Random Number Generation 隨機(jī)數(shù)生成

  Factoring and Primality Testing 因子分解/質(zhì)數(shù)判定

  Arbitrary Precision Arithmetic 高精度計(jì)算

  Knapsack Problem 背包問(wèn)題

  Discrete Fourier Transform 離散Fourier變換

  Combinatorial Problems 組合問(wèn)題

  Sorting 排序

  Searching 查找

  Median and Selection 中位數(shù)

  Generating Permutations 排列生成

  Generating Subsets 子集生成

  Generating Partitions 劃分生成

  Generating Graphs 圖的生成

  Calendrical Calculations 日期

  Job Scheduling 工程安排

  Satisfiability 可滿足性

  Connected Components 連通分支

  Topological Sorting 拓?fù)渑判?/p>

  Minimum Spanning Tree 最小生成樹(shù)

  Shortest Path 最短路徑

  Transitive Closure and Reduction 傳遞閉包

  Matching 匹配

  Eulerian Cycle / Chinese Postman Euler回路/中國(guó)郵路

  Edge and Vertex Connectivity 割邊/割點(diǎn)

  Network Flow 網(wǎng)絡(luò)流

  Drawing Graphs Nicely 圖的描繪

  Drawing Trees 樹(shù)的描繪

  Planarity Detection and Embedding 平面性檢測(cè)和嵌入

  Clique 最大團(tuán)

  Independent Set 獨(dú)立集

  Vertex Cover 點(diǎn)覆蓋

  Traveling Salesman Problem 旅行商問(wèn)題

  Hamiltonian Cycle Hamilton回路

  Graph Partition 圖的劃分

  Vertex Coloring 點(diǎn)染色

  Edge Coloring 邊染色

  Graph Isomorphism 同構(gòu)

  Steiner Tree Steiner樹(shù)

  Feedback Edge/Vertex Set 最大無(wú)環(huán)子圖

  Computational Geometry 計(jì)算幾何

  Convex Hull 凸包

  Triangulation 三角剖分

  Voronoi Diagrams Voronoi圖

  Nearest Neighbor Search 最近點(diǎn)對(duì)查詢

  Range Search 范圍查詢

  Point Location 位置查詢

  Intersection Detection 碰撞測(cè)試

  Bin Packing 裝箱問(wèn)題

  Medial-Axis Transformation 中軸變換

  Polygon Partitioning 多邊形分割

  Simplifying Polygons 多邊形化簡(jiǎn)

  Shape Similarity 相似多邊形

  Motion Planning 運(yùn)動(dòng)規(guī)劃

  Maintaining Line Arrangements 平面分割

  Minkowski Sum Minkowski和

  Set and String Problems 集合與串的問(wèn)題

  Set Cover 集合覆蓋

  Set Packing 集合配置

  String Matching 模式匹配

  Approximate String Matching 模糊匹配

  Text Compression 壓縮

  Cryptography 密碼

  Finite State Machine Minimization 有窮自動(dòng)機(jī)簡(jiǎn)化

  Longest Common Substring 最長(zhǎng)公共子串

  Shortest Common Superstring 最短公共父串

  DP——Dynamic Programming——?jiǎng)討B(tài)規(guī)劃

  recursion —— 遞歸

  計(jì)算機(jī)編程英語(yǔ)單詞2

  Processor 處理機(jī)

  Primary storage 主存儲(chǔ)器 bit 位

  hearsay 傳說(shuō)

  CPU 中英處理器

  control unit 控制部件

  arithmetic and logic unit 算術(shù)邏輯部件

  integral parts 不可缺的部件

  tape and disk磁帶和磁盤(pán)

  DRAM動(dòng)態(tài)隨機(jī)存儲(chǔ)器

  SRAM靜態(tài)隨機(jī)存儲(chǔ)器

  Register 寄存器

  a state of the art 目前工藝水平

  chip 芯片

  VDT 視頻顯示終端

  secondary storage 輔助存儲(chǔ)器

  at a premium非常珍貴

  reallocate 重新分配

  capacity 容量

  coaxial cable 同軸電纜

  program and data 程序和數(shù)據(jù)

  instruction 指令

  location 單元

  RAM隨機(jī)存取存儲(chǔ)器

  Hardwired 硬連線

  EPROM可擦可編程只讀存儲(chǔ)器

  Cache 高速緩存

  Throughput 吞吐量

  read-mostly 以讀為主

  EEPROM電可擦編程

  ROM Nonvolatility 非易失性

  Updatable 可修改的

  in place 在適當(dāng)?shù)?/p>

  functionality 功能

  byte-level 字節(jié)級(jí)

  be referred to as 稱(chēng)作

  virtually 事實(shí)上

  house 存放

  expansion 擴(kuò)充

  peripheral 外圍的

  slot 插槽

  power supply 電源

  system board 系統(tǒng)板

  storage bay 存儲(chǔ)機(jī)架

  floppy 軟盤(pán)

  optical laser disk

  光盤(pán) laser beam激光束

  score 刻痕

  microscopic pit 微小的凹點(diǎn)

  light-sensitive 光敏感的

  deflect 偏轉(zhuǎn)

  access arm存取臂

  inviting 令人心動(dòng)的`

  fluctuation 波動(dòng)

  emerge 顯現(xiàn)

  stabilize 穩(wěn)定

  gigabyte 千兆字節(jié)

  cd 光盤(pán)

  magneto-optical disk 磁光盤(pán)

  entrepreneur 企業(yè)家

  video 視頻的

【計(jì)算機(jī)編程英語(yǔ)單詞】相關(guān)文章:

新手如何提高計(jì)算機(jī)編程能力10-09

計(jì)算機(jī)編程英語(yǔ)詞匯11-15

計(jì)算機(jī)編程詞匯中英對(duì)照06-18

行業(yè)英語(yǔ):計(jì)算機(jī)術(shù)語(yǔ)編程和語(yǔ)言09-16

計(jì)算機(jī)編程常用英語(yǔ)詞匯10-04

2016年計(jì)算機(jī)四級(jí)上機(jī)編程試題及答案06-12

數(shù)控編程的技巧09-10

高級(jí)數(shù)控編程:子程序調(diào)用及編程舉例06-01

數(shù)控編程代碼大全05-18