C语言常见英语单词 带音标
C语言单词

第二章
change [tʃeindʒ] unsigned [ʌn‘saind] float [fləut] long [lɔ:ŋ] short [ʃɔ:t] proportion [prəu‘pɔ:ʃən] vt. 改变;交换 n. 变化;找回的零钱; 无符号的 vt. 使漂浮;实行 vi.摇摆; 浮动; n. 长时间;长音节 adj. 长的;过长的; adj. 短的;不足的 adv.不足; 突然; n.面积;部分 vt. 使成比例;分摊;使均衡
第七章
scan [skæn] math [mʌθ] ceil [si:l] floor [flɔ:] rand [rænd] return [ri‘tə:n] search [sə:tʃ] count [kaunt] function [‘fʌŋkʃən] award [ə‘wɔ:d] choose [tʃu:z] Strcmp Strcpy Sqrt Srand vt.浏览;细看 vi. 扫描;扫掠; n. 数学 vt. 装天花板;装船内格子板 n.基底;楼层 vt. 铺地板;打倒,击倒;难倒 n. 边缘(滑阀的台肩) vt.报答;归还 n.报答;归还; vi.探求;调查 vt.探求;搜寻; vt. 计算;认为 vi. 计数;有价值; n.职责;函数 vi. 行使职责;运行;活动 vt. 授予;判定 n. 奖品;判决 vt. 选择,决定 vi. 选择,挑选 n. 比较字符串 n. 拷贝字符串 abbr. 开平方根 vt. 设置随机函数的起动数值 n. 初始化随机数发生器
第六章
structure [‘strʌktʃə] Stdin programmer [‘prəugræmə] employee [em‘plɔii:] point [pɔint] n.结构; 构造 vt. 组织;建造;构成 abbr. 标准输入 n. 程序员,程序规划员 n. 雇员;从业员工 n.标点;尖端 vt.弄尖; 指向;
C语言编译软件常用英语词汇

熟记下列C语言编译软件常用英语词汇:function 函数statement 语句missing 丢失error出错parameter 参数illegal非法的invalid 无效的pointer 指针character 字符array数组string字符串constant 常量syntax语法argument 参数type类型definition 定义compile 编译call调用symbol 标识符(变量名等)declaration说明、声明<编译错误信息>致命错误:内部编译出错,编译立即停止1.Bad call of in-line function内部函数调用不当2.Irreducible expression tree不可约表达式树3.Register allocation failure存储器分配失败一般错误:语法错误、磁盘或内存存取错误或命令错误等,达到预定个数,编译停止1.#operator not followed macro argument name#运算符后无宏变量名2.'xxxx'not an argument'xxxx'不是函数参数3.Ambiguous symbol'xxxx'二义性符号'xxxx'4.Argument#missing name参数#漏掉名5.Argument list syntax error参数表语法错6.Array bounds missing]数组界限漏掉]7.Array size too large数组尺寸太大8.Assembler statement too long汇编语句太长9.Bad configuration file配置文件不当10.Bad file name format in include directiveinclude指令中文件名格式不当11.Bad ifdef directive syntaxifdef指令语法不当12.Bad ifndef directive syntaxifndef指令语法不当13.Bad undef directive syntaxundef指令语法不当14.Bad file size syntax文件尺寸语法不当15.Call of non-function调用的不是函数16.Cannot modify a const object不能修改常量对象17Case outside of switchcase出现在switch外18.Case statement missing case语句漏掉19.Case syntax errorcase语法错20.Characte constant too long字符常量太长pound statement missing}复合语句漏掉}22.Conflicting type modifiers类型修饰符冲突23.Constant expression required要求常量表达式24.Could not find'xxxx.xxx'找不到文件'xxxx.xxx'25.Declaring missing;说明漏掉分号26.Declaration needs type or storage class说明需要类型或存储类27.Declaration syntax error说明语法错误28.Default outside of switchdefault出现在switch外29.Default directive needs an identifier default指令需要表识符30.Division by zero除031.Do statement must have while do语句必须有while32.Do-while statement missing(do-while语句漏掉(33.Do-while statement missing)do-while语句漏掉)34.Do-while statement missing;do-while语句漏掉分号35.Duplicate casecase重复36.Enum syntax errorenum语法错37.Enumeration constant syntax error 枚举常量语法错38.Error writing output file写输出文件错40.Expression syntax表达式语法错41.Extra parameter in call调用参数多余42.Extra parameter in call to xxxx调用函数xxxx时参数多余43.File name too long文件名太长44.For statement missing(for语句漏掉(45.For statement missing)for语句漏掉)46.For statement missing;for语句漏掉分号47.Function call missing)函数调用漏掉)48.Function definition out of place函数定义位置错49.Function doesn't take a variable number of argument函数不接受可变的参数数目50.Goto statement missing labelgoto语句漏掉标号51.If statement missing(if语句漏掉(52.If statement missing)if语句漏掉)53.Illegal character'('(0xxx)非法字符'('(0xxx)54.Illegal initialization非法初始化55.Illegal octal digit非法八进制数字56.Illegal pointer subtraction非法指针相减57.Illegal structure operation非法结构操作58.Illegal use of floating point非法使用浮点59.Illegal use of pointer非法使用指针60.Improper use of a typedef symbol typedef符号使用不当61.In-line assembly not allowed内部汇编不允许62.Incompatible storage class不兼容存储类63.Incompatible type conversion不兼容类型转换64.Incorrect command line argument: xxxx不正确的命令行参数xxxx65.Incorrect configuration file argument: xxxx不正确的配置文件参数xxxx66.Incorrect number format不正确的数据格式67.Incorrect number use of default不正确使用default 68.Initializer syntax error初始化语法错69.Invalid indirection无效间接运算70.Invalid macro argument separator无效宏参数分隔符71.Invalid pointer addition无效指针相加72.Invalid use of dot.用错74.Lvalue required要求左边变量75.Macro argument syntax error宏参数语法错76.Macro expansion too long宏扩展太长77.May compile only one file when an output file name is given给出一个输出文件名时只能编译一个文件78.Mismatch number of parameters in definition定义中参数数目不匹配79.Misplace breakbreak位置错80.Misplaced continuecontinue位置错81.Misplaced decimal point小数点位置错82.Misplaced elseelse位置错83.Misplaced elif directiveelif指令位置错84.Misplaced else directiveelse指令位置错85.Misplace endif directiveendif指令位置错86.Must be addressable必须是可寻址的87.Must take address of memory location必须接受内存地址88.No file name ending无文件名终止符89.No file name given未给出文件名90.Non-portable pointer assignment不可移植指针赋值91.Non-portable pointer comparison不可移植指针比较92Non-portable return type conversion 不可移植返回类型转换93.Not an allowed type非允许类型94.Out of memory内存不够95.Pointer required on left side op操作符左边要求指针96.Redeclaratoin of'xxxx''xxxx'重定义97.Size of structure or array not known 结构或数组尺寸未知98.Statement missing;语句漏掉分号99.Structure or union syntax error结构体或共用体语法错100.Structure size too large结构体尺寸太大101.Subscripting missing]下标漏掉]102.Switch statement missing( switch语句漏掉(103.Switch statement missing) switch语句漏掉)104.Too few parameters in call调用时参数太少105.Too few parameters in call to'xxxx'调用函数'xxxx'时参数太少106.Too many casescase太多107.Too many decimal points小数点太多108.Too many default casesdefault太多109.Too many exponents阶码太多110.Too many initializers初始化太多111.Too many storage classes in declaration说明中存储类太多112.Too many types in declaration说明中类型太多113.Too much auto memory in function函数中自动存储太多114.Too much code defined in file文件定义的代码太多115.Too much global data defined in file文件中定义的全局数据太多116.Two consecutive dots 两个连续的.117.Type mismatch in parameter#参数#类型不匹配118.Type mismatch in parameter#in call to'xxxx'调用函数'xxxx'时参数#类型不匹配119.Type mismatch in parameter'xxxx'参数'xxxx'类型不匹配120.Type mismatch in parameter'xxxx' in call to'yyyy'调用函数'yyyy'时参数'xxxx'类型不匹配121.Type mismatch in redeclaration of 'xxxx''xxxx'重定义时类型不匹配122.Unable to create output file 'xxxx.xxx'无法建立输出文件'xxxx.xxx'123.Unable to create turboc.link无法建立turboc.link124.Unable to execute command'xxxx'无法执行命令'xxxx'125.Unable to open include file 'xxxx.xxx'无法打开include文件'xxxx.xxx'126.Unable to open input file'xxxx.xxx'无法打开输入文件'xxxx.xxx'128.Undefined structure'xxxx'结构'xxxx'未定义129.Undefined symbol'xxxx'符号'xxxx'未定义130.Unexpected end of file in comment started on line#文件在注释行#中意外结束131.Unexpected end of file in conditional started on line#文件在条件语句#中意外结束132.Unknown preprocessor directive 'xxxx'预处理指令'xxxx'未知133.Unterminated character constant字符常数未终结134.Unterminated string串未终结135.Unterminated string or character constant串或字符常数未终结er break用户中断137.While statement missing(while语句漏掉(138.While statement missing)while语句漏掉)139.Wrong number of argument in call to'xxxx'调用'xxxx'时参数数目错警告:可疑之处,编译继续1.'xxxx'declared but never used'xxxx'说明了但未使用2.'xxxx'is assigned a value which is never used'xxxx'赋了值但从未使用3.'xxxxx'not part of structure'xxxx'不是结构体的一部分4.Ambiguous operators need parentheses二义性运算符需要括号5.Both return and return of a value used 既用了return又用了带值return6.Call to function without prototype调用函数无原型7.Call to function'xxxx'without prototype调用函数'xxxx'无原型8.Code has no effect代码无效9.Constant is long常量是long型10.Constant out of range in comparison 比较时常量出界11.Conversion may lose significant digits转换可能丢失有效数字12.Function should return a value函数应返回数值13.Mixing pointers to signed and unsigned char混淆了signed char和unsigned char指针14.No declaration for function'xxxx'函数'xxxx'未说明15.Non-portable pointer assignment不可移植指针赋值16.Non-portable pointer comparison不可移植指针比较17.Non-portable return type conversion不可移植返回类型转换18.Parameter'xxxxx'is never used参数'xxxx'从未使用19.Possible use of'xxxx'before definition可能使用了未赋值的'xxxx'20.Possible incorrect assignment可能不正确的赋值21.Redefinition of'xxxx'is not identical 'xxxx'重定义不统一22.Restarting compiler using assembly用汇编重编译23.Structure passed by value 结构体值传送24.Superfluous&with function or array 函数或数组中有多余的&25.Suspicious pointer conversion可疑的指针转换26.Undefined structure'xxxx'结构体'xxxx'未定义27.Unknown assembler instruction未知汇编指令28.Unreachable code不可达代码29.V oid function may not return a value void函数不能返回数值30.Zero length structure结构体长度为0。
(完整版)C语言编程必背单词

C 语言必背单词运算符与表达式: 1.constant 常量 2. variable 变量 3. identify 标识符 4. keywords 关键字 5. sign 符号 6. operator 运算符 7. statement 语句 8. syntax 语法 9. expression 表达式 10. initialition 初始化 11. number format 数据格式12 declaration 说明 13. type conversion 类型转换14.define 、definition 定义 条件语句: 1.select 选择 2. expression 表达式 3. logical expression 逻辑表达式4. Relational expression 关系表达式5.priority 优先6. operation 运算 7.structure 结构 循环语句: 1.circle 循环2. condition 条件3. variant 变量4. process 过程5.priority 优先6. operation 运算 数组: 1. array 数组 2. reference 引用 3. element 元素 4. address 地址 5. sort 排序 6. character 字符 7. string 字符串 8. application 应用 函数:1.call 调用2.return value 返回值3.function 函数4. declare 声明5. `parameter 参数 6.static 静态的 7.extern 外部的 指针:1. pointer 指针2. argument 参数3. array 数组4. declaration 声明5. represent 表示6. manipulate 处理结构体、共用体、链表: 1 structure 结构 2 member 成员 3 tag 标记 4 function 函数 5 enumerate 枚举 6 union 联合(共用体) 7 create 创建 8 insert 插入 9 delete 删除 10 modify 修改 文件: 1、file 文件 2、open 打开 3、close 关闭 4、read 读 5、write 写 6、error 错误序号 主要章节 常用英汉对照词汇 备注 1 运算符与表达式 (operatorandexpression ) 汉语 英语 常量 constant 变量 variable 标识符 identify 关键字 keywords 符号 sign运算符 operator语法 syntax语句 statement数据格式 number format表达式 Expression初始化 Initialization类型转换 type conversion说明 Declaration条件语句定义 Define 、 definition 2( condition逻辑表达式 logical expression statement) 选择 select表达式 expression结运算 operation优先 priority关系表达式 Relational expression循环语句构 structure 3循环 circle(circle statement)运优先 priority变量 variant过程 process条件 condition函数算 operation 4函数 function参声明 declare返回值 return value(function)调用 call静态的 static数 parameter外部的 extern 5数组和指针 (array and地址 address元素 element引用 referencepointer) 数组 array2指应用 application字符 character排序 sort字符串 string表声明 declaration针 pointer参数 argument 数组 array结构体、 共用体处理 manipulate 6示 represent成员 member 标记 tag(structures 、 union )结构 structure枚举 enumerate函数 function删除 delete修插入 insert创建 create联合 ( 共用体 ) union文件改 modify 7写 write( file)读 read错关闭 close文件 file打开 open误 error使标准Program Design 程序设计 writing program编写程序 standardize vt.单一化,简单化 programming 程化 coding the program 编程 simplify vt.占领,住进 logic n.逻序 revision n.校订,修正 programmer n.程序员 occupy vt.辑,逻辑学 BASIC 初学者通用符号指令代码machine code 机器代码teaching language 教学语言单纯,简朴 compactness a.紧凑的,紧密debug n.DOS命令,调试 simplicity n.的交互描述,说明 interactive language timesharing system 分时系统 description n.式语言制造业者break n.中断 manufacturer n.方言,语调结构图 dialect n.structure chartthe program flow 程序流同样,划expense n.费用,代价 manager module 管理模块 uniformity n.己废的,古老的 mainmodule 主模一 worder module 工作模块 archaic a.数据处块 sufficient a.充分的,足够的 submodule 子模块 data processing商业应用理 modify v.修正,修改 business application科学应用outline n.轮廓,概要 scientific applicationcompose分解字典的,词汇的 code 代码 non-programmer n.非编程人员lexical a.记号法,表示法,注释node vt改为密码 notation n.唠叨,冗长 commas n.逗点逗号 record n. pseudocode n.伪代码 verbosity n.记录documentation 文档subrecord n.子记录flowchart/flow 程表/流程 data division 数据部 visual a.视觉的 procedure division 过程部 represent vt.表现,表示,代表comprise vt.包含 构成 structured techniques 结构化技术 operator n.运算符,算子 straightforward a.笔直的,率直的commercial package 商业软件包subroutine n.子程序generator n.产生器,生产者 driver module 驱动模块 mathematician n.专家 line by line 逐行 operator n.作符translate vt.翻译,解释 forerunner n.先驱 modular 摸块化 ancestor n.祖宗 cumbersome a.讨厌的,麻烦的teaching programming 编程教学lengthy a.冗长的,漫长的 alter vi./vt.改变flaw n.缺点裂纹 devclop vt.发达separate a.各别的 recompile v.编译 assist n.帮助 cycle n.循环technician n.技师 remove vt.移动,除去 straight line 直线 category n.种类,类项rectangle n.长方形,矩形 P-code p 代码virtrally ad.事实上3symology n.象征学象征的使用register n.寄存器 to summaries 总之,总而言之by convention 按照惯例 cyptic n.含义模糊的,隐藏的 diamond-shaped a,菱形的 bracket n.括号 decision n 判断 obviate 除去,排除 terminal n. a 终端机,终端的keyword n.关键字card reader 阅读器 underline vt.下划线translator program 译程序 monadic a. monad(单位)的Programming 程序设计 dec/binary n.二进制 source language 源语 shift 变化,转移,移位 machine language 机器 overflow n.溢出machine instruction 机器指令arithmetic n.算术,算法 computer language 计算机语composite symbol 复合型符号. assembly language 汇编语 assignment n.赋值 floating point number 浮点数proliferation n.增服 high-level language 高级语 pointer n.指针natural language 自然语言 array n.数组矩阵,source text 源文本 subscript n.下标intermediate language 中间语言type conversion 类型转换 software development 软件开发address arithmetic 地址运算 map vt.映射,计划denote vt.指示,表示 maintenance cost 维护费用subprogram n.子程序 legibility n.易读性,易识别 separate compilation 分离式编泽 amend vt.修正,改善 alphabetic a.照字母次序的 consumer n.消费者 digit n.数字位数enormous a.巨大的,庞大的numeric expression 数值表达式 reliability n.可信赖性,可信度tap n.轻打,轻敲,选择 safety n.安全,安全设备 print zone 打印区property n.财产,所有权 column n.列correctness n.正确, functionality n.机能 semicolon n.分号肘节开关 task n.作,portable a.叮携带的,可搬运的 survey n.概观. altoggle n.任务declaration n.宣告 说明 source program 源程序 mufti-dimension array多维数组 object program 目标程序。
(完整版)C语言常见英语100词汇

(完整版)C语言常见英语100词汇运算符与表达式: 5. `parameter 参数 2 条件语句1.constant 常量 6.static 静态的condition2. variable 变量7.extern 外部的statement) 选择select3. identify 标识符指针:表达式expression4. keywords 关键字 1. pointer 指针逻辑表达式logical expression5. sign 符号 2. argument 参数关系表达式Relational expression6. operator 运算符 3. array 数组优先priority7. statement语句 4. declaration 声明运算operation8. syntax 语法 5. represent 表示结构structure9. expression 表达式 6. manipulate 处理 3 循环语句10. initialition 初始化结构体、共用体、链表(circle statement) 循环circle11. number format 数据格式 1 structure 结构条件condition12 declaration 说明 2 member成员变量variant13. type conversion 类型转换 3 tag 标记过程process14.define 、definition 定义 4 function 函数优先priority条件语句: 5 enumerate 枚举运算operation1.select 选择 6 union 联合(共用体) 4 函数2. expression 表达式7 create 创建(function) 调用call3. logical expression 逻辑表达式8 insert 插入返回值return value4. Relational expression 关系表达式9 delete 删除函数function5.priority优先10 modify 修改声明declare6. operation运算文件参数parameter7.structure 结构1、file 文件静态的static循环语句:2、open 打开外部的extern1.circle 循环3、close 关闭 5 数组和指针(array and2. condition 条件4、read 读pointer) 数组array3. variant 变量5、write 写引用reference4. process过程6、error 错误元素element5.priority优先序号主要章节常用英汉对照词汇备注地址address6. operation运算 1 运算符与表达式排序sort数组:(operator and expression )汉语英语字符character1. array 数组常量constant 字符串string2. reference 引用变量variable 应用application3. element 元素标识符identify 指针pointer4. address 地址关键字keywords 参数argument5. sort 排序符号sign 数组array6. character 字符运算符operator 声明declaration7. string 字符串语句statement 表示represent8. application 应用语法syntax 处理manipulate函数:表达式Expression 6 结构体、1.call 调用初始化Initialization 共用体2.return value 返回值数据格式number format (structures union 结构structure3.function 函数类型转换type conversion 成员member4. declare 声明定义Define 、definition 标记tag函数function archaic a.己废的,古老的teaching programming 编程教学枚举enumerate mainmodule 主模块lengthy a.冗长的,漫长的联合( 共用体) union sufficient a.充分的,足够的alter vi./vt.改变创建create submodule 子模块flaw n.缺点裂纹插入insert data processing 数据处理devclop vt.发达删除delete modify v.修正,修改separate a.各别的修改modify business application 商业应用recompile v.编译7 文件outline n.轮廓,概要assist n.帮助(file) 文件file scientific application 科学应用cycle n.循环打开open compose分解technician n.技师关闭close lexical a.字典的,词汇的remove vt.移动,除去读read code 代码straight line 直线写write non-programmer n.非编程人员category n.种类,类项错误error node vt改为密码rectangle n.长方形,矩形Program Design 程序设计notation n.记号法,表示法,注释P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化verbosity n.唠叨,冗长symology n.象征学象征的使用coding the program 编程commas n.逗点逗号register n.寄存器simplify vt.单一化,简单化record n.记录to summaries 总之,总而言之programming 程序documentation 文档by convention 按照惯例revision n.校订,修正subrecord n.子记录cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进data division 数据部bracket n.括号logic n.逻辑,逻辑学visual a.视觉的decision n判断BASIC 初学者通用符号指令代码procedure division 过程部obviate 除去,排除machine code 机器代码represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug n.DOS命令,调试structured techniques结构化技术card reader 阅读器simplicity n.单纯,简朴operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者mathematician n.专家shift 变化,转移,移位structure chart 结构图line by line 逐行machine language 机器dialect n.方言,语调operator n.作符overflow n.溢出the program flow 程序流translate vt.翻译,解释machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块modular 摸块化computer language 计算机语uniformity n.同样,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块cumbersome a.讨厌的,麻烦的assembly language 汇编语assignment n.赋值double :声明双精度变量或函数floating point number浮点数int:声明整型变量或函数proliferation n.增服struct:声明结构体变量或函数high-level language高级语break:跳出当前循环pointer n.指针natural language 自然语言else :条件语句否定分支(与if 连用)array n.数组矩阵,long :声明长整型变量或函数source text 源文本switch :用于开关语句subscript n.下标case:开关语句分支intermediate language 中间语言enum :声明枚举类型type conversion 类型转换register:声明积存器变量software development 软件开发typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算char :声明字符型变量或函数map vt.映射,计划extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用union:声明联合数据类型subprogram n.子程序const :声明只读变量legibility n.易读性,易识别float:声明浮点型变量或函数separate compilation 分离式编泽short :声明短整型变量或函数amend vt.修正,改善unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的continue:结束当前循环,开始下一轮循环consumer n.消费者for:一种循环语句(可意会不可言传)digit n.数字位数signed:生命有符号类型变量或函数enormous a.巨大的,庞大的void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式default:开关语句中的“其他”分支reliability n.可信赖性,可信度goto:无条件跳转语句tap n.轻打,轻敲,选择sizeof:计算数据类型长度safety n.安全,安全设备volatile:说明变量在程序执行中可被隐含地改变print zone 打印区do :循环语句的循环体property n.财产,所有权while :循环语句的循环条件column n.列correctness n.正确,static :声明静态变量functionality n.机能if:条件语句semicolon n.分号portable a.叮携带的,可搬运的auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。
学习C语言需要理解的英语单词

DataStruc tures基本数据结构 Dic tiona ries字典Prior ity Q ueues堆Graph Data Stru cture s 图SetDataStruc tures集合Kd-T rees线段树Nume rical Prob lems数值问题Sol vingLinea r Equ ation s 线性方程组Bandw idthReduc tion带宽压缩Mat rix M ultip licat ion 矩阵乘法Dete rmina nts a nd Pe rmane nts 行列式Const raine d and Unco nstra inedOptim izati on 最值问题Linea r Pro gramm ing 线性规划Rand om Nu mberGener ation随机数生成F actor ing a nd Pr imali ty Te sting因子分解/质数判定Ar bitra ry Pr ecisi on Ar ithme tic 高精度计算Kna psack Prob lem 背包问题Disc reteFouri er Tr ansfo rm 离散Fouri er变换Com binat orial Prob lems组合问题Sor ting排序Searc hing查找Media n and Sele ction中位数Gen erati ng Pe rmuta tions排列生成Ge nerat ing S ubset s 子集生成G enera tingParti tions划分生成Ge nerat ing G raphs图的生成Ca lendr icalCalcu latio ns 日期Jo b Sch eduli ng 工程安排Satis fiabi lity可满足性Gra ph Pr oblem s ——polyn omial图论-多项式算法Con necte d Com ponen ts 连通分支Topol ogica l Sor ting拓扑排序Min imumSpann ing T ree 最小生成树Sho rtest Path最短路径Tr ansit ive C losur e and Redu ction传递闭包Ma tchin g 匹配Eul erian Cycl e / C hines e Pos tmanEuler回路/中国邮路Edgeand V ertex Conn ectiv ity 割边/割点Net workFlow网络流Draw ing G raphs Nice ly 图的描绘Drawi ng Tr ees 树的描绘Plan arity Dete ction andEmbed ding平面性检测和嵌入Grap h Pro blems——h ard 图论-NP问题C lique最大团Ind epend ent S et 独立集V ertex Cove r 点覆盖Tr aveli ng Sa lesma n Pro blem旅行商问题Ha milto nianCycle Hami lton回路G raphParti tion图的划分Ver tex C olori ng 点染色E dge C olori ng 边染色G raphIsomo rphis m 同构Ste inerTreeStein er树Feed backEdge/Verte x Set最大无环子图Compu tatio nal G eomet ry 计算几何Conve x Hul l 凸包Tri angul ation三角剖分Vo ronoi Diag ramsVoron oi图Near est N eighb or Se arch最近点对查询R angeSearc h 范围查询P ointLocat ion 位置查询Inte rsect ion D etect ion 碰撞测试BinPacki ng 装箱问题Media l-Axi s Tra nsfor matio n 中轴变换P olygo n Par titio ning多边形分割Si mplif yingPolyg ons 多边形化简Sha pe Si milar ity 相似多边形Mot ion P lanni ng 运动规划Maint ainin g Lin e Arr angem ents平面分割Min kowsk i Sum Mink owski和S et an d Str ing P roble ms 集合与串的问题Se t Cov er 集合覆盖Set P ackin g 集合配置S tring Matc hing模式匹配App roxim ate S tring Matc hing模糊匹配Tex t Com press ion 压缩C rypto graph y 密码Fin ite S tateMachi ne Mi nimiz ation有穷自动机简化Long est C ommon Subs tring最长公共子串Short est C ommon Supe rstri ng 最短公共父串DP——Dyna mic P rogra mming——动态规划r ecurs ion ——递归A2A i ntegr ation A2A整合ab strac t 抽象的abstr act b ase c lass(ABC)抽象基类abs tract clas s 抽象类ab strac tion抽象、抽象物、抽象性ac cess存取、访问ac cesslevel访问级别acc ess f uncti on 访问函数acco unt 账户actio n 动作a ctiva te 激活ac tive活动的ac tualparam eter实参adap ter 适配器add-i n 插件ad dress地址addr ess s pace地址空间addr ess-o f ope rator取地址操作符ADL (argum ent-d epend ent l ookup)A DO(Ac tiveX Data Obje ct)Ac tiveX数据对象adv anced高级的aggre gatio n 聚合、聚集algor ithm算法alias别名alig n 排列、对齐alloc ate 分配、配置all ocato r分配器、配置器angl e bra cket尖括号anno tatio n 注解、评注API(App licat ion P rogra mming Inte rface)应用(程序)编程接口app d omain(app licat ion d omain)应用域app licat ion 应用、应用程序appli catio n fra mewor k 应用程序框架appe aranc e 外观app end 附加ar chite cture架构、体系结构arch ive f ile 归档文件、存档文件argu ment引数(传给函式的值)。
(完整版)C++必备专业英语单词(已标注音标)

C++常用英语单词抽象数据类型abstract data type 11〔曲丸购塑阑|扌由象 abstract ion 累力口 accumulating rnjukiC实际变元 actual argument ' ■' :u -ri实际参数 actual parameter 地址运算符 address operator基类 ase class 汇编程序assembler汇编语言 assembler Ianguage 赋值运算符 assignment operator(s) 赋值语句 assignment statement综合性 associativity备份件 backup copies大O 表示法Big O notation 30⑹"】测试的基本规则 basic rule of testing 沌处:忙I 二分法查找 binary search 位bit函数体boday F 比閃 引导boot ' 字节bytes算法 algorithm 功能模型al model 运算与逻辑单元ALU 分析 analysis 卜 八"11 应用软件 application software 参数/变元argume nt "「亦,何 算术运算符 arithmeticoperators [1Mph ,ke j T>n]*[s'rxQmitik]'apa.ret^Lp原子数据类型atomic data[a'tamrk][s' s am ma mt]C++常用英语单词C被调函数called调用函数calling类型转换cast 1字符值characters號『mk烁]类class类层次class hierarchy盃鼻呵旧类的成员class members类的作用范围class scope d编写代码coding注释comments编译型语言compiled Ianguage 亦"胡〕编译程序compiler编译时错误compile-time error复合语句compound statement ' 1 stellTl5r^计算机程序computer program条件condition控制单元con trol un it转换运算符conversion operator ','构造函数costructor呛二麺尸-k;禺]丨记数counti ngD字段data field数据文件data file数据隐藏data hiding数据成员data member数据类型data type声明部分declaration section声明语句declaration statement - - ,J川n自减运算符decreme nt operator “丛""*1■叮缺省复制构造函数default copy constructor 1^"檢11【滋门‘剖為訝11C++常用英语单词缺省构造函数default constructor 函数定义 defi nition '定义语句 definition statement 派生类 derived class 桌面检查desk checking 析构函数destructor 文档编写 documentation kjumen'ie I J H , 双精度数 double-precision number-动态绑定dynamic hinding 畑厂理山汕[卜心d] 动态模型dynamic modelE回显打印 echo printing- 1封装encapsulatio 门|【"也“川汕“1 转义序列 escape sequenee 1:表达式 expression假条件 false condition 2域宽操纵符field width manipulator 跑餾和爲⑷破1|【论讣」血3 文件访问 file access'文件组织形式file organization 厂」-小一 文件流file stream I 【価皿〕 浮点数 floating-point number 软盘 floppy diskette妙 皿流程图flowchart 〔引旳门上〕 形式变元 formal argument '形式参数 formal parameter '友元函数friendG全局作用的范围global scope llek 兀卜 全局变量global variable 丨-—「匚口」H硬盘 hard disk 硬件 hardware 函数首部 header 头文件 header file交换排序法 exchange so 外部文件名 external file nameC++常用英语单词十六进制hexadecimal机心'd®佃]高级语言high-level languageI标识符identifier['implamant]]实现implement实现部分implementation section自增运算符in creme nt operator 下标index EEE'下标变量indexed variable间接寻址in direct address ing -'-'」山卩间接寻址运算符in directi on operator无限循环infinite loop继承性inheritanee内联成员函数in li ne member输入文件流in put file stream实例变量instanee variables"就师"]-解释型语言interpreted Ianguage L"解释程序interpreter调用in vocation r 2 *<叮汕]整数值iteger⑴匕日莎〕循环结构iteration八—土川输入/输出单元I/O un itC++常用英语单词J对齐 justificatingK关键字段key field 关键字keywordL左值I线形查找 linear (sequential ) search " 链表 linked list局部作用范围local scope ] kk 詞哲P” 局部变量 local variable 逻辑错误 logic error 低级语言 low-level languageM机器语言 machine Ianguage 魔术数 magic number操纵符manipulator 厅*刎山加叫数学头文件mathematical library 咤曲‘皿口阳川 成员函数 member s 成员式赋值 memberwise assignment '内存堆栈 memory stack memory unit [nnaTkro.prafEsat]^microprocessor混合表达式 mixed-mode expression 助记符mnemonic 八"氏 模型model模块module 卜旧好山1取模运算符modulus operator 5此丹1罰 多重继承 multiple inheritanee叩内存单元 微处理器C++常用英语单词已命名常数n amed con sta nt嵌套循环nested loop吋河空字符null character [讪空语句null statementO面向对象的语言object-orie nted Ian guage对象object八进制octal Me]偏移量offset (誡哗曲一维数组one-dimensional array r "A操作码opcode操作系统operating system运算符函数operator输出文件流output file stream函数的重载overloadingP参数parameter卩匸②『孫叱z八值传递pass by弓丨用传递pass by reference指针pointer指针变量pointer variable多态性polymorphism ■- - - 11后判断循环posttest loop --5;仅]| 优先级preccedenee 戸九知囲小一绷| 先判断循环pretest loop丨丨丁私有private面向过程的语言procedure-orie nted Ian guage汇编语言programming Ianguage程序设计progremmingC++常用英语单词提示 prompt Cprflmptl | 函数的原形 prototype1伪代码pseudocode 九用&5比山]程序验证与测试 program verificati on and test ing 公有public右值r记录 recored 递归传递 recursive细化refinement 〔盘Y 酎疔圍K J 循环结构repetition |,1 循环语句 repetition statement 返回语句 return statement 运行时错误 run-time error作用范围scope 卜匸辅存 secondary storage l*5 如]叱,W 选择结构selectio 门|曲-阖…| 选择排序法 selection sort +一、口x- , ['unianar标记 sentinel顺序组织形式 sepuential organization 1 1…」亠」i[in'henwns]simple in herita nee软件 software单维数组 sin gle-dime nsional array Q快速排序法 quicksort随机访问 ran dom access S换算 scaling/skeilrrj]顺序结构 简单继承 sequenee软件工程软件开发过程software developmentprocedure软件维护software maintenance源代码soure code源程序source program |^?l字符串变量sring variable静态绑定static hiding 奁〔二也:日期一静态类数据成员static class data member存储类型storage class结构体structure r结构体成员structure member函数占位符stub皿]下标sub下标变量subed variable、十、丄【'sm.tnksl语法syntax语法错误syntax error符号常数symbolic constant系统软件system softwareT函数模板template模板前缀template prefix测试testing U文本文件text filethis 指针this pointer跟踪tracing 皿诃[ksn'v^^sin -fan]类型转换type conversions二维数组two-dimensional array类型转换构造函数type con version con structor ,ri l k^n -[, v'-二进制补码two' s complement 明U联合体union匣小汕^V变量variable心哉WT 变量作用范围variable scope卜可变条件循环variable condition loop二进制文件vinary file虚函数virtual运算符与表达式:1. constant常量『畑⑴:%]2. variable 变量3. identify 标识符ai'dems/ai]!4. keywords 关键字5. sign符号6. operator 运算符7. stateme nt 语句8. syntax语法"创9. expressi on 表达式10. initialition 初始化卜⑴:' ■■- z:I '11. number format 数据格式•br|T|m]|12 declaration 说明|L弘13. type conversion 类型转换14. define、definition 定义馆页」旳]条件语句:1. select 选择I Eli2. expressi on 表达式C++常用英语单词3. logical expression 逻辑表达式4. Relational expression 关系表达式5. priority 优先6. operation 运算卜氏Z.询」17. structure 结构"呃%」无」I循环语句: 1. circle 循环 ’2. condition 条件3. variant 变量4. process 过程[prsusesj^5. prio rity 优先":'注亍;■朮川6. operation 运算 曲皿刖 数组: 1. array 数组 '2. referenee 引用丨N 离云云T|3. element 元素 I"茫:>4. address 地址5. sort 排序6. character 字符片俯"7. string 字符串8. application 应用函数: l. call 调用2. return value 返回值5. 'parameter 参数6. static 静态的13.fu nctio n 函数4. declare 声明 [di'kler]«[rr'lerjanljC++常用英语单词7. extern外部的指针:1. pointer 指针2. argument 参数'3. array 数组 '4. declaration声明『芒31]5. represe nt 表示[.ripn'zent]6. manipulate 处理l【『并':■ -■结构体、共用体、链表:1 structure 结构’2 member 成员3 tag标记 '4 function函数族伽]:;5 enu merate 枚举6 union联合(共用体)7 create 创建闻罚8 insert 插入’9 delete 删除陆财10 modify 修改文件:1、file文件2、open打开3、close 关闭4、read 读5、write 写C++常用英语单词6、error 错误1 运算符与表达式(operator and expression )常量constant业曲負mr.r]变量variable®心2「烧"1标识符identify |“耳『日汀逊纭可-关键字keywords符号sig n執):"I |运算符operator ' '|J,-":语句statement语法syntax戸匕-.1」表达式Expressio门灿、"*】初始化Initialization T承磁花怒H |数据格式number format “'匕•来':i丨说明Declaration [戲出refin]1类型转换type conversion定义Define 、definition 【■出2 条件语句(con diti on stateme nt)选择select表达式expression逻辑表达式logical expressi on关系表达式Relati onal expressi on优先priority [praj'^rm运算operation结构structureC++常用英语单词3 循环语句 (circle stateme nt)循环 circle 条件 condition 变量 variant ve riant] 过程 process [ prsSjCSj 'proves]1优先 priority[prai\>riii 3 -'ar-]^运算 operation4 函数(function)调用call返回值 return value 函数 function 声明 declare 参数 parameter 静态的static 外部的 extern5 数组和指针 (array and pointer)数组 array引用 reference |l 〉d : a :「 元素 element 地址 address排序sort 〔 字符 character 字符串strin g bw 叩指针 pointerl 应用 application afpli'kefan]!1C++常用英语单词参数argument加如旳朗小数组array|^,,lu li 声明declaration 1・血kh祸"】表示represent "。
C语言常用英语词汇

C语言常用英语词汇abstraction 抽象interpreter 解释程序accumulating 累加invocation 调用algorithm 算法iteger value 整数值ALU 运算与逻辑单元iteration 循环结构analysis 分析justificating 对齐application software 应用软件keyword 关键字argument 参数logic error 逻辑错误argument 参数low-level language 低级语言arithmetic operators 算术运算符lvalue 左值assembler 汇编程序machine language 机器语言assembler language 汇编语言magic number 魔术数assignment operators 赋值运算符manipulator 操纵符assignment statement 赋值语句mathematical library 数学头文件associativity 综合性memory unit 内存单元atomic data value 原子数据类型microprocessor 微处理器backup copies 备份件mixed-mode expression 混合表达式bit 位mnemonic 助记符boot 引导model 模型cast 类型转换module 模块character values 字符值modulus operator 取模运算符class 类named constant 已命名常数comments 注释object-oriented language 面向对象的语言compile-time error 编译时错误octal 八进制counting 记数opcode 操作码data type 数据类型operating system 操作系统declaration statement 声明语句preccedence 优先级decrement operator 自减运算符procedure-oriented language 面向过程的语言definition statement 定义语句program verification and testing 程序验证与测试desk checking 桌面检查progremming 程序设计documentation 文档编写prompt 提示double-precision number 双精度数run-time error 运行时错误echo printing 回显打印rvalue 右值escape sequence 转义序列sequence 顺序结构expression 表达式software 软件field width manipulator 域宽操纵符software development procedure 软件开发过程floating-point number 浮点数software engineering 软件工程floppy diskette 软盘software maintenance 软件维护flowchart 流程图source program 源程序function 函数sourecode 源代码harddisk 硬盘symbolic constant 符号常数hardware 硬件syntax 语法header file 头文件syntax error 语法错误hexadecimal 十六进制system software 系统软件high-levellanguage 高级语言testing 测试I/O unit 输入/输出单元tracing 跟踪identifier 标识符two’scomplement 二进制补码implement 实现type conversions 类型转换increment operator 自增运算符variable 变量interpreted language 解释型语言。
最新C语言常见英语100词汇

运算符与表达式: 5. `parameter 参数 2 条件语句1.constant 常量 6.static 静态的condition2. variable 变量7.extern 外部的statement) 选择select3. identify 标识符指针:表达式expression4. keywords 关键字 1. pointer 指针逻辑表达式logical expression5. sign 符号 2. argument 参数关系表达式Relational expression6. operator 运算符 3. array 数组优先priority7. statement语句 4. declaration 声明运算operation8. syntax 语法 5. represent 表示结构structure9. expression 表达式 6. manipulate 处理 3 循环语句10. initialition 初始化结构体、共用体、链表(circle statement) 循环circle11. number format 数据格式 1 structure 结构条件condition12 declaration 说明 2 member成员变量variant13. type conversion 类型转换 3 tag 标记过程process14.define 、definition 定义 4 function 函数优先priority条件语句: 5 enumerate 枚举运算operation1.select 选择 6 union 联合(共用体) 4 函数2. expression 表达式7 create 创建(function) 调用call3. logical expression 逻辑表达式8 insert 插入返回值return value4. Relational expression 关系表达式9 delete 删除函数function5.priority优先10 modify 修改声明declare6. operation运算文件参数parameter7.structure 结构1、file 文件静态的static循环语句:2、open 打开外部的extern1.circle 循环3、close 关闭 5 数组和指针(array and2. condition 条件4、read 读pointer) 数组array3. variant 变量5、write 写引用reference4. process过程6、error 错误元素element5.priority优先序号主要章节常用英汉对照词汇备注地址address6. operation运算 1 运算符与表达式排序sort数组:(operator and expression )汉语英语字符character1. array 数组常量constant 字符串string2. reference 引用变量variable 应用application3. element 元素标识符identify 指针pointer4. address 地址关键字keywords 参数argument5. sort 排序符号sign 数组array6. character 字符运算符operator 声明declaration7. string 字符串语句statement 表示represent8. application 应用语法syntax 处理manipulate函数:表达式Expression 6 结构体、1.call 调用初始化Initialization 共用体2.return value 返回值数据格式number format (structures union 结构structure3.function 函数类型转换type conversion 成员member4. declare 声明定义Define 、definition 标记tag函数function archaic a.己废的,古老的teaching programming 编程教学枚举enumerate mainmodule 主模块lengthy a.冗长的,漫长的联合( 共用体) union sufficient a.充分的,足够的alter vi./vt.改变创建create submodule 子模块flaw n.缺点裂纹插入insert data processing 数据处理devclop vt.发达删除delete modify v.修正,修改separate a.各别的修改modify business application 商业应用recompile v.编译7 文件outline n.轮廓,概要assist n.帮助(file) 文件file scientific application 科学应用cycle n.循环打开open compose分解technician n.技师关闭close lexical a.字典的,词汇的remove vt.移动,除去读read code 代码straight line 直线写write non-programmer n.非编程人员category n.种类,类项错误error node vt改为密码rectangle n.长方形,矩形Program Design 程序设计notation n.记号法,表示法,注释P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化verbosity n.唠叨,冗长symology n.象征学象征的使用coding the program 编程commas n.逗点逗号register n.寄存器simplify vt.单一化,简单化record n.记录to summaries 总之,总而言之programming 程序documentation 文档by convention 按照惯例revision n.校订,修正subrecord n.子记录cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进data division 数据部bracket n.括号logic n.逻辑,逻辑学visual a.视觉的decision n判断BASIC 初学者通用符号指令代码procedure division 过程部obviate 除去,排除machine code 机器代码represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug n.DOS命令,调试structured techniques结构化技术card reader 阅读器simplicity n.单纯,简朴operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者mathematician n.专家shift 变化,转移,移位structure chart 结构图line by line 逐行machine language 机器dialect n.方言,语调operator n.作符overflow n.溢出the program flow 程序流translate vt.翻译,解释machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块modular 摸块化computer language 计算机语uniformity n.同样,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块cumbersome a.讨厌的,麻烦的assembly language 汇编语assignment n.赋值double :声明双精度变量或函数floating point number浮点数int:声明整型变量或函数proliferation n.增服struct:声明结构体变量或函数high-level language高级语break:跳出当前循环pointer n.指针natural language 自然语言else :条件语句否定分支(与if 连用)array n.数组矩阵,long :声明长整型变量或函数source text 源文本switch :用于开关语句subscript n.下标case:开关语句分支intermediate language 中间语言enum :声明枚举类型type conversion 类型转换register:声明积存器变量software development 软件开发typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算char :声明字符型变量或函数map vt.映射,计划extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用union:声明联合数据类型subprogram n.子程序const :声明只读变量legibility n.易读性,易识别float:声明浮点型变量或函数separate compilation 分离式编泽short :声明短整型变量或函数amend vt.修正,改善unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的continue:结束当前循环,开始下一轮循环consumer n.消费者for:一种循环语句(可意会不可言传)digit n.数字位数signed:生命有符号类型变量或函数enormous a.巨大的,庞大的void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式default:开关语句中的“其他”分支reliability n.可信赖性,可信度goto:无条件跳转语句tap n.轻打,轻敲,选择sizeof:计算数据类型长度safety n.安全,安全设备volatile:说明变量在程序执行中可被隐含地改变print zone 打印区do :循环语句的循环体property n.财产,所有权while :循环语句的循环条件column n.列correctness n.正确,static :声明静态变量functionality n.机能if:条件语句semicolon n.分号portable a.叮携带的,可搬运的auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序倡议书春回大地,万象更新。
c++基础单词

c++基础单词单词音标词性(缩写)释义。
include[ɪnˈkluːd]vt.包含;包括。
iostream[ˈaɪəʊstriːm]n.输入/输出流(iostream为C++中输入输出流相关的头文件)using[ˈjuːzɪŋ]prep.使用(在C++中用于引入命名空间等操作)namespace[ˈneɪmseɪs]n.命名空间。
std[stændəd]n.(standard的缩写,C++标准库的命名空间)int[ɪnt]n.(缩写)整数(integer的缩写,在C++中为基本数据类型)main[meɪn]n.(函数名,可视为名词性)主函数(C++程序的入口函数)cout[kaʊt]n.标准输出流对象(用于输出操作)cin[sɪn]n.标准输入流对象(用于输入操作)endl[ˈend(ə)l]n.换行符(end of line的缩写,用于输出时换行)function[ˈfʌŋkʃn]n.函数。
return[rɪˈtɜːn]vt.(在函数中可视为及物动词用法)返回(在函数中用于返回一个值)class[klɑːs]n.类(C++中面向对象编程的基本概念)object[ˈɒbdʒɪkt]n.对象(类的实例化结果)private[ˈpraɪvət]adj.私有的(用于类成员的访问控制)public[ˈpʌblɪk]adj.公有的(用于类成员的访问控制)protected[prəˈtektɪd]adj.受保护的(用于类成员的访问控制)variable[ˈveəriəbl]n.变量。
data[ˈdeɪtə]n.数据。
type[taɪp]n.类型(如数据类型)operator[ˈɒpəreɪtə(r)]n.操作符;运算符。
if[ɪf]conj.如果(条件判断语句中的关键字)else[els]conj.否则(与if语句配合使用)while[waɪl]conj.当……的时候(循环语句关键字)for[fɔː(r)]prep.(在for循环中可视为介词性用法)对于(循环语句关键字)do[duː]vt.(在do - while循环中可视为及物动词用法)做(与while配合构成do - while循环)break[breɪk]vt.打破;中断(用于跳出循环或switch语句)continue[kənˈtɪnjuː]vi.继续(用于跳过本次循环的剩余部分,直接进入下一次循环)switch[swɪtʃ]n.(在switch语句中视为名词性)开关;转换(用于多分支选择语句)case[keɪs]n.情况;案例(用于switch语句中的分支判断)default[dɪˈfɔːlt]n.(在switch语句中视为名词性)默认(用于switch语句中表示默认分支)array[əˈreɪ]n.数组。
C 常用英语单词

A抽象数据类型abstract data type 抽象abstraction 累加accumulating 实际变元actual argument 实际参数actual parameter 地址运算符address operator 算法algorithm 功能模型al model 运算与逻辑单元ALU 分析analysis 应用软件application software 参数/变元argument 算术运算符arithmetic operators 基类ase class 汇编程序assembler 汇编语言assembler language 赋值运算符assignment operator(s) 赋值语句assignment statement 综合性associativity 原子数据类型atomic dataB备份件backup copies 大O表示法Big O notation 测试的基本规则basic rule of testing 二分法查找binary search 位bit 函数体boday 引导boot 字节bytesC被调函数called 调用函数calling 类型转换cast 字符值characters 类class 类层次class hierarchy 类的成员class members 类的作用范围class scope 编写代码coding 注释comments 编译型语言compiled language 编译程序compiler 编译时错误compile-time error 复合语句compound statement 计算机程序computer program 条件condition 控制单元control unit 转换运算符conversion operator 构造函数costructor 记数countingD字段data field 数据文件data file 数据隐藏data hiding 数据成员data member 数据类型data type 声明部分declaration section 声明语句declaration statement 自减运算符decrement operator 缺省复制构造函数default copy constructor 缺省构造函数default constructor 函数定义definition 定义语句definition statement 派生类derived class 桌面检查desk checking 析构函数destructor 文档编写documentation 双精度数double-precision number 动态绑定dynamic hinding 动态模型dynamic modelE回显打印echo printing 封装encapsulation 转义序列escape sequence 交换排序法exchange sort 表达式expression 外部文件名external file nameF假条件false condition 域宽操纵符field width manipulator 文件访问file access 文件组织形式file organization 文件流file stream 浮点数floating-point number 软盘floppy diskette 流程图flowchart 形式变元formal argument 形式参数formal parameter 友元函数friendG全局作用的范围global scope 全局变量global variableH硬盘hard disk 硬件hardware 函数首部header 头文件header file 十六进制hexadecimal 高级语言high-level languageI标识符identifier 实现implement 实现部分implementation section 自增运算符increment operator 下标index 下标变量indexed variable 间接寻址indirect addressing 无限循环infinite loop 间接寻址运算符indirection operator 继承性inheritance 内联成员函数inline member 输入文件流input file stream 实例变量instance variables 解释型语言interpreted language 解释程序interpreter 调用invocation 整数值iteger 循环结构iteration 输入/输出单元I/O unitJ对齐justificatingK关键字段key field 关键字keywordL左值l 线形查找linear(sequential)search 链表linked list 局部作用范围local scope 局部变量local variable 逻辑错误logic error 低级语言low-level languageC++常用英语单词M机器语言machine language 魔术数magic number 操纵符manipulator 数学头文件mathematical library 成员函数member s 成员式赋值memberwise assignment 内存堆栈memory stack 内存单元memory unit 微处理器microprocessor 混合表达式mixed-mode expression 助记符mnemonic 模型model 模块module 取模运算符modulus operator 多重继承multiple inheritanceN已命名常数named constant 嵌套循环nested loop 空字符null character 空语句null statementO面向对象的语言object-oriented language 对象object 八进制octal 偏移量offset 一维数组one-dimensional array 操作码opcode 操作系统operating system 运算符函数operator 输出文件流output file stream 函数的重载overloadingP参数parameter 值传递pass by 引用传递pass by reference 指针pointer 指针变量pointer variable 多态性polymorphism 后判断循环posttest loop 优先级preccedence 先判断循环pretest loop 私有private 面向过程的语言procedure-oriented language 汇编语言programming language 程序设计progremming 提示prompt 函数的原形prototype 伪代码pseudocode 程序验证与测试program verification and testing 公有publicQ快速排序法quicksortR右值r 随机访问random access 记录recored 递归传递recursive 细化refinement 循环结构repetition 循环语句repetition statement 返回语句return statement 运行时错误run-time error1/26/2019-2:33:44 PM (3/12)By:KangS换算scaling 作用范围scope 辅存secondary storage 选择结构selection 选择排序法selection sort 标记sentinel 顺序组织形式sepuential organization 顺序结构sequence 简单继承simple inheritance 单维数组single-dimensional array 软件software 软件工程software engineering 软件开发过程software development procedure 软件维护software maintenance 源代码soure code 源程序source program 字符串变量sring variable 静态绑定static hiding 静态类数据成员static class data member 存储类型storage class 结构体structure 结构体成员structure member 函数占位符stub 下标sub 下标变量subed variable 语法syntax 语法错误syntax error 符号常数symbolic constant 系统软件system softwareT函数模板template 模板前缀template prefix 测试testing U 文本文件text file this指针this pointer 跟踪tracing 类型转换type conversions 二维数组two-dimensional array 类型转换构造函数 type conversion constructor 二进制补码two’s complemen tU联合体unionV变量variable 变量作用范围variable scope 可变条件循环variable condition loop 二进制文件vinary file 虚函数virtualC++常用英语单词运算符与表达式:1.constant 常量2. variable 变量3. identify 标识符4. keywords 关键字5. sign 符号6. operator 运算符7. statement语句8. syntax 语法9. expression 表达式10. initialition 初始化11. number format 数据格式12 declaration 说明13. type conversion 类型转换14.define 、definition 定义条件语句:1.select 选择2. expression 表达式3. logical expression 逻辑表达式4. Relational expression 关系表达式5.priority优先6. operation运算7.structure 结构循环语句:1.circle 循环2. condition 条件3. variant 变量4. process过程5.priority优先6. operation运算数组:1. array 数组2. reference 引用3. element 元素4. address 地址5. sort 排序1/26/2019-2:33:44 PM (5/12)By:Kang6. character 字符7. string 字符串8. application 应用函数:1.call 调用2.return value 返回值3.function 函数4. declare 声明5. `parameter 参数6.static 静态的7.extern 外部的指针:1. pointer 指针2. argument 参数3. array 数组4. declaration 声明5. represent 表示6. manipulate 处理结构体、共用体、链表:1 structure 结构2 member成员3 tag 标记4 function 函数5 enumerate 枚举6 union 联合(共用体)7 create 创建8 insert 插入9 delete 删除10 modify 修改文件:1、file 文件2、open 打开3、close 关闭4、read 读5、write 写6、error 错误C++常用英语单词序号主要章节常用英汉对照词汇备注1 运算符与表达式(operator and expression )汉语英语常量constant变量variable标识符identify关键字keywords符号sign运算符operator语句statement语法syntax表达式Expression初始化Initialization数据格式number format说明Declaration类型转换type conversion定义Define 、definition2 条件语句(conditionstatement) 选择select表达式expression逻辑表达式logical expression关系表达式Relational expression优先priority运算operation结构structure3 循环语句(circle statement) 循环circle条件condition变量variant过程process优先priority运算operation4 函数(function) 调用call返回值return value函数function声明declare参数parameter1/26/2019-2:33:44 PM (7/12)By:Kang静态的static外部的extern5 数组和指针(array andpointer) 数组array引用reference元素element地址address排序sort字符character字符串string应用application指针pointer参数argument数组array声明declaration表示represent处理manipulate6 结构体、共用体(structures 、union )结构structure 成员member标记tag函数function枚举enumerate联合( 共用体) union创建create插入insert删除delete修改modify7 文件(file)文件file打开open关闭close读read写write错误errorC++常用英语单词Program Design 程序设计writing program 编写程序standardize vt.使标准化coding the program 编程simplify vt.单一化,简单化programming 程序revision n.校订,修正programmer n.程序员occupy vt.占领,住进logic n.逻辑,逻辑学BASIC 初学者通用符号指令代码machine code 机器代码teaching language 教学语言debug n.DOS命令,调试simplicity n.单纯,简朴compactness a.紧凑的,紧密的timesharing system 分时系统description n.描述,说明interactive language 交互式语言break n.中断manufacturer n.制造业者structure chart 结构图dialect n.方言,语调the program flow 程序流expense n.费用,代价manager module 管理模块uniformity n.同样,划一worder module 工作模块archaic a.己废的,古老的mainmodule 主模块sufficient a.充分的,足够的submodule 子模块data processing 数据处理modify v.修正,修改business application 商业应用outline n.轮廓,概要scientific application 科学应用compose分解lexical a.字典的,词汇的code 代码non-programmer n.非编程人员node vt改为密码notation n.记号法,表示法,注释pseudocode n.伪代码1/26/2019-2:33:44 PM (9/12)By:Kangverbosity n.唠叨,冗长commas n.逗点逗号record n.记录documentation 文档subrecord n.子记录flowchart/flow 程表/流程data division 数据部visual a.视觉的procedure division 过程部represent vt.表现,表示,代表comprise vt.包含构成structured techniques结构化技术operator n.运算符,算子straightforward a.笔直的,率直的commercial package 商业软件包subroutine n.子程序generator n.产生器,生产者driver module 驱动模块mathematician n.专家line by line 逐行operator n.作符translate vt.翻译,解释forerunner n.先驱modular 摸块化ancestor n.祖宗cumbersome a.讨厌的,麻烦的teaching programming 编程教学lengthy a.冗长的,漫长的alter vi./vt.改变flaw n.缺点裂纹devclop vt.发达separate a.各别的recompile v.编译assist n.帮助cycle n.循环technician n.技师remove vt.移动,除去straight line 直线category n.种类,类项rectangle n.长方形,矩形P-code p代码virtrally ad.事实上symology n.象征学象征的使用register n.寄存器C++常用英语单词to summaries 总之,总而言之by convention 按照惯例cyptic n.含义模糊的,隐藏的diamond-shaped a,菱形的bracket n.括号decision n判断obviate 除去,排除terminal n. a终端机,终端的keyword n.关键字card reader 阅读器underline vt.下划线translator program 译程序monadic a. monad(单位)的Programming 程序设计dec/binary n.二进制source language 源语shift 变化,转移,移位machine language 机器overflow n.溢出machine instruction 机器指令arithmetic n.算术,算法computer language 计算机语composite symbol 复合型符号.assembly language 汇编语assignment n.赋值floating point number浮点数proliferation n.增服high-level language高级语pointer n.指针natural language 自然语言array n.数组矩阵,source text 源文本subscript n.下标intermediate language 中间语言type conversion 类型转换software development 软件开发address arithmetic 地址运算map vt.映射,计划denote vt.指示,表示maintenance cost 维护费用subprogram n.子程序legibility n.易读性,易识别separate compilation 分离式编泽amend vt.修正,改善1/26/2019-2:33:44 PM (11/12)By:Kangalphabetic a.照字母次序的consumer n.消费者digit n.数字位数enormous a.巨大的,庞大的numeric expression 数值表达式reliability n.可信赖性,可信度tap n.轻打,轻敲,选择safety n.安全,安全设备print zone 打印区property n.财产,所有权column n.列correctness n.正确,functionality n.机能semicolon n.分号portable a.叮携带的,可搬运的survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。
C语言常见英语单词带音标

main [men]主函数的函数名(主函数)number [nmb]数字,标号double [dbl]表示范围(最大最小值)BASIC [besk]基本的include [nklud]包含(被包含的文件往常是由系统供给的,其扩展名为.h 的文件,所以也称为头文件或首部文件,其意义是把尖括号<> 或引号””内指定的文件包含到本程序来,成为本程序的一部分C语言的头文件中包含了各个标准库函数的函数原型,所以,凡是在程序中调用一个库函数时,都一定包含该函数原型所在的头文件)sin [san]正弦函数double [dbl]双,两倍input [npt]输入scanf 输入函数number[nmb]数字,标号printf输出函数(系统定义的标准函数)标准输入输出运算符与表达式:(operator and expression)sign[san] 符号operator[ ɑ:pret(r)] 运算符expression[ksprn]表达式Constant keywords [knstnt]['ki:w:ds]常量variable[veribl]变量identify[adntfa]标识符重点字 statement[ stetmnt]申明initialization[nla'zen]初始化syntax[sntks]语法declaration[dklren]说明static[sttk]静态的type conversion[tap knvn]种类变换parameter[prmt]参数extern[ekst:rn]外面的define[dfan] ·definition[dfnn]定义条件语句:(condition[kndn]statement[ stetmnt])Expression[ksprn]表达式structure[strkt]构造logical expression[l ɑdkl ksprn]逻辑表达式Select[slkt] 选择priority[pra:rti]优先operation[ɑ:pren] 运算,操作Relational expression[rlenl ksprn]关系表达式数组和指针:(array['re]and [nd, n,nd]pointer[pnt] )Reference[rfrns, rfrns]引用element[lmnt]元素Array['re]数组declaration[dklren]申明character[krkt]字符string[str]字符串Application[plken]应用address[dres]地点Sort[s:rt]排序Pointer[pnt]指针manipulate[mnpjlet]办理Represent[rprznt]表示,代表构造体;共同体;链表:structure[strkt]构造member[mmb]成员 tag标志[t ɡ]Function[fkn 函数enumerate[nu:mret]列举,列举Union[junjn]结合(共同体) create[kriet] 创立Insert[nst 插入delete[dilit] 删除modify[m ɑ:dfa] 改正循环语句:( circle[s:rkl] Statement [stetmnt]) circle[s:rkl] 循环condition[kndn] 条件Variant[verint]变量priority[pra:rti] 优先operation[ ɑ:pren] 运算,操作Process[proses] 过程函数:function[fkn]函数,功能 Call[kl]调用,命令,打电话return value[rtn vlju]返回值 Declare[dklr]申明parameter[prmt]参数 static[sttk]静态的extern[ekst:rn]外面的文件:file[fal] 文件open [opn]翻开 close[kloz]封闭read [ri:d]读 write[rat]写 error[r]错误编程教课 : (teaching programming[tit pro ɡrm] )archaic[ ɑ:rkek] a 已废的,古老的 main module[men m ɑdul] 主模块lengthy[lkθi, l-] a 冗长的,漫长的 alter[lt]改变sufficient[sfnt] 充足的,足够的submodule [sb'mdju:l]子模块flaw [fl]弊端 , 裂纹 data[det, dt, dɑt] processing数据办理modify v修正,改正 separate a各其余 recompile v编译business application商业应用compose分解technician n技师lexical a词典的,词汇的 remove vt挪动,除掉 code 代码straight line直线 non-programmer n非编程人员category n种类,类项 node vt改为密码 rectangle n长方形,矩形Program Design 程序设计notation n.记号法,表示法,说明P-code p 代码writing program编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt. 使标准化verbosity n. 絮叨,冗长symologyn.象征学象征的使用coding the program 编程commas n. 逗点逗号register n.存放器simplify vt.单调化,简单化record n.记录to summaries 总之,总而言之programming程序documentation文档by convention依据老例revision n.校正,修正subrecord n.子记录cyptic n.含义模糊的,隐蔽的programmer n. 程序员flowchart/flow程表/流程diamond-shaped a, 菱形的occupy vt. 占据,住进data division数据部bracket n.括号logic n. 逻辑,逻辑学visual a. 视觉的decisionn判断BASIC 初学者通用符号指令代码procedure division过程部obviate除掉,清除machine code 机器代码represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language教学语言comprise vt.包含构成keyword n. 重点字debug 命令,调试structured techniques构造化技术card reader阅读器simplicity n. 单纯,简朴operator n. 运算符,算子underline vt.下划线compactness a. 紧凑的,密切的straightforward a. 笔挺的率真的translator program译程序timesharing system分时系统commercial package 商业软件包monadic a. monad( 单位 ) 的description n. 描述,说明subroutine n. 子程序Programming 程序设计interactive language交互式语言generator n.产生器,生产者dec/binary n.二进制break n. 中断driver module驱动模块source language源语manufacturer n.制造业者mathematician n.专家shift变化,转移,移位structure chart构造图line by line逐行machine language 机器dialect n. 方言,语调operator n. 作符overflow n.溢出the program flow程序流translate vt. 翻译,解说machine instruction机器指令expense n. 费用,代价forerunner n. 先驱arithmetic n.算术,算法manager module 管理模块modular摸块化computer language 计算机语uniformity n.相同,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块cumbersome a. 厌烦的,麻烦的assembly language 汇编语assignment n.赋值double:申明双精度变量或函数floating point number浮点数int:申明整型变量或函数proliferation n.增服struct:申明构造体变量或函数high-level language高级语break:跳出目前循环pointer n.指针natural language 自然语言else:条件语句否认分支(与if连用)array n.数组矩阵,long source text源文本switch : subscript n.下标case intermediate language中间语言type conversion种类变换software development软件开发:申明长整型变量或函数用于开关语句:开关语句分支enum:申明列举种类register:申明积蓄器变量typedef:用以给数据种类取别名(自然还有其余作用)address arithmetic map vt. 映照,计划地点运算externchar:申明字符型变量或函数:申明变量是在其余文件正申明(也能够看做是引用变量)denote vt. 指示,表示return:子程序返回语句(能够带参数,也看不带参数)maintenance cost保护花费union:申明结合数据种类subprogram n.子程序const:申明只读变量legibility n.易读性,易辨别float:申明浮点型变量或函数separate compilation分别式编泽short:申明短整型变量或函数amend vt. 修正,改良unsigned:申明无符号种类变量或函数alphabetic a. 照字母序次的continue:结束目前循环,开始下一轮循环consumer n.花费者for:一种循环语句( 可领悟不行言传)digit n.数字位数signed:生命有符号种类变量或函数enormous a.巨大的,宏大的void:申明函数无返回值或无参数,申明无种类指针(基本上就这三个作用)numeric expression数值表达式default:开关语句中的“其余”分支reliability n.可信任性,可信度tap n. 轻打,轻敲,选择sizeof safety n. 安全,安全设施volatile goto:无条件跳转语句:计算数据种类长度:说明变量在程序履行中可被隐含地改变print zone打印区do:循环语句的循环体property n.财富,全部权while:循环语句的循环条件column n.列correctness n.正确,static:申明静态变量functionality n.机能if:条件语句semicolon n.分号portable a.叮携带的,可搬运的auto:申明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣布说明source program源程序mufti-dimension array多维数组object program目标程序。
C语言中的英语单词

C语言中的英语单词C语言中的英语单词Electronic numerical integrator and computer 电子数字积分器和计算机Patch panel 配线板Von Neumann architecture 冯.诺伊曼体系结构Integrated circuit 集成电路Chip 芯片Large-scale integration 大规模集成Microprocessor 微处理器Hardware 硬件Software 软件Programmed 编程Bus 总线Cpu central processing unit 中央处理器Primary storage 主存储器Memory 内存Secondary storage 辅助存储器Disk 磁盘Hard disk 硬盘Floppy disk 软盘I/O device I/O设备Function key 功能键Mouse 鼠标Cursor 光标Sample run 运行示例Algorithm 算法Algorithm design 算法设计Coding 编码Higher-level language 高级语言Compiler 编译器File 文件Root name 根名Extension 扩展名Source file 源文件Editing 编辑Object file 目标文件Executable file 可执行文件Library 库Linking 链接Syntax rule 语法规则Syntax error 语法错误Bug 逻辑错误Debugging 调试Software engineering 软件工程ANSI C (an-see)标准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 值域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 周期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 问题cascading if statement 级联if语句control expression 控制表达式infinite loop 无限循环loop-and -a-half problem 半途退出function prototype 函数原型function body 函数体predicate function 谓词函数formal parameter 形式参数local variable 局部变量frame 帧stack frame 栈帧return address 返回地址procedure 过程decomposition 分解top-down design 自顶向下的设计stepwise refinement 逐步精化modular arithmetic 取模运算number theory 数论prime 素数cryptography 密码学loop invariant 循环不变式desk-cheching 桌面检查testing 测试tradeoff 权衡numerical algorithm 数值算法successive approximation 连续逼近converge 收敛的error handling 错误处理series expansion 级数展开power series 幂级数portable 可移植implementor 实现者client 客户exporting 导出package 软件包abstraction 抽象coordinates 坐标text data 文本数据enumeration 枚举typedef 定义类型scalar type 标量类型character code 字符代码character constant 字符常量special character 特殊字符printing charater 可打印字符escape sequence 转义序列octal notation 八进制计数法primitive operation 基本操作module 模块main module 主模块pseudocode 伪代码token 记号lexical analysis 词法分析token scanning 记号扫描internal state 内部状态global variable 全局变量static 静态的private 私有的dynamic initialization 动态初始化static initialization 静态初始化default valued 默认值buffer 缓冲区filling 填充data structure 数据结构array 数组element 元素element type 元素类型array size 数组大小index 下标selection 选择selection expression 选择表达式address 地址allocation 分配base address 基地址offset 偏移量allocated size 分配长度effective size 有效长度subscript 下角标(数组元素的下标)multidimensional array 多维数组matrix 矩阵identity matrix 单位矩阵linear search algorithm 线性查找算法(从第一个开始,顺次查找)binary search 二分查找sorting 排序selection sort 选择排序analysis of algorithm 算法分析pointer 指针lvalue (ell-value)左值base type 基本类型(指针指向的值的类型,称为指针的基本类型)calling by reference 引用调用pointer arithmetic 指针运算postfix 后缀prefix 前缀。
c语言常见专业英语词汇

c语言常见专业英语词汇c语言常见专业英语词汇在c语言的学习过程中,会需要用到大量的专业英语词汇,这也就需要我们努力掌握c语言学习中常见英语专业词汇,现在一起来学习c语言的专业英语词汇吧。
c语言常见英语词汇结构体、共用体、链表:1 structure 结构2 member成员3 tag 标记4 function 函数5 enumerate 枚举6 union 联合(共用体)7 create 创建8 insert 插入9 delete 删除10 modify 修改文件:1、file 文件2、open 打开3、close 关闭4、read 读5、write 写6、error 错误c语言必背专业词汇1 运算符与表达式( operator and expression ) 汉语英语常量 constant变量 variable标识符 identify关键字 keywords符号 sign运算符 operator语句 statement语法 syntax表达式 Expression初始化 Initialization数据格式 number format说明 Declaration类型转换 type conversion定义 Define 、 definition2 条件语句( conditionstatement) 选择 select表达式 expression逻辑表达式 logical expression关系表达式 Relational expression优先 priority运算 operation结构 structurec语言专业英语词汇3 循环语句(circle statement) 循环 circle条件 condition变量 variant过程 process优先 priority运算 operation4 函数(function) 调用 call 返回值 return value 函数 function声明 declare参数 parameter静态的` static外部的 extern5 数组和指针(array and pointer) 数组 array 引用 reference元素 element地址 address排序 sort字符 character字符串 string应用 application 指针 pointer参数 argument数组 array声明 declaration 表示 represent处理 manipulate。
c#中所有涉及到的单词及读音

c#中所有涉及到的单词——本人已经附上音标(英音标)一visual ['vizjuəl]可见的studio ['stju:diəu]工作室dot [dɔt]点net [net]网sharp [ʃɑ:p]尖端的,锋利的。
framework['freimwə:k] 骨架,构架,框架beta ['beitə]测试版,试用版XML(全称:eXtensible Markup Language)可扩展标记语言extensible[ik'stensəbl] 可扩展的ASP(全称:Active Server Page)活动服务器网页active['æktiv] 活动的,积极的Pocket PC 掌上电脑pocket ['pɔkit]口袋personal ['pə:sənl]个人的smartPhone 智能电话smart [smɑ:t]灵敏的,聪明的,潇洒的Tablet PC 平板电脑tablet['tæblit]表¼br /> form 窗体FCL(全称:Framework Class Library)框架类库CLR(全称:Common Language Runtime)公共语言运行时Common['kɔmən] 通用的,公共的language ['læŋgwidʒ]语言runtime 运行时CLS(全称:Common Language Specification)通用语言规范specification[,spesifi'keiʃən] 规范MSIL(全称:Microsoft Intermediate Language)微软中间语言intermediate[,intə'mi:diət] 居于中间的JIT(全称:just in time)及时处理in time 及时CPU(全称:Center Processor Unit)中央处理器单元process['prəuses] 处理processor['prəusesə] 处理器ADO(全称:ActiveX Data Objects)微软公司的ADO (ActiveX Data Objects) 是一个用于存取数据源的COM 组件。
C语言课程英文词汇

Constants 常量
Legal identifiers 合法标识符
Keywords 关键字
Algebraically 用代数方法
Appearance 外表
Separation 分开
Vector 向量
Array 数组
Register storage class 寄存器存储类
Empty brackets 空括号
Macros with parameters 带参数的宏
Conditional compilation 条件编译
The software development life cycle 软件开发生命周期
Rules of precedence 优先规则
Monadic operators 单目运算符
Overflow 溢出
Recursive function 递归函数
Parameter 参数
branch 分枝
quadratic 二次的
analysis 分析
design 设计
implementation 实现
synopsis 粗略描述
description 描述
dynamic 动态的
loading 输入
interrupt 中断
recognize 认识
arbitrary 任意的,二意性的
C语言课程英文词汇
Problem-oriented 面向问题
Object-oriented 面向对象
Formula 公式
Contradiction 矛盾
程序员必记的单词

程序员必记的单词一、数据类型相关。
1. integer [ˈɪntɪdʒə(r)] n. 整数。
2. float [fləʊt] n. 单精度浮点数;v. 浮动,漂浮。
3. double [ˈdʌbl] n. 双精度浮点数;adj. 两倍的,成双的。
4. string [strɪŋ] n. 字符串。
二、编程结构相关。
1. if [ɪf] conj. 如果。
2. else [els] conj. 否则。
3. for [fɔː(r)] prep. 为了;conj. 因为;循环结构中的关键字。
4. while [waɪl] conj. 当……的时候;在循环结构中使用。
5. do [duː] v. 做;在“do - while”循环结构中有特定用法。
6. switch [swɪtʃ] n. 开关;在“switch - case”语句结构中使用;v. 转换。
7. case [keɪs] n. 情况;在“switch - case”语句结构中使用。
8. break [breɪk] v. 打破,中断;用于跳出循环或者switch语句。
三、函数相关。
1. function [ˈfʌŋkʃn] n. 函数。
2. parameter [pəˈræmɪtə(r)] n. 参数。
3. return [rɪˈtɜːn] v. 返回;n. 收益。
四、对象相关(以面向对象编程为例)1. class [klɑːs] n. 类。
2. object [ˈɒbdʒɪkt] n. 对象。
3. method [ˈmeθəd] n. 方法。
五、其他常用词汇。
1. variable [ˈveəriəbl] n. 变量;adj. 可变的。
2. constant [ˈkɒnstənt] n. 常量;adj. 不变的。
3. array [əˈreɪ] n. 数组。
4. import [ˈɪmpɔːt] v. 导入;n. 进口。
5. export [ˈekspɔːt] v. 导出;n. 出口。
C语言常见英语单词,带音标

main [men] 主函数的函数名(主函数)number [ˈnʌmbɚ]数字,标号double[ˈdʌbəl]表示范围(最大最小值)BASIC [ˈbesɪk] 基本的include[ɪnˈklud]包括(被包含的文件通常是由系统提供的,其扩展名为.h的文件,因此也称为头文件或首部文件,其意义是把尖括号<>或引号””内指定的文件包含到本程序来,成为本程序的一部分C语言的头文件中包括了各个标准库函数的函数原型,因此,凡是在程序中调用一个库函数时,都必须包含该函数原型所在的头文件)sin [saɪn] 正弦函数double[ˈdʌbəl] 双,两倍input[ˈɪnˌpʊt] 输入scanf输入函数number[ˈnʌmbɚ] 数字,标号printf 输出函数(系统定义的标准函数)stdio.h 标准输入输出运算符与表达式:(operator and expression)sign [saɪn]符号operator [ˈɑ:pəreɪtə(r)]运算符expression [ɪkˈsprɛʃən]表达式Constant [ˈkɒnstənt]常量variable [ˈveriəbl]变量identify [aɪˈdɛntəˌfaɪ]标识符keywords ['ki:ˌwɜ:ds]关键字statement [ ˈstetmənt]声明initialization [ɪˌnɪʃəlaɪ'zeɪʃn]初始化syntax[ˈsɪnˌtæks]语法declaration [ˌdɛkləˈreʃən]说明static [ˈstætɪk]静态的type conversion [taɪp kənˈvɚʒən]类型转换parameter [pəˈræmɪtɚ]参数extern [ˈekstɜ:rn]外部的define [dɪˈfaɪn]·definition [ˌdɛfəˈnɪʃən]定义条件语句:(condition [kənˈdɪʃən] statement [ ˈstetmənt])Expression [ɪkˈsprɛʃən]表达式structure [ˈstrʌktʃɚ]结构logical expression [ˈlɑdʒɪkəl ɪkˈsprɛʃən]逻辑表达式Select [sɪˈlɛkt]选择priority [praɪˈɔ:rəti]优先operation [ˌɑ:pəˈreɪʃn]运算,操作Relational expression [rɪˈleʃənəl ɪkˈsprɛʃən]关系表达式数组和指针:(array [ə'reɪ] and [ənd, ən,ænd] pointer [ˈpɔɪntɚ])Reference [ˈrɛfərəns, ˈrɛfrəns]引用element [ˈɛləmənt]元素Array [ə'reɪ]数组declaration [ˌdɛkləˈreʃən]声明character [ˈkærəktɚ]字符string [strɪŋ]字符串Application [ˌæplɪˈkeʃən]应用address [ˈædres]地址Sort [sɔ:rt] 排序Pointer [ˈpɔɪntɚ]指针manipulate [məˈnɪpjəˌlet] 处理Represent [ˌrɛprɪˈzɛnt]表示,代表结构体;共同体;链表:structure [ˈstrʌktʃɚ]结构member [ˈmɛmbɚ]成员tag [tæɡ]标记Function [ˈfʌŋkʃən函数enumerate [ɪˈnu:məreɪt]枚举,列举Union [ˈjunjən]联合(共同体)create [kriˈet]创建Insert [ɪnˈsɚt插入delete [diˈlit]删除modify [ˈmɑ:dɪfaɪ]修改循环语句:(circle [ˈsɜ:rkl] Statement [ ˈstetmənt])circle [ˈsɜ:rkl]循环condition [kənˈdɪʃən]条件Variant [ˈveriənt]变量priority [praɪˈɔ:rəti]优先operation[ˌɑ:pəˈreɪʃn]运算,操作Process [ˈproʊses]过程函数:function [ˈfʌŋkʃən]函数,功能Call [kɔl]调用,下令,打电话return value [rɪˈtɚn ˈvælju]返回值Declare [dɪˈklɛr] 声明parameter [pəˈræmɪtɚ] 参数static [ˈstætɪk] 静态的extern [ˈekstɜ:rn] 外部的文件:file [faɪl]文件open [ˈoʊpən] 打开close [kloʊz] 关闭read [ri:d]读write [raɪt] 写error [ˈɛrɚ] 错误编程教学:(teaching programming [ˈtitʃɪŋ ˈproˌɡræmɪŋ])archaic [ɑ:rˈkeɪɪk]a已废的,古老的main module [men ˈmɑdʒul]主模块lengthy [ˈlɛŋkθi, ˈlɛŋ-] a冗长的,漫长的alter [ˈɔltɚ] 改变sufficient [səˈfɪʃənt] 充分的,足够的submodule [sʌb'mɒdju:l] 子模块flaw [flɔ] 缺点,裂纹data [ˈdetə, ˈdætə, ˈdɑtə]processing数据处理modify v修正,修改separate a各别的recompile v编译business application商业应用compose分解technician n技师lexical a字典的,词汇的remove vt移动,除去code代码straight line直线non-programmer n非编程人员category n种类,类项node vt改为密码rectangle n长方形,矩形Program Design 程序设计notation n.记号法,表示法,注释P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化verbosity n.唠叨,冗长symology n.象征学象征的使用coding the program 编程commas n.逗点逗号register n.寄存器simplify vt.单一化,简单化record n.记录to summaries 总之,总而言之programming 程序documentation 文档by convention 按照惯例revision n.校订,修正subrecord n.子记录cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进data division 数据部bracket n.括号logic n.逻辑,逻辑学visual a.视觉的decision n判断BASIC 初学者通用符号指令代码procedure division 过程部obviate 除去,排除machine code 机器代码represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug n.DOS命令,调试structured techniques结构化技术card reader 阅读器simplicity n.单纯,简朴operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者mathematician n.专家shift 变化,转移,移位structure chart 结构图line by line 逐行machine language 机器dialect n.方言,语调operator n.作符overflow n.溢出the program flow 程序流translate vt.翻译,解释machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块modular 摸块化computer language 计算机语uniformity n.同样,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块cumbersome a.讨厌的,麻烦的assembly language 汇编语assignment n.赋值double :声明双精度变量或函数floating point number浮点数int:声明整型变量或函数proliferation n.增服struct:声明结构体变量或函数high-level language高级语break:跳出当前循环pointer n.指针natural language 自然语言else :条件语句否定分支(与if 连用)array n.数组矩阵,long :声明长整型变量或函数source text 源文本switch :用于开关语句subscript n.下标case:开关语句分支intermediate language 中间语言enum :声明枚举类型type conversion 类型转换register:声明积存器变量software development 软件开发typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算char :声明字符型变量或函数map vt.映射,计划extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用union:声明联合数据类型subprogram n.子程序const :声明只读变量legibility n.易读性,易识别float:声明浮点型变量或函数separate compilation 分离式编泽short :声明短整型变量或函数amend vt.修正,改善unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的continue:结束当前循环,开始下一轮循环consumer n.消费者for:一种循环语句(可意会不可言传)digit n.数字位数signed:生命有符号类型变量或函数enormous a.巨大的,庞大的void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式default:开关语句中的“其他”分支reliability n.可信赖性,可信度goto:无条件跳转语句tap n.轻打,轻敲,选择sizeof:计算数据类型长度safety n.安全,安全设备volatile:说明变量在程序执行中可被隐含地改变print zone 打印区do :循环语句的循环体property n.财产,所有权while :循环语句的循环条件column n.列correctness n.正确,static :声明静态变量functionality n.机能if:条件语句semicolon n.分号portable a.叮携带的,可搬运的auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。
C语言常见英语单词,带音标

main[men] 主函数的函数名(主函数) number [ˈnʌmbɚ]数字,标号double[ˈdʌbəl]表示范围(最大最小值) BASIC [ˈbesɪk] 基本的include[ɪnˈklud] 包括(被包含的文件通常是由系统提供的,其扩展名为.h的文件,因此也称为头文件或首部文件,其意义是把尖括号<>或引号””内指定的文件包含到本程序来,成为本程序的一部分 C语言的头文件中包括了各个标准库函数的函数原型,因此,凡是在程序中调用一个库函数时,都必须包含该函数原型所在的头文件)sin[saɪn] 正弦函数double[ˈdʌbəl] 双,两倍input[ˈɪnˌpʊt] 输入scanf输入函数number [ˈnʌmbɚ] 数字,标号printf 输出函数(系统定义的标准函数)标准输入输出运算符与表达式:(operator and expression)sign [saɪn]符号operator [ˈɑ:pəreɪtə(r)]运算符 expression [ɪkˈsprɛʃən]表达式Constant [ˈkɒnstənt]常量 variable [ˈveriəbl]变量 identify [aɪˈdɛntəˌfaɪ]标识符 keywords ['ki:ˌwɜ:ds]关键字 statement [ ˈstetmənt]声明initialization [ɪˌnɪʃəlaɪ'zeɪʃn]初始化syntax [ˈsɪnˌtæks]语法declaration [ˌdɛkləˈreʃən]说明 static [ˈstætɪk]静态的type conversion [taɪp kənˈvɚʒən]类型转换parameter [pəˈræmɪtɚ]参数extern [ˈekstɜ:rn]外部的define [dɪˈfaɪn]·definition [ˌdɛfəˈnɪʃən]定义条件语句:(condition [kənˈdɪʃən] statement [ ˈstetmənt])Expression [ɪkˈsprɛʃən]表达式 structure [ˈstrʌktʃɚ]结构logical expression [ˈlɑdʒɪkəl ɪkˈsprɛʃən]逻辑表达式 Select [sɪˈlɛkt]选择priority [praɪˈɔ:rəti]优先 operation [ˌɑ:pəˈreɪʃn]运算,操作Relational expression [rɪˈleʃənəl ɪkˈsprɛʃən]关系表达式数组和指针:(array [ə'reɪ] and [ənd, ən,ænd] pointer [ˈpɔɪntɚ])Reference [ˈrɛfərəns, ˈrɛfrəns]引用 element [ˈɛləmənt]元素Array [ə'reɪ]数组 declaration [ˌdɛkləˈreʃən]声明 character [ˈkærəktɚ]字符string [strɪŋ]字符串Application [ˌæplɪˈkeʃən]应用 address [ˈædres]地址Sort [sɔ:rt] 排序Pointer [ˈpɔɪntɚ]指针manipulate [məˈnɪpjəˌlet] 处理Represent [ˌrɛprɪˈzɛnt]表示,代表结构体;共同体;链表:structure [ˈstrʌktʃɚ]结构member [ˈmɛmbɚ]成员 tag [tæɡ]标记Function [ˈfʌŋkʃən函数 enumerate [ɪˈnu:məreɪt]枚举,列举Union [ˈjunjən]联合(共同体) create [kriˈet]创建Insert [ɪnˈsɚt插入 delete [diˈlit]删除 modify [ˈmɑ:dɪfaɪ]修改循环语句:(circle [ˈsɜ:rkl] Statement [ ˈstetmənt]) circle [ˈsɜ:rkl]循环 condition [kənˈdɪʃən]条件 Variant [ˈveriənt]变量 priority [praɪˈɔ:rəti]优先 operation [ˌɑ:pəˈreɪʃn]运算,操作 Process [ˈproʊses]过程函数:function [ˈfʌŋkʃən]函数,功能 Call [kɔl]调用,下令,打电话return value [rɪˈtɚn ˈvælju]返回值 Declare [dɪˈklɛr] 声明parameter [pəˈræmɪtɚ] 参数 static [ˈstætɪk] 静态的extern [ˈekstɜ:rn] 外部的文件:file [faɪl]文件 open [ˈoʊpən] 打开 close [kloʊz] 关闭read [ri:d]读 write [raɪt] 写 error [ˈɛrɚ] 错误编程教学:(teaching programming [ˈtitʃɪŋˈproˌɡræmɪŋ] ) archaic [ɑ:rˈkeɪɪk] a已废的,古老的 main module [men ˈmɑdʒul] 主模块lengthy [ˈlɛŋkθi, ˈlɛŋ-] a冗长的,漫长的alter [ˈɔltɚ] 改变sufficient [səˈfɪʃənt] 充分的,足够的 submodule [sʌb'mɒdju:l] 子模块flaw [flɔ] 缺点,裂纹 data [ˈdetə, ˈdætə, ˈdɑtə] processing数据处理modify v修正,修改 separate a各别的 recompile v编译business application商业应用 compose分解 technician n技师lexical a字典的,词汇的 remove vt移动,除去 code代码straight line直线 non-programmer n非编程人员category n种类,类项 node vt改为密码 rectangle n长方形,矩形Program Design 程序设计 notation n.记号法,表示法,注释 P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化verbosity n.唠叨,冗长symology n.象征学象征的使用coding the program 编程commas n.逗点逗号register n.寄存器simplify vt.单一化,简单化 record n.记录 to summaries 总之,总而言之programming 程序 documentation 文档 by convention 按照惯例revision n.校订,修正subrecord n.子记录cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进data division 数据部bracket n.括号logic n.逻辑,逻辑学visual a.视觉的decision n判断BASIC 初学者通用符号指令代码 procedure division 过程部obviate 除去,排除machine code 机器代码 represent vt.表现,表示,代表terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug 命令,调试structured techniques结构化技术card reader 阅读器simplicity n.单纯,简朴 operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的 straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统 commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言 generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者mathematician n.专家shift 变化,转移,移位structure chart 结构图line by line 逐行machine language 机器dialect n.方言,语调operator n.作符overflow n.溢出the program flow 程序流translate vt.翻译,解释machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块modular 摸块化computer language 计算机语uniformity n.同样,划一ancestor n.祖宗composite symbol 复合型符号worder module 工作模块 cumbersome a.讨厌的,麻烦的assembly language 汇编语assignment n.赋值 double :声明双精度变量或函数floating point number浮点数 int:声明整型变量或函数proliferation n.增服 struct:声明结构体变量或函数high-level language高级语 break:跳出当前循环pointer n.指针natural language 自然语言 else :条件语句否定分支(与if 连用)array n.数组矩阵, long :声明长整型变量或函数source text 源文本 switch :用于开关语句subscript n.下标 case:开关语句分支intermediate language 中间语言 enum :声明枚举类型type conversion 类型转换 register:声明积存器变量software development 软件开发 typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算 char :声明字符型变量或函数map vt.映射,计划 extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示 return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用 union:声明联合数据类型subprogram n.子程序 const :声明只读变量legibility n.易读性,易识别 float:声明浮点型变量或函数separate compilation 分离式编泽 short :声明短整型变量或函数amend vt.修正,改善 unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的 continue:结束当前循环,开始下一轮循环consumer n.消费者 for:一种循环语句(可意会不可言传)digit n.数字位数 signed:生命有符号类型变量或函数enormous a.巨大的,庞大的 void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式 default:开关语句中的“其他”分支reliability n.可信赖性,可信度 goto:无条件跳转语句tap n.轻打,轻敲,选择 sizeof:计算数据类型长度safety n.安全,安全设备 volatile:说明变量在程序执行中可被隐含地改变print zone 打印区 do :循环语句的循环体property n.财产,所有权 while :循环语句的循环条件column n.列correctness n.正确, static :声明静态变量functionality n.机能 if:条件语句semicolon n.分号portable a.叮携带的,可搬运的 auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
main [men] 主函数的函数名(主函数) number [nmb]数字,标号double[dbl]表示范围(最大最小值) BASIC [besk] 基本的include [nklud] 包括(被包含的文件通常是由系统提供的,其扩展名为.h的文件,因此也称为头文件或首部文件,其意义是把尖括号<>或引号””内指定的文件包含到本程序来,成为本程序的一部分C 语言的头文件中包括了各个标准库函数的函数原型,因此,凡是在程序中调用一个库函数时,都必须包含该函数原型所在的头文件)sin [san] 正弦函数double [dbl] 双,两倍input [npt] 输入scanf输入函数number [nmb] 数字,标号printf 输出函数(系统定义的标准函数)标准输入输出运算符与表达式:(operator and expression)sign [san]符号operator [ɑ:pret(r)]运算符 expression [ksprn]表达式Constant [knstnt]常量variable [veribl]变量identify [adntfa]标识符keywords ['ki:w:ds]关键字 statement [ stetmnt]声明initialization [nla'zen]初始化syntax [sntks]语法declaration [dklren]说明 static [sttk]静态的type conversion [tap knvn]类型转换 parameter [prmt]参数 extern [ekst:rn]外部的 define [dfan]·definition [dfnn]定义条件语句:(condition [kndn] statement [ stetmnt])Expression [ksprn]表达式 structure [strkt]结构logical expression [lɑdkl ksprn]逻辑表达式 Select [slkt]选择priority [pra:rti]优先 operation [ɑ:pren]运算,操作Relational expression [rlenl ksprn]关系表达式数组和指针:(array ['re] and [nd, n,nd] pointer [pnt])Reference [rfrns, rfrns]引用 element [lmnt]元素Array ['re]数组 declaration [dklren]声明 character [krkt]字符 string [str]字符串 Application [plken]应用 address [dres]地址Sort [s:rt] 排序 Pointer [pnt]指针 manipulate [mnpjlet] 处理Represent [rprznt]表示,代表结构体;共同体;链表:structure [strkt]结构member [mmb]成员 tag [tɡ]标记Function [fkn函数 enumerate [nu:mret]枚举,列举Union [junjn]联合(共同体) create [kriet]创建Insert [nst插入 delete [dilit]删除 modify [mɑ:dfa]修改循环语句:(circle [s:rkl] Statement [ stetmnt])circle [s:rkl]循环condition [kndn]条件Variant [verint]变量priority [pra:rti]优先operation [ɑ:pren]运算,操作 Process [proses]过程函数:function [fkn]函数,功能 Call [kl]调用,下令,打电话return value [rtn vlju]返回值 Declare [dklr] 声明parameter [prmt] 参数 static [sttk] 静态的extern [ekst:rn] 外部的文件:file [fal]文件 open [opn] 打开 close [kloz] 关闭read [ri:d]读 write [rat] 写 error [r] 错误编程教学:(teaching programming [tit proɡrm])archaic [ɑ:rkek]a已废的,古老的 main module [men mɑdul]主模块lengthy [lkθi, l-] a冗长的,漫长的alter [lt] 改变sufficient [sfnt] 充分的,足够的 submodule [sb'mdju:l] 子模块flaw [fl] 缺点,裂纹 data [det, dt, dɑt]processing数据处理modify v修正,修改 separate a各别的 recompile v编译business application商业应用 compose分解 technician n技师lexical a字典的,词汇的 remove vt移动,除去 code代码straight line直线 non-programmer n非编程人员category n种类,类项 node vt改为密码 rectangle n长方形,矩形Program Design 程序设计 notation n.记号法,表示法,注释P-code p代码writing program 编写程序pseudocode n.伪代码virtrally ad.事实上standardize vt.使标准化 verbosity n.唠叨,冗长 symology n.象征学象征的使用coding the program 编程 commas n.逗点逗号 register n.寄存器simplify vt.单一化,简单化 record n.记录 to summaries 总之,总而言之programming 程序documentation 文档by convention 按照惯例revision n.校订,修正 subrecord n.子记录 cyptic n.含义模糊的,隐藏的programmer n.程序员flowchart/flow 程表/流程diamond-shaped a,菱形的occupy vt.占领,住进 data division 数据部 bracket n.括号logic n.逻辑,逻辑学 visual a.视觉的 decision n判断BASIC 初学者通用符号指令代码procedure division 过程部obviate 除去,排除machine code 机器代码 represent vt.表现,表示,代表 terminal n. a终端机,终端的teaching language 教学语言comprise vt.包含构成keyword n.关键字debug 命令,调试 structured techniques结构化技术 card reader 阅读器simplicity n.单纯,简朴operator n.运算符,算子underline vt.下划线compactness a.紧凑的,紧密的straightforward a.笔直的率直的translator program 译程序timesharing system 分时系统commercial package 商业软件包monadic a. monad(单位)的description n.描述,说明subroutine n.子程序Programming 程序设计interactive language 交互式语言 generator n.产生器,生产者dec/binary n.二进制break n.中断driver module 驱动模块source language 源语manufacturer n.制造业者 mathematician n.专家 shift 变化,转移,移位structure chart 结构图 line by line 逐行 machine language 机器dialect n.方言,语调 operator n.作符 overflow n.溢出the program flow 程序流 translate vt.翻译,解释 machine instruction 机器指令expense n.费用,代价forerunner n.先驱arithmetic n.算术,算法manager module 管理模块 modular 摸块化 computer language 计算机语uniformity n.同样,划一 ancestor n.祖宗 composite symbol 复合型符号worder module 工作模块 cumbersome a.讨厌的,麻烦的 assembly language 汇编语assignment n.赋值 double :声明双精度变量或函数floating point number浮点数 int:声明整型变量或函数proliferation n.增服 struct:声明结构体变量或函数high-level language高级语 break:跳出当前循环pointer n.指针natural language 自然语言 else :条件语句否定分支(与 if 连用)array n.数组矩阵, long :声明长整型变量或函数source text 源文本 switch :用于开关语句subscript n.下标 case:开关语句分支intermediate language 中间语言 enum :声明枚举类型type conversion 类型转换 register:声明积存器变量software development 软件开发 typedef:用以给数据类型取别名(当然还有其他作用)address arithmetic 地址运算 char :声明字符型变量或函数map vt.映射,计划 extern:声明变量是在其他文件正声明(也可以看做是引用变量)denote vt.指示,表示 return :子程序返回语句(可以带参数,也看不带参数)maintenance cost 维护费用 union:声明联合数据类型subprogram n.子程序 const :声明只读变量legibility n.易读性,易识别 float:声明浮点型变量或函数separate compilation 分离式编泽 short :声明短整型变量或函数amend vt.修正,改善 unsigned:声明无符号类型变量或函数alphabetic a.照字母次序的 continue:结束当前循环,开始下一轮循环consumer n.消费者 for:一种循环语句(可意会不可言传)digit n.数字位数 signed:生命有符号类型变量或函数enormous a.巨大的,庞大的 void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)numeric expression 数值表达式 default:开关语句中的“其他”分支reliability n.可信赖性,可信度 goto:无条件跳转语句tap n.轻打,轻敲,选择 sizeof:计算数据类型长度safety n.安全,安全设备 volatile:说明变量在程序执行中可被隐含地改变print zone 打印区 do :循环语句的循环体property n.财产,所有权 while :循环语句的循环条件column n.列correctness n.正确, static :声明静态变量functionality n.机能 if:条件语句semicolon n.分号portable a.叮携带的,可搬运的 auto :声明自动变量一般不使用survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。