您的位置:

c语言英文表达,c语言的英语

本文目录一览:

C语言中常用的英文单词都是什么意思

C

语言中常用的主要关键字如下:

int:是

integer(整型)的缩写。

long

int:长整型,表示的范围比

int

大。

short

int:短整型数,表示的范围比

int

小。

float:是浮点数的意思。

double:是双精度的意思,数据范围比

float

大。

signed:有符号数,有正数、负数之分的。

unsigned:无符号数,没有正数和负数之分,数据范围比

signed

的要大。

char:是

character(字母)的缩写。

break:是中断的意思。

const:是constant(常量)的缩写。

default:是缺省的意思。

struct:是

structure(结构)的缩写。

typedef:该词不是一个固定的英文单词缩写。它表示的意思就是:重新自定义一种新的数据类型。例如:重新定义一个结构等。可以理解成这样:type-define。

static:是静态的意思。

switch:是开关的意思。在

C

语言编程中,它常常和

case

语句一起使用。

return:是返回的意思,通常用于调用子函数后,子函数返回给主函数一个数值。

register:是寄存器的意思,从理论上说,如果把某个变量放在寄存器中(例如语句:register

int

i

;

表示将变量

i

保存在寄存器中),而不是放在内存中,则执行速度会快一些,但是现在机器的硬件速度如此之快,快的这点儿速度已经可以忽略不计了。

while:是

C

语言的循环语句。

continue:是继续的意思。

这么多关键字,至于说在具体的编程中到底是什么样子,那就必须要在实际的程序代码中去体会了。

C语言中常用到的英语单词有哪些?

C语言中常用到的英语单词有:int,short,long,signed,unsigned,char,float,double。

C语言,是一种通用的、过程式的编程语言,广泛用于系统与应用软件的开发。具有高效、灵活、功能丰富、表达力强和较高的移植性等特点,在程序员中备受青睐。最近25年是使用最为广泛的编程语言。

语言是世界上最流行、使用最广泛的高级程序设计语言之一。在操作系统和系统使用程序以及需要对硬件进行操作的场合,用C语言明显优于其它高级语言,许多大型应用软件都是用C语言编写的。

C语言绘图能力强,具有可移植性,并具备很强的数据处理能力,因此适于编写系统软件,三维,二维图形和动画。它是数值计算的高级语言。

“c语言”用英语怎么说

在常见的描述语言的句子里就写大写的“C”就够了。能懂的人自然会懂。

单独描述“C语言”这个概念,可以写成

C

(Programming)

Language

C语言英文怎么说

在c 之前B语言,为了区分,所以叫C语言,因为就是

C PROGROM LANGUAGE

c语言用英语怎么说?

C语言: C language英语解释C language: High-level procedural computer programming language with many low-level features, including the ability to handle memory addresses and Bits.C was developed by Dennis M. Ritchie of Bell Laboratories in 1972.

C语言:高阶的程序式计算机程序语言,具有许多低阶特征,包括处理记忆地址和位的能力。 C语言是由贝尔实验室的里奇在1972年发展出来的

c语言常用英语

运算符与表达式: 5. `parameter 参数 2 条件语句

1.constant 常量 6.static 静态的 condition

2. variable 变量 7.extern 外部的 statement) 选择 select

3. identify 标识符 指针: 表达式 expression

4. keywords 关键字 1. pointer 指针 逻辑表达式 logical expression

5. sign 符号 2. argument 参数 关系表达式 Relational expression

6. operator 运算符 3. array 数组 优先 priority

7. statement语句 4. declaration 声明 运算 operation

8. syntax 语法 5. represent 表示 结构 structure

9. expression 表达式 6. manipulate 处理 3 循环语句

10. initialition 初始化 结构体、共用体、链表 (circle statement) 循环 circle

11. number format 数据格式 1 structure 结构 条件 condition

12 declaration 说明 2 member成员 变量 variant

13. type conversion 类型转换 3 tag 标记 过程 process

14.define 、definition 定义 4 function 函数 优先 priority

条件语句: 5 enumerate 枚举 运算 operation

1.select 选择 6 union 联合(共用体) 4 函数

2. expression 表达式 7 create 创建 (function) 调用 call

3. logical expression 逻辑表达式 8 insert 插入 返回值 return value

4. Relational expression 关系表达式 9 delete 删除 函数 function

5.priority优先 10 modify 修改 声明 declare

6. operation运算 文件 参数 parameter

7.structure 结构 1、file 文件 静态的 static

循环语句: 2、open 打开 外部的 extern

1.circle 循环 3、close 关闭 5 数组和指针(array and

2. condition 条件 4、read 读 pointer) 数组 array

3. variant 变量 5、write 写 引用 reference

4. process过程 6、error 错误 元素 element

5.priority优先 序号 主要章节 常用英汉对照词汇 备注 地址 address

6. operation运算 1 运算符与表达式 排序 sort

数组: ( operator and expression ) 汉语 英语 字符 character

1. array 数组 常量 constant 字符串 string

2. reference 引用 变量 variable 应用 application

3. element 元素 标识符 identify 指针 pointer

4. address 地址 关键字 keywords 参数 argument

5. sort 排序 符号 sign 数组 array

6. character 字符 运算符 operator 声明 declaration

7. string 字符串 语句 statement 表示 represent

8. application 应用 语法 syntax 处理 manipulate

函数: 表达式 Expression 6 结构体、

1.call 调用 初始化 Initialization 共用体

2.return value 返回值 数据格式 number format (structures union 结构 structure

3.function 函数 类型转换 type conversion 成员 member

4. 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 目标程序

记得采纳哦