糯米文學吧

位置:首頁 > 範文 > 校園

c語言專業詞彙表達帶翻譯

校園3.17W

學習c語言的.時候,我們會遇到很多比較專業的相關英語詞彙,這也就需要我們努力掌握c語言學習中專業的英語詞彙,那麼下面就一起來學習吧。

c語言專業詞彙表達帶翻譯

  c語言專業詞彙表達

Address 地址

Base Address 基地址

Memory Member 內在單元

Relational operator 關係運算符

Arithmetic operator 算術運算符

Assignment operator 賦值運算符

Logical operator 邏輯運算符

------ function 函數

Build-in function 內置函數

User Defined Function 自定義函數

Recursive function 遞歸函數

Random 隨機數

power 冪

prototype 原型

void 空值

Called function 被調函數

Calling function 調用函數

return 返回

------ scope 作用域

Parameter 參數

Parameterized function 參數化函數

Local variable 局部變量

Global variable 全局變量

static 靜態變量

auto 自動變量

  c語言專業英語詞彙

Register 寄存器變量

extern 外部變量

Formal parameter 形式參數

Actual parameter 實際參數

Call by reference 傳值調用

Call by value 引用調用

------ String 字符串

String literal 字符串常量

sequence 序列

queue 隊列

Puts() 把字符串數組輸出到顯示器

Gets() 從標準鍵盤輸入讀入一個字符串

string.h 存放字符串函數的頭文件

strlen() 計算字符串的長度

strcpy() 複製字符串

strcmp() 字符串比較

strcat() 字符串連接

------ struct 定義結構

stack 棧

structure 結構

Structured programming 結構化程序

member 成員

  c語言實用的專業詞彙

Compiler

編譯系統

Instruction

指令

Syntax

文法(語法)

Source file

源文件

preprocessor

預處理

Object file

目標文件

Key word

關鍵字

Statement

語句

Comment statement

註釋語句

Execute statement

可執行語句

Declaration statement

説明語句

Compound statement

複合語句

NULL (blank )statement

空語句

Variable

變量

Upper case

大寫

Lower case

小寫


標籤:詞彙 翻譯 語言