当前位置:编程学习 > C/C++ >>

C语言一些单词

RT,小弟想自学一点C语言,买了本书,自己又下载了一套视频看,想把C语言中常用到的单词和读音。
答案:C语言常用单词 2009-02-04 16:14 

算法 algorithm               机器语言machine language
运算与逻辑单元ALU             内存单元 memory unit
分析 易做图ysis                微处理器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, volatile
2.控制语句:
控制语句完成一定的控制功能。C语言只有9条控制语句,又可细分为三种:
( 1)选择结构控制语句
          if()~else~, switch()~
(2)循环结构控制语句
          do~while(), for()~, while()~, break, continue
(3)其它控制语句
           goto, return
3。函数:
 
字符串函数
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
st

上一个:解释下面C语言程序
下一个:C语言编写一个程序

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,