av手机免费在线观看,国产女人在线视频,国产xxxx免费,捆绑调教一二三区,97影院最新理论片,色之久久综合,国产精品日韩欧美一区二区三区

c語言必背專業(yè)英語詞匯

時間:2025-01-10 16:19:55 敏冰 詞匯 我要投稿
  • 相關(guān)推薦

c語言必背專業(yè)英語詞匯

  要想學(xué)好c語言,對于c語言方面的專業(yè)英語詞匯的學(xué)習(xí)非常重要,那么現(xiàn)在就一起來學(xué)習(xí)一些必背的c語言專業(yè)英語詞匯吧,希望能夠幫到大家!

c語言必背專業(yè)英語詞匯

  c語言必背專業(yè)英語詞匯 1

  comment 注釋

  program comment 程序注釋

  library 庫

  header file 頭文件

  function 函數(shù)

  statement 語句

  body 函數(shù)的主體

  calling 調(diào)用

  argument 參數(shù)

  string 字符串

  data 數(shù)據(jù)

  newline 換行字符

  variable 變量

  declaring 聲明

  integer 整型

  prompt 提示消息

  assignment statement 賦值語句

  return 返回

  format code 格式碼

  reductionism 歸約論

  holism 整體論

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

  domain 值域

  c語言必背專業(yè)英語詞匯 2

  floating-point number 浮點(diǎn)數(shù)

  expression 表達(dá)式

  term 項(xiàng)

  operator 運(yùn)算符

  constant 常量

  evaluation 求值

  subexpression 子表達(dá)式

  operand 操作數(shù)

  unary operator 一元運(yùn)算符

  binary operator 二元運(yùn)算符

  rules of precedence 優(yōu)先級法則

  automatic type conversion 自動類型轉(zhuǎn)換

  truncation 截尾

  type cast 強(qiáng)制類型轉(zhuǎn)換

  formula 習(xí)慣用語

  programming idiom 程序設(shè)計(jì)習(xí)語

  paradigm 范例

  incrementing 自增

  decrementing 自減

  control statement 控制語句

  repeat-N-times idiom 重復(fù)N次習(xí)語

  iteration 迭代

  loop 循環(huán)

  cycle 周期

  c語言必背專業(yè)英語詞匯 3

  index variable 下標(biāo)變量

  initialization 初始化

  sentinel 標(biāo)志

  conditional execution 條件執(zhí)行

  conditional test 條件測試

  relational operator 關(guān)系運(yùn)算符

  field width 字段寬度

  alignment 對齊方式

  left alignment 左對齊

  precision 精度

  padded 填充

  simple statement 簡單語句

  embedded assignment 賦值嵌套

  multiple assignment 多重賦值

  associativity 結(jié)合性

  compound statement 復(fù)合語句

  nested 嵌套

  atomatic data 原子數(shù)據(jù)

  logical operator 邏輯運(yùn)算符

  truth table 真值表

  short-circuit evaluation 簡化求值

  guard 監(jiān)護(hù)條件

  dangling-else problem 懸空else 問題

  c語言必背專業(yè)英語詞匯 4

  Programming - 編程

  Language - 語言

  Compiler - 編譯器

  Debugger - 調(diào)試器

  Syntax - 語法

  Semantics - 語義

  Variable - 變量

  Function - 函數(shù)

  Parameter - 參數(shù)

  Prototype - 原型

  Array - 數(shù)組

  Pointer - 指針

  Struct - 結(jié)構(gòu)體

  Enumeration - 枚舉

  Union - 聯(lián)合體

  Operator - 運(yùn)算符

  Control statement - 控制語句

  Loop - 循環(huán)

  If Statement - If語句

  Switch Statement - Switch語句

  Break Statement - Break語句

  Continue Statement - Continue語句

  Goto Statement - Goto語句

  Function call - 函數(shù)調(diào)用

  Return Statement - 返回語句

  Macro - 宏

  Preprocessor directive - 預(yù)處理指令

  Header file - 頭文件

  Integer - 整數(shù)

  Floating point number - 浮點(diǎn)數(shù)

  Character - 字符

  String - 字符串

  Boolean - 布爾型

  Type - 類型

  Cast - 強(qiáng)制類型轉(zhuǎn)換

  Scope - 作用域

  Storage class - 存儲類

  Auto - 自動存儲類

  Static - 靜態(tài)存儲類

  Extern - 外部存儲類

  Const - 常量

  Volatile - 易失變量

  Sizeof - sizeof運(yùn)算符

  Address-of - 取地址運(yùn)算符

  Dereference - 解引用運(yùn)算符

  Bitwise - 位運(yùn)算

  Bitwise AND - 位與

  Bitwise OR - 位或

  Bitwise XOR - 位異或

  Bitwise NOT - 位取反

  Logical - 邏輯運(yùn)算

  Logical AND - 邏輯與

  Logical OR - 邏輯或

  Logical NOT - 邏輯非

  Arithmetic - 算術(shù)運(yùn)算

  Addition - 加法

  Subtraction - 減法

  Multiplication - 乘法

  Division - 除法

  Modulo - 取模(求余)

  Increment - 自增

  Decrement - 自減

  Assignment - 賦值運(yùn)算

  Compound assignment - 復(fù)合賦值運(yùn)算

  Comparison - 比較運(yùn)算

  Equal to - 等于

  Not equal to - 不等于

  Less than - 小于

  Less than or equal to - 小于等于

  Greater than - 大于

  Greater than or equal to - 大于等于

  Ternary - 三元運(yùn)算

  Conditional operator - 條件運(yùn)算符

  Comma - 逗號運(yùn)算符

  Function pointer - 函數(shù)指針

  NULL pointer - 空指針

  Void - 空類型

  Error handling - 錯誤處理

  Exception handling - 異常處理

  Debugging tools - 調(diào)試工具

  IDE - 集成開發(fā)環(huán)境

  API - 應(yīng)用程序接口

  Library - 庫

  Header file - 頭文件

  Linked list - 鏈表

  Stack - 棧

  Queue - 隊(duì)列

  Binary tree - 二叉樹

  Sorting algorithm - 排序算法

  Search algorithm - 查找算法

  Recursion - 遞歸

  Pointer arithmetic - 指針運(yùn)算

  Dynamic memory allocation - 動態(tài)內(nèi)存分配

  Memory leak - 內(nèi)存泄漏

  Address space - 地址空間

  Endianness - 字節(jié)順序

  File I/O - 文件輸入輸出

  Binary file - 二進(jìn)制文件

  Text file - 文本文件

  Command-line interface (CLI) - 命令行界面

【c語言必背專業(yè)英語詞匯】相關(guān)文章:

必背的重點(diǎn)英語詞匯09-12

必背的考研英語詞匯10-03

考研英語詞匯必背06-19

考研英語詞匯必背大綱09-22

考研必背英語詞匯大全10-02

中考復(fù)習(xí)必背英語詞匯06-17

備考托福必背英語詞匯10-12

必背商務(wù)英語詞匯06-06

小升初考試必背英語詞匯07-08

初中課外必背英語詞匯10-31