當前位置:才華齋>範例>校園>

c語言必背專業英語詞彙大全

校園 閱讀(1.27W)

要想學好c語言,對於c語言方面的專業英語詞彙的學習非常重要,那麼現在就一起來學習一些必背的`c語言專業英語詞彙吧,希望能夠幫到大家!

c語言必背專業英語詞彙大全
  c語言專業英語詞彙

comment 註釋

program comment 程式註釋

library 庫

header file 標頭檔案

function 函式

statement 語句

body 函式的主體

calling 呼叫

argument 引數

string 字串

data 資料

newline 換行字元

variable 變數

declaring 宣告

integer 整型

prompt 提示訊息

assignment statement 賦值語句

return 返回

format code 格式

reductionism 歸約論

holism 整體論

data type 資料型別

domain 值域

  c語言必背專業詞彙

floating-point number 浮點數

expression 表示式

term 項

operator 運算子

constant 常量

evaluation 求值

subexpression 子表示式

operand 運算元

unary operator 一元運算子

binary operator 二元運算子

rules of precedence 優先順序法則

automatic type conversion 自動型別轉換

truncation 截尾

type cast 強制型別轉換

formula 習慣用語

programming idiom 程式設計習語

paradigm 範例

incrementing 自增

decrementing 自減

control statement 控制語句

repeat-N-times idiom 重複N次習語

iteration 迭代

loop 迴圈

cycle 週期

  c語言實用專業英語詞彙

index variable 下標變數

initialization 初始化

sentinel 標誌

conditional execution 條件執行

conditional test 條件測試

relational operator 關係運算符

field width 欄位寬度

alignment 對齊方式

left alignment 左對齊

precision 精度

padded 填充

simple statement 簡單語句

embedded assignment 賦值巢狀

multiple assignment 多重賦值

associativity 結合性

compound statement 複合語句

nested 巢狀

atomatic data 原子資料

logical operator 邏輯運算子

truth table 真值表

short-circuit evaluation 簡化求值

guard 監護條件

dangling-else problem 懸空else 問題