一叶扁舟85
c中常用的英文单词可以说是三种一是关键字,也可以说是保留字如main for int if else等。这个必须记住二是函数名,这个可能不是完全的单词,是几个单词的组合、缩写、变体等等如scanf printf strstr sin getwindow等三是自己命名的变量,这个是为了好读程序如sum一般是指加法的和等等
蒲寫未來”
常用的C语言指令:main《主涵数》 auto《加在涵数名前}自动储存类变量》------------------短 register《{加在涵数名前}寄存器储存类变量》 extern《加在涵数名前}外部储存类,可以不加》 static《加在涵数名前}静态储存类变量》----------------长void《没反回值》 for《{3个条件语句}循环》while《{循环》 do while《{前do循环体语句,后while条件语句}循环》 if《{else补充语句,该短语只可有一个}{else if短语可有N个}条件》 switch()《{case条件:程序段}{default条件不满足程序段}{break结束语}开关》goto《没条件转向》 break《{适合于各种方式的循环}结果语》continue《判断结束语》 return《反回语句》bool《布尔型变量》 int《整型》-----------------------------低 unsigned《没符号字符型》 long《长整型》 double《双精度浮点型》------------------高short《短整型》 unsigned《没符号整型》 unsigned short《没符号短整型》 unsigned long《没符号长整型》 char《字符型》 float《单精度浮点型》
樱桃小胖子O
运算符与表达式: 5. `parameter 参数 2 条件语句1.constant 常量 6.static 静态的 condition2. variable 变量 7.extern 外部的 statement) 选择 select3. identify 标识符 指针: 表达式 expression4. keywords 关键字 1. pointer 指针 逻辑表达式 logical expression5. sign 符号 2. argument 参数 关系表达式 Relational expression 6. 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 结构 条件 condition 12 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运算 文件 参数 parameter 7.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 字符串 string 2. reference 引用 变量 variable 应用 application3. element 元素 标识符 identify 指针 pointer4. address 地址 关键字 keywords 参数 argument5. sort 排序 符号 sign 数组 array6. character 字符 运算符 operator 声明 declaration7. string 字符串 语句 statement 表示 represent 8. application 应用 语法 syntax 处理 manipulate 函数: 表达式 Expression 6 结构体、1.call 调用 初始化 Initialization 共用体2.return value 返回值 数据格式 number format (structures union 结构 structure 3.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语言中常用到的英语单词有:int,short,long,signed,unsigned,char,float,double。
C语言,是一种通用的、过程式的编程语言,广泛用于系统与应用软件的开发。具有高效、灵活、功能丰富、表达力强和较高的移植性等特点,在程序员中备受青睐。最近25年是使用最为广泛的编程语言。
语言是世界上最流行、使用最广泛的高级程序设计语言之一。在操作系统和系统使用程序以及需要对硬件进行操作的场合,用C语言明显优于其它高级语言,许多大型应用软件都是用C语言编写的。
C语言绘图能力强,具有可移植性,并具备很强的数据处理能力,因此适于编写系统软件,三维,二维图形和动画。它是数值计算的高级语言。
优质英语培训问答知识库