编译命令英语怎么说及英文单词
Ⅰ 命令的英语单词是什么
命令: [ mì lìng ]
1. (an) order or command
其它相关解释:
<order> <command> <dictate sth. to sb.> <mandate> <hest> <imperative> <injunction> <enjoin on> <injunct> <Fiat> <bidding> <behest> <enjoinder> <to order> <give instructions to> <finger command>
例句与用法:
1. 上校命令士兵们在甲板上集合。
The colonel ordered their soldiers to gather on the deck.
2. 他虽被命令不许去,但还是去了。
He went, notwithstanding he was ordered to stay.
3. 沙皇命令卫兵把人们赶走。
The czar ordered the guards to drive people away.
4. 将军命令舰队原地待命。
The general ordered the fleet to remain where they were and wait for the further instructions.
5. 公爵命令仆人把一封信送给国王。
The ke ordered the servant to send a letter to the king.
6. 有司令部的任何命令吗?
Are their any orders coming from the headquarters?
7. 有命令要我们必须在一小时内挖好战壕。
Orders came that we should spade the trench in an hour.
8. 军人应当绝对服从命令。
Soldiers are expected to obey their orders without question.
Ⅱ 计算机中常用的英语单词有哪些
access arm 磁头臂,存取臂
access time 存取时间
adder 加法器
address 地址
alphanumeric 字母数字的
analog computer 模拟计算机
analyst 分析员
area 区域
array 数组,阵列
assembler 汇编程序
automation 自动化
band 区
batch processing 成批处理
binary code 二进制码
binary digit 二进制位,二进制数字
bit 比特,二进制的一位
branch 分支,支线
brush 电刷
buffer storage 缓冲存储器
calculator 计算器
call instruction 呼叫指令
card punch 卡片穿孔机
card reader 卡片阅读机,读卡机
cell 单元
channel 通道,信道
character 字符
check digit 校验数位
circuit 电路,线路
to clear 清除,清零
clock 时钟
code 代码
to code 编码
coder 编码员,编码器
command 指令,命令
compiler 编译程序
computer language 计算机语言
console 控制台
control unit 控制部件,控制器
core storage, core store 磁心存储器
counter 计数器
cybernetics 控制论
cycle 循环
data 数据
data processing 数据处理
debugging 调试
decision 制定
digit 数字,数位,位
digital computer 数字计算机
disc, disk 磁盘
display unit 显示装置
drum 磁鼓
to edit 编辑
electronics 电子学
emitter 发射器
to encode 编码
to erase 擦除,清洗,抹除
feed 馈送,供给
to feed 馈送,供给
feedback 反馈
field 字段,信息组,域
file 文件
floppy disk 软磁盘
floppy disk drive 软磁盘机
flow chart 流程图
frame 帧
hardware 硬件
identifier 标识符
index 索引
information 信息
inline processing 内处理
input 输入
inquiry 询问
instruction 指令
integrated circuit 集成电路
to interpret 解释
item 项目,项
jump 转移
key 键,关键码
keyboard 键盘
latency time 等待时间
library 库,程序库
linkage 连接
to load 装入,寄存,写入,加载
location 存储单元
logger 登记器,记录器
loop 循环
machine language 机器语言
magnetic storage 磁存储器
magnetic tape 磁带
matrix 矩阵
memory 存储器
message 信息,报文
microcomputer 微型计算机
mole 组件,模块
monitor 监视器,监督程序,管程
nanosecond 毫微秒
network 网络,网
numeric, numerical 数字的,数值的
octet 八位位组,八位字节
operator 操作员
optical character reader 光符阅读机
optical scanner 光扫描器
output 输出
overflow 溢出,上溢
panel 平板
parameter 参数,参量
perforator 穿孔机
peripheral equipment 外围设备,外部设备
personal computer 个人计算机
printed circuit 印制电路
printer 打印机
printout 打印输出
to process 处理
processing unit 处理部件
program 程序
to program 程序编制
Ⅲ 英语编译程序怎么翻译
编译程序
英文翻译如下
Compiler
例句
C语言简洁的语法对专业编程人员很有吸引力,而且它的编译程序能够产生高效的目标代码。
The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code.
同时也分析了编译程序技术对Java性能的影响。
The authors also analyze the effect that compiler technology has on Java performance.
Ⅳ 求C语言中常见的英语单词及其释义(就是编译时在屏幕下面报错时出现的英语单词)
因为数组是顺序访问的,可以很简单地将上面的数组冒泡改成指针:
void pSort(int d[],int n) // 用指针代替数组
{
int *di=d; // 指针di对应d[i]
for (int i=0;i<n-1;i++)
{
int *m=di; // 最小值位置指针
int *dj=di+1; // 指针dj对应d[j]
for (int j=i+1;j<n;j++)
{
if (*di>*dj)
m=dj; // 新的最小值位置
dj++; // 与j同步
}
int t=*di; // 交换 *di与*m
*di=*m;
*m=t;
di++; // 与i同步
}
}
Ⅳ 英语中表示“命令”“要求”“建议”的单词有哪些
suggest
vt.
1. 建议,提议[+v-ing][+(that)][+wh-]
I suggest our going to the park on Sunday.
我建议我们星期天去公园。
The dentist suggested that she (should) come another day.
牙医建议她改天再来。
2. 暗示;启发[+(that)]
Her expression suggested pleasure.
她面露喜色。
3. 使人想起,使人联想到[(+to)]
That cloud suggests a boat to me.
那朵云使我联想到船。
advise
vt.
1. 劝告,忠告[O][O2][O5][O6]
We advised her that she (should) wait.
我们劝她等。
We advised him against acting in haste.
我们劝他不要匆忙行事。
2. 当...的顾问[W][(+on)]
3. 通知,告知[(+of)][O5][O6]
Please advise us of any change in your plan.
你们的计划倘有变更,请告诉我们。
4. 建议采取
proper和建议没什么大关系啊...
应该是 propose
1. 提议,建议,提出[+v-ing][+(that)]
It was proposed we go to the station to meet our guests.
有人建议我们去车站接客人。
He proposed building a bridge across this river.
他建议在这条河上造一座桥。
He proposed a get-together this weekend.
他建议本周末聚会。
2. 提(名),推荐
I proposed Mr. Hunter for the job.
我提议亨特先生来干这工作。
3. 计划,打算[+to-v]
They propose to begin tonight.
他们打算今晚开始。
4. 求(婚)
5. 提议祝(酒),提议为...干杯
He proposed a toast to both the bride and bridegroom.
他提议为新娘和新郎干杯。
vi.
1. 提出建议
2. 求婚[(+to)]
Have you proposed to Ann?
你向安妮求婚了吗?
order
vt.
1. 命令;指挥[O2][+(that)]
The mayor ordered that free food be distributed.
市长命令发放免费食品。
The judge ordered the prisoner (to be) transferred to the county jail.
法官命令将这囚犯转押县监狱。
He ordered her to go.
他命令她走。
2. 定购;叫(菜或饮料)[O1][(+for)]
Please order me a .
请给我定购一本。
3. 整理;安排;布置
4. (医生)嘱咐;处(方)
vi.
1. 下命令,指挥
2. 定购;点菜
command
vt.
1. 命令[O2][+that]
I command that he go at once.
我命令他立即就去。
I command you to start at once.
我命令你立即动身。
2. 指挥,统率;控制
He was told to command his temper.
有人叫他控制脾气。
3. 博得,赢得
Honesty commands respect.
诚实博得尊敬。
4. 俯瞰,俯临
The hill commands the sea.
这座山俯临大海。
5. 拥有,掌握
vi.
1. 指挥;控制;命令
n.
1. 命令[C]
Who issued the command to fire?
谁下令开枪的?
2. 控制,控制权;指挥,指挥权[U]
He has a hundred men under his command.
他指挥一百个人。
request
n.
1. 要求,请求[C][U][(+for)][+to-v][+that]
Mr. Paine made a request that I should help him.
佩恩先生要求我帮助他。
It is my last request. I shall never ask you anything again.
这是我最后的请求。我再也不会向你提任何要求。
2. 请求的事;(电台等的)点播曲[C]
All my requests were granted.
我所请求的事情全都答应了。
3. 需要,需求[U]
vt.
1. 要求,请求;请求给予[(+from/of)][+to-v][O2][+that]
I requested him to come before ten.
我要求他十点以前来。
They requested financial support.
他们要求资助。
Visitors are requested not to touch the exhibits.
参观者被要求不要触摸展示品。
require
vt.[W]
1. 需要[+v-ing][+that]
The roof requires repairing.
屋顶需要修理了。
This project will require less money.
这项工程所需的投资较少。
2. 【书】要求,命令[(+of)][O2][+that]
The director required that we should work all night.
主任要求我们通宵工作。
demand
n.
1. 要求,请求[C][(+for)]
They rejected the union demand.
他们拒绝了工会的要求。
2. 需要,需求[S][U][(+for)]
The supply of vegetables falls short of demand this year.
今年蔬菜供不应求。
vt.
1. 要求,请求[+to-v][+that][(+of)]
The boss demanded that Mary (should) finish it within a week.
老板要求玛丽在一周内完成它。
They demanded the right to vote.
他们要求选举权。
She demanded to see the headmaster.
她请求见校长。
2. 需要
insist
vt.
1. 坚持;坚决认为[+(that)]
She insisted that he was wrong.
她坚持认为他错了。
2. 坚决主张;坚决要求[+(that)]
He insisted that we (should) accept these gifts.
他一定要我们收下这些礼物。
Jane insisted that he be present.
珍坚持要他出席。
vi.
1. 坚持,坚决认为;强调[(+on/upon)]
2. 坚决主张;一定要[(+on/upon)]
He insisted on/upon my going with him.
他坚持要我跟他一起去。
I insist on seeing it.
我一定要见到它。
Ⅵ 英语Compiled怎么翻译
compiled的中文翻译是汇编,是compile的过去分词和过去式
词语分析:
音标:英[kəmˈpaɪld]美[kəmˈpaɪld]
v.编写(书、列表、报告等);编纂;编译
短语搭配:
1、compile time 编译时间
例句:
1、She had compiled pages of notes, but she had not yet got down to doing the actual writing.
她已辑录了多篇笔记,但她还没有着手实际的写作。
2、Running the compiled application.
运行编译后的应用程序。
3、The bytes that comprise the compiled pattern are copied exactly.
构成编译模式的字节被精确地复制。
同义词:
v.编辑 redacted
Ⅶ 命令英语怎么说
command 或者 order
前者较正式且更有强制意味
Ⅷ 编程序常用英语单词是什么
编程序常用英语单词部分:
1、Compile:编绎
2、Run:运行
3、Class:类
4、Object:对象
5、System:系统
6、out:输出
7、print:打印
8、line:行
9、variable:变量
10、type:类型
11、static:静态的
12、array:数组
13、parameter:参数
14、method:方法
15、function:函数
16、public:公有的
17、default:默认
18、get:得到
19、private:私有的
20、import:导入
21、set:设置
22、package:包
23、access:访问
24、protected:受保护的
25、void:无(返回类型)
26、operation:操作运算
27、member-variable:成员变量
28、member-function:成员函数
29、extends:继承 base class:基类 parent class:父类
30、interface:接口 child class:子类 super class:超类
31、overload:重载 abstract:抽象 exception:异常
32、implements:实现 Runtime:运行时
33、derived class:派生类
34、override:重写覆盖
35、final:最终的不能改变的
(8)编译命令英语怎么说及英文单词扩展阅读
一、编程:设计具备逻辑流动作用的一种“可控体系”【注:编程不一定是针对计算机程序而言的,针对具备逻辑计算力的体系,都可以算编程。】
二、编程是编写程序的中文简称,就是让计算机代为解决某个问题,对某个计算体系规定一定的运算方式,使计算体系按照该计算方式运行,并最终得到相应结果的过程。
三、为了使计算机能够理解人的意图,人类就必须将需解决的问题的思路、方法和手段通过计算机能够理解的形式告诉计算机,使得计算机能够根据人的指令一步一步去工作,完成某种特定的任务。这种人和计算体系之间交流的过程就是编程。
Ⅸ 摘编 编译 英文应该怎么说
abstract摘要 我们写论文开头只用这个单词就可以了.
edit编译
Ⅹ 命令的英语单词
命令 [mìng lìng]
[释义] command; order; directive; instruction; adjure;
[例句]他的请求倒好像是命令。
His request was in the nature of a command.
双语例句 汉英大词典 常用短内语 同反义容词