版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、精選優(yōu)質(zhì)文檔-傾情為你奉上C語言必背單詞運(yùn)算符與表達(dá)式: 1.constant 常量 2. variable 變量 3. identify 標(biāo)識(shí)符 4. keywords 關(guān)鍵字 5. sign 符號(hào) 6. operator 運(yùn)算符 7. statement語句 8.
2、syntax 語法 9. expression 表達(dá)式 10. initialition 初始化 11. number format 數(shù)據(jù)格式 12 declaration 說明 13. type conversion 類型轉(zhuǎn)換 14.define 、definiti
3、on 定義 條件語句: 1.select 選擇 2. expression 表達(dá)式 3. logical expression 邏輯表達(dá)式 4. Relational expression 關(guān)系表達(dá)式 5.priority優(yōu)先 6. operation運(yùn)算 7.structure 結(jié)構(gòu) 循環(huán)語
4、句: 1.circle 循環(huán) 2. condition 條件 3. variant 變量 4. process過程 5.priority優(yōu)先 6. operation運(yùn)算 數(shù)組: 1. array 數(shù)組 2. reference 引用 3. ele
5、ment 元素 4. address 地址 5. sort 排序 6. character 字符 7. string 字符串 8. application 應(yīng)用 函數(shù): 1.call 調(diào)用 2.return value 返回值 3.function 函
6、數(shù) 4. declare 聲明 5. parameter 參數(shù) 6.static 靜態(tài)的 7.extern 外部的 指針: 1. pointer 指針 2. argument 參數(shù) 3. array 數(shù)組 4. declaration 聲明 5.
7、60;represent 表示 6. manipulate 處理 結(jié)構(gòu)體、共用體、鏈表: 1 structure 結(jié)構(gòu) 2 member成員 3 tag 標(biāo)記 4 function 函數(shù) 5 enumerate 枚舉 6 union 聯(lián)合(共用體) 7
8、;create 創(chuàng)建 8 insert 插入 9 delete 刪除 10 modify 修改 文件: 1、file 文件 2、open 打開 3、close 關(guān)閉 4、read 讀 5、write 寫 6、error 錯(cuò)誤&
9、#160; 序號(hào) 主要章節(jié) 常用英漢對(duì)照詞匯 備注 1 運(yùn)算符與表達(dá)式 ( operator and expression ) 漢語 英語 常量 constant 變量 variable
10、160; 標(biāo)識(shí)符 identify 關(guān)鍵字 keywords 符號(hào) sign 運(yùn)算符 operator 語句 statement 語法 syntax
11、0; 表達(dá)式 Expression 初始化 Initialization 數(shù)據(jù)格式 number format 說明 Declaration 類型轉(zhuǎn)換 type conversion
12、; 定義 Define 、 definition 2 條件語句 ( condition statement) 選擇 select 表達(dá)式 expression 邏輯表達(dá)式 logical expres
13、sion 關(guān)系表達(dá)式 Relational expression 優(yōu)先 priority 運(yùn)算 operation 結(jié)構(gòu) structure 3 循環(huán)語句 (circle statement) 循環(huán)
14、;circle 條件 condition 變量 variant 過程 process 優(yōu)先 priority 運(yùn)算 operation 4 函數(shù) (function) 調(diào)用
15、 call 返回值 return value 函數(shù) function 聲明 declare 參數(shù) parameter 靜態(tài)的 static
16、60; 外部的 extern 5 數(shù)組和指針 (array and pointer) 數(shù)組 array 引用 reference 元素 element 地址 address &
17、#160;2 排序 sort 字符 character 字符串 string 應(yīng)用 application 指針 pointer 參數(shù) argument 數(shù)組
18、 array 聲明 declaration 表示 represent 處理 manipulate 6 結(jié)構(gòu)體、 共用體 (structures 、 union ) 結(jié)構(gòu) structure
19、 成員 member 標(biāo)記 tag 函數(shù) function 枚舉 enumerate 聯(lián)合 ( 共用體 ) union 創(chuàng)建 create
20、插入 insert 刪除 delete 修改 modify 7 文件 ( file) 文件 file 打開 open 關(guān)閉 close
21、160; 讀 read 寫 write 錯(cuò)誤 error Program Design 程序設(shè)計(jì) writing program 編寫程序 standardize vt.使標(biāo)準(zhǔn)化 cod
22、ing the program 編程 simplify vt.單一化,簡單化 programming 程序 revision n.校訂,修正 programmer n.程序員 occupy vt.占領(lǐng),住進(jìn) logic n.邏輯,邏輯學(xué) BASIC 初學(xué)者通用符
23、號(hào)指令代碼 machine code 機(jī)器代碼 teaching language 教學(xué)語言 debug n.DOS命令,調(diào)試 simplicity n.單純,簡樸 compactness a.緊湊的,緊密的 timesharing system 分時(shí)系統(tǒng) description n.描述,說明 &
24、#160; interactive language 交互式語言 break n.中斷 manufacturer n.制造業(yè)者 structure chart 結(jié)構(gòu)圖 dialect n.方言,語調(diào) the program flow 程序流 expense
25、60;n.費(fèi)用,代價(jià) manager module 管理模塊 uniformity n.同樣,劃一 worder module 工作模塊 archaic a.己廢的,古老的 mainmodule 主模塊 sufficient a.充分的,足夠的 submodule 子模塊
26、 data processing 數(shù)據(jù)處理 modify v.修正,修改 business application 商業(yè)應(yīng)用 outline n.輪廓,概要 scientific application 科學(xué)應(yīng)用 compose分解 lexical a.字典的,詞匯的
27、160;code 代碼 non-programmer n.非編程人員 node vt改為密碼 notation n.記號(hào)法,表示法,注釋 pseudocode n.偽代碼 verbosity n.嘮叨,冗長 commas n.逗點(diǎn)
28、逗號(hào) record n.記錄 documentation 文檔 subrecord n.子記錄 flowchart/flow 程表流程 data division 數(shù)據(jù)部 visual a.視覺的 proce
29、dure division 過程部 represent vt.表現(xiàn),表示,代表 comprise vt.包含 構(gòu)成 structured techniques結(jié)構(gòu)化技術(shù) operator n.運(yùn)算符,算子 straightforward a.筆直的,率直的 commercial package 商業(yè)軟件包 subroutine n.子
30、程序 generator n.產(chǎn)生器,生產(chǎn)者 driver module 驅(qū)動(dòng)模塊 mathematician n.專家 line by line 逐行 operator n.作符 translate vt.翻譯,解釋 forerunner
31、0;n.先驅(qū) modular 摸塊化 ancestor n.祖宗 cumbersome a.討厭的,麻煩的 teaching programming 編程教學(xué) lengthy a.冗長的,漫長的 alter vi./vt.改變 flaw n.缺點(diǎn)裂紋
32、0; devclop vt.發(fā)達(dá) separate a.各別的 recompile v.編譯 assist n.幫助 cycle n.循環(huán) technician n.技師 remove vt.移動(dòng),除去 str
33、aight line 直線 category n.種類,類項(xiàng) rectangle n.長方形,矩形 P-code p代碼 virtrally ad.事實(shí)上 3 symology n.象征學(xué)象征的使用 register n.寄存器
34、60;to summaries 總之,總而言之 by convention 按照慣例 cyptic n.含義模糊的,隱藏的 diamond-shaped a,菱形的 bracket n.括號(hào) decision n判斷 obviate 除去,排除 terminal
35、;n. a終端機(jī),終端的 keyword n.關(guān)鍵字 card reader 閱讀器 underline vt.下劃線 translator program 譯程序 monadic a. monad(單位)的 Programming 程序設(shè)計(jì)
36、60; dec/binary n.二進(jìn)制 source language 源語 shift 變化,轉(zhuǎn)移,移位 machine language 機(jī)器 overflow n.溢出 machine instruction 機(jī)器指令 arithmetic n.算術(shù),算法 computer language&
37、#160;計(jì)算機(jī)語 composite symbol 復(fù)合型符號(hào) assembly language 匯編語 assignment n.賦值 floating point number浮點(diǎn)數(shù) proliferation n.增服 high-level language高級(jí)語 pointer n.指針 natural language 自然語言 array n.數(shù)組矩陣, source text 源文本 subscript n.下標(biāo) intermediate language 中間語言 type conversion 類型轉(zhuǎn)換 software dev
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年反腐倡廉警示教育工作總結(jié)
- 美術(shù)鑒賞與創(chuàng)新思維
- 2006年貴州高考語文真題及答案
- 體育用品行政后勤工作總結(jié)
- 體育用品行業(yè)行政后勤工作總結(jié)
- 2023-2024年員工三級(jí)安全培訓(xùn)考試題附答案【完整版】
- 2024企業(yè)主要負(fù)責(zé)人安全培訓(xùn)考試題及答案(名校卷)
- 教師期末教學(xué)工作總結(jié)4篇
- 快樂的國慶節(jié)作文400字5篇
- 市場震動(dòng)月度報(bào)告
- 河北省百師聯(lián)盟2023-2024學(xué)年高二上學(xué)期期末大聯(lián)考?xì)v史試題(解析版)
- 2021年四川省涼山州九年級(jí)中考適應(yīng)性考試?yán)砜凭C合(試卷)
- 骨科疼痛的評(píng)估及護(hù)理
- 【MOOC】概率論與數(shù)理統(tǒng)計(jì)-南京郵電大學(xué) 中國大學(xué)慕課MOOC答案
- 2024年度軟件開發(fā)分包合同技術(shù)要求與交底2篇
- 居家養(yǎng)老人員培訓(xùn)管理制度
- 抗菌藥物的合理應(yīng)用培訓(xùn)
- 初三數(shù)學(xué)老師家長會(huì)發(fā)言稿
- 湖北第二師范學(xué)院《操作系統(tǒng)》2023-2024學(xué)年期末試卷
- 2021-2022學(xué)年河北省唐山市高一上學(xué)期期末語文試題
- 舒適化醫(yī)療麻醉
評(píng)論
0/150
提交評(píng)論