當前位置:首頁 » 英文單詞 » 編譯命令英語怎麼說及英文單詞

編譯命令英語怎麼說及英文單詞

發布時間: 2022-07-11 13:18:49

Ⅰ 命令的英語單詞是什麼

命令: [ 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.
雙語例句 漢英大詞典 常用短內語 同反義容詞

熱點內容
英語小作文的英語單詞怎麼寫 發布:2025-09-12 08:04:37 瀏覽:282
英語改變類作文怎麼寫 發布:2025-09-12 07:41:39 瀏覽:557
國慶怎麼過英語作文 發布:2025-09-12 07:41:30 瀏覽:593
怎樣保持健康英語作文結尾怎麼寫 發布:2025-09-12 07:41:29 瀏覽:133
照耀的英語怎麼說及英文翻譯 發布:2025-09-12 07:39:48 瀏覽:457
七下英語寫未來的作文怎麼寫 發布:2025-09-12 07:39:02 瀏覽:723
老師們都喜歡她英語怎麼翻譯 發布:2025-09-12 07:37:43 瀏覽:126
整理片語英語怎麼翻譯 發布:2025-09-12 07:36:56 瀏覽:590
中國友好翻譯成英語怎麼說 發布:2025-09-12 07:35:32 瀏覽:688
我想喝東西的英語怎麼翻譯 發布:2025-09-12 07:29:11 瀏覽:231