C语言常用单词 2009-02-04 16:14 算法 algorithm 机器语言machine language运算与逻辑单元ALU 内存单元 memory unit分析 analysis 微处理器microprocessor应用软件application software 模型model汇编程序assembler 面向对象的语言object-oriented language汇编语言assembler language 操作码opcode备份件backup copies 操作系统operating system位bit 面向过程的语言procedure-oriented language引导boot 程序设计progremming字节bytes 汇编语言programming language伪代码pseudocode 类class细化refinement 编写代码coding循环结构repetition 编译型语言compiled language编译程序compiler 辅存secondary storage计算机程序computer program 选择结构selection控制单元 control unit 顺序结构sequence文档编写documentation 软件software软盘floppy diskette 软件开发过程software development procedure流程图flowchart 软件工程software engineering硬盘hard disk 软件维护software maintenance硬件hardware 源代码soure code高级语言high-level language 源程序source program输入/输出单元 I/O unit 语法syntax调用invocation 系统软件system software循环结构iteration 测试testing解释型语言interpreted language二进制补码two’s complement解释程序interpreter 低级语言low-level language抽象abstraction 累加accumulating参数argument 自减运算符decrement operator 算术运算符arithmetic operators 参数argument赋值语句assignment statement 赋值运算符assignment operators综合性associativity 类型转换cast原子数据类型atomic data value 编译时错误compile-time error字符值character values 记数counting类class 对齐justificating注释comments 逻辑错误logic error数据类型data type 左值lvalue 声明语句declaration statement 魔术数magic number定义语句definition statement 数学头文件mathematical library双精度数double-precision number 八进制octal转义序列escape sequence 已命名常数named constant表达式expression 桌面检查desk checking浮点数floating-point number 域宽操纵符field width manipulator函数function 回显打印echo printing头文件header file 十六进制hexadecimal标识符identifier 程序验证与测试program verification and testing整数值iteger value 自增运算符 increment operator关键字keyword 实现implement 操纵符manipulator 提示prompt混合表达式mixed-mode expression 运行时错误run-time error助记符mnemonic 右值rvalue 模块module 符号常数symbolic constant取模运算符modulus operator 语法错误syntax error优先级 preccedence 跟踪tracing变量variable 类型转换type conversions 1.保留字:C语言的关键字共有32个,根据关键字的作用,可分其为数据类型关键字、控制语句关键字、存储类型关键字和其它关键字四类。 (1)数据类型关键字(12个):char, double, enum, float, int, long, short, signed, struct, union, unsigned, void (2)控制语句关键字(12个):break, case, continue, default, do, else, for, goto, if, return, switch, while (3)存储类型关键字(4个):auto, extern, register, static (4)其它关键字(4个):const, sizeof, typedef, volatile2.控制语句:控制语句完成一定的控制功能。C语言只有9条控制语句,又可细分为三种:( 1)选择结构控制语句 if()~else~, switch()~(2)循环结构控制语句 do~while(), for()~, while()~, break, continue(3)其它控制语句 goto, return3。函数: 字符串函数 bcmp bcopy bzero memccpy memchr memcmp memcpy memicmp memmove memset movmem setmem stpcpy strcat strchr strcmp strcmpi strcpy strcspn strdup stricmp strlen strlwr strncat strncmp strncmpi strncpy strnicmp strpbrk strrev strset strstr strtok strupr 数学函数 abs acos asin atan atan2 ceil cos cosh exp fabs floor fmod frexp hypot ldexp log log10 modf pow pow10 sin sinh sqrt tan tanh 输入输出函数 getchar kbhit printf putchar 系统库函数 ClearScreen DispBCD SetScrollBar TextOut UpdateLCD bell block clrscr cursor delay get_chi_font get_eng_font getkey getpixel gotoxy line move noidle outtextxy putpixel pyfc rectangle sleep textmode time write_chi_font write_eng_font 标准函数 exit itoa 字符函数 isalnum isalpha iscntrl isdigit islower isascii isgraph isprint ispunct isspace isupper isxdigit toascii tolower toupper 动态内存分配函数 calloc free malloc realloc 读音要有一定的英语基础...基本上到4级...下个金山词霸或着有道...也有一定帮助!