作业帮 > 综合 > 作业

有20几个C语言方面的英文专业术语寻求帮助翻译成中文寻求帮助,急~~~

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/16 19:40:38
有20几个C语言方面的英文专业术语寻求帮助翻译成中文寻求帮助,急~~~
需要翻译的句子如下:
1`mathematical notations,pseudocode,algorithms
2`escape character,parenthesis,braces
3`comments
4`visual representation,Flowchart,Diamond symbol
5`statement,Compound statement
6`syntax error,logic error
7`precedence
8`rvalues
9`assignment operators
10`type conversion
11`argument,parameter
12`decimal integer
13`library function
14`count-controlled repetition,sentinel-controlled repetition
15`initialization
16`initial value,base case
17`arithmetic expressions
18`compile
19`sequence,selection,andrepetition
20`top-down,stepwise refinement
21`recursive functions
22`iteration
23`function prototypes
24`custom header files
25`call by value,call by reference
26`storage class,date type
27`array name isaddress of array
28`A C program,whatever its size,consists of functions and variables
29`The only way to learn a new programming languange is by writing programming in it.
1、数学符号、伪代码、算法
2、转义字符、圆括号、花括号
3、注释
4、可视化表示形式、流程图、菱形符号
5、语句、复合语句
6、语法错误、逻辑错误
7、优先级
8、值
9、赋值运算符
10、类型转换
11、实参、形参
12、十进制整数
13、库函数
14、计数控制重复、标志控制重复
15、初始化
16、初始值、基础案例
17、算术表达式
18、编译
19、顺序、选择、循环
20、自顶向下、逐步求精
21、递归函数
22、迭代
23、函数原型
24、自定义头文件
25、按值调用、引用调用
26、存储类、数据类型
27、数组名就是数组地址
28、一个C程序,不管大小,都包含函数和变量
29、学习一种新的编程语言的唯一方法就是用它来写程序。