admin管理员组

文章数量:1615218

2024年3月22日发(作者:)

《 C语言程序设计》双语词汇修订稿

基 本 词 汇 表

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.

29.

30.

31.

32.

33.

34.

35.

程序:Program

程序设计(编程):Programming

程序设计语言:Programming Language

高级语言:High-Level Language

源程序:Source Program

目标程序:Object Program

编译:Compile

编译程序:Compiler

连接程序:Linker

连接:Link

可执行程序:Executive Program

注释:Note

算法:Algorithm

调试:Debug

运行:Run

输入:Input

输出:Output

流程图:Flow Chart

结构化程序设计:Structure Programming

顺序结构:Sequence Structure

选择结构:Selection Structure

循环结构:Loop Structure

模块化结构:Modularized Structure

函数:Function

函数体:Function Body

标准函数:Standard Function

用户自定义函数:User-Defined Function

函数定义:Function Definition

函数返回值:Return Value of Function

函数调用:Function Call

函数说明:Function Declaration

格式描述符:Style Descriptor

函数名:Function Name

数据传递:Data Transmission

参数:Parameter

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46.

47.

48.

49.

50.

51.

52.

53.

54.

55.

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

形参:Formal Parameter

实参:Practical Parameter

命令行:Command Line

标识符:Identifier

数据类型:Data Type

常量:Constant

变量:Variable

变量说明:Variable Declaration

变量定义:Variable Definition

变量名: Variable Name

关键字:Keyword

预定义标识符:Predefined Identifier

用户标识符:User Identifier

符号常量:Symbol Constant

整型:Integer

实型:Float

字符型:Char

无符号型:Unsigned

长整型:Long

短整型:Short

当语句:While Statement

直到语句:Until Statement

运算符:Operator

运算符优先级:Operator Precedence

赋值:Assign

表达式:Expression

结合性:Combination

单目运算符:Single operator

双目:Double operator

输出格式:Output Format

输出语句:Output Statement

格式控制:Style Control

输出项表:Output Table

空语句:Blank Statement

复合语句:Complex Statement

71. 语句块:Statement Block

72. 语句体:Statement Body

73. 逻辑判断:Logical Judge

74. 条件表达式:Conditional Expression

75. 条件语句:Conditional Statement

76. 逻辑值:Logic Value

77. 真:True

78. 假:False

79. 关系表达式:Relational Expression

80. 分支语句:Branch Statement

81. 无条件转移:Branch Unconditionally

82. Goto 语句:Goto Statement

83. 语句标号:Statement Sign

84. 循环语句:Loop Statement

85. 循环控制变量:Loop Control Variable

86. 循环体:Loop Body

87. 死循环:Endless Loop

88. 嵌套循环:Nested Loop

89. FOR循环:For-Loop

90. 指针:Pointer

91. 空指针:Null Pointer

92. 指针类型:Pointer Type

93. 地址:Address

94. 指针变量:Pointer Variable

95. 基类型:Basic Type

96. 指针移动:Pointer move

97. 指针比较:Pointer Compare

98. 空值:Null Value

99. 数组:Array

100. 数组数据类型:Array Data Type

101. 数组元素:Array Element

102. 一维数组:One-Dimension Array

103. 二维数组:Two- Dimension Array

104. 数组名:Array Name

105. 下标变量:Subscript Variable

106. 越界:Banking

107. 初始化:Initialize

108. 字符串:String

109. 空字符串:Null String

110. 字符数组:Character Array

扩 展

151. 位:Bit

152. 字节:Byte

111. 字符串数组:String Array

112. 字符串长度:String Length

113. 字符串比较:String Compare

114. 预处理:Preprocess

115. 预处理命令:Preprocessor command

116. 递归函数:Recursive Function

117. 递归:Recursion

118. 递归过程:Recursive Procedure

119. 作用域:Domain Field

120. 全局变量:Public Variable

121. 局部变量:Private Variable

122. 存储类别:Storage type

123. 自动:Auto

124. 寄存器:Register

125. 静态:Static

126. 动态:Dynamic

127. 外部:Extern

128. 文件:File

129. 包含:Include

130. 分配:Distribute

131. 别名:Alias

132. 结构体:Structure Body

133. 共用体:Union

134. 成员:Member

135. 结点:Node

136. 链表:Linked List

137. 与:And

138. 或:Or

139. 非:Not

140. 文本文件:Text File

141. ASCII文件:ASCII File

142. 磁盘文件:Disc File

143. 二进制文件:Binary File

144. 位运算:Bit Arithmetic

145. 数据流:Data Stream

146. 打开:Open

147. 读:Read

148. 写:Write

149. 关闭:Close

150. 定位:Locate

词 汇 表

153. 存储单元:storage unit

154. 编码:Coding

1

155. 翻译程序:Translation Program

156. 编译程序(编译器):Compiler

157. 连接程序:Linker

158. 处理框:Processing

159. 输入/输出框:Input/Output

160. 判断框:Design

161. 连接点:Connector

162. 起始/终止框:Terminal

163. 程序员:Programmer

164. 语言处理程序:Language Processors

165. 面向过程的语言:Procedure Language

166. 说明符: Declaratory

167. 说明语句:Declare Statement

168. 数据:Data

169. 指令:Instruction

170. 指令代码:Instruction Code

171. 算术表达式:Arithmetic Expression

172. 算术运算符:Arithmetic Operator

173. 逗号运算符:Comma Operator

174. 逻辑运算:Logical Arithmetic

175. 逻辑运算符:Logical Operator

176. 关系运算:Relational Arithmetic

177. 比较运算:Compare Arithmetic

178. 关系运算符:Relational Operator

179. 上界:Upper Range

180. 下界:Down Range

181. 溢出:Overflow

182. 条件循环:Conditional Loop

183. 数据结构:Data Structure

184. 机器指令:Machine Instruction

185. 释放:Release

186. 汇编程序:Assemble Program

187. 汇编指令:Assemble Instruction

188. 汇编系统:Assemble System

189. 累加:Accumulate

190. 冒泡排序:Bubble Sort

191. 选择排序:Selection Sort

192. 插入排序:Insertion Sort

193. 汇编语言:Assembly Language

194. 汇编程序:Assembly Program

195. 有效数字:Valid Number

196. 类型转换:Type Transfer

197. 机器语言:Machine Languages

198. 缓冲区:Buffer

199. 随机数:Random

200. 出错信息:Error Message

2

本文标签: 语句数组运算符函数结构