當前位置:首頁 » 編程軟體 » 編譯並運行用英語怎麼說

編譯並運行用英語怎麼說

發布時間: 2023-08-04 04:46:09

A. 英語翻譯

Ideal Weight
理想體重
Write a program to compute the ideal weight for both males and females. 編一個程序來計算男性和女性的理想體重。
According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch in height over 5 feet.
根據一項研究,女性理想體重的計算方法是 100磅+5磅*身高超過五英尺的部分(這一部分按英寸計算)
For example, the ideal weight for a female who is 5'3" would be 100 + 15 = 115 pounds.
比如,一個5英尺3英寸的女性,他的理想體重就應該是 100 + 15 = 115 磅。
For a male the ideal weight is 106 pounds plus 6 pounds for each inch in height over 5 feet.
對於男士來講,理想體重是 106磅+6磅*身高超過五英尺的部分(按英寸計算)
For example, the ideal weight for a male who is 6'2" would be 106 + 14*6 = 190 pounds.
比如,一個身高6英尺2英寸的男士的理想體重是 106 + 14*6 = 190磅。
Your program should ask the user to enter his/her height in feet and inches (both as integers—so a person 5'3" would enter the 5 and the 3).
你的這個程序要讓用戶輸入他/她的身高,按照英尺和英寸輸入(兩個數都應該是整數——所以一個5英尺3英寸的人應該輸入 5 和 3)
It should then compute and print both the ideal weight for a female and the ideal weight for a male.
這個程序就可以進行計算,並且把適合男性和適合女性兩種理想體重都列印出來。
The general outline of your main function would be as follows:
程序的主要功能概要如下:
 Declare your variables (think about what variables you need—you need to input two pieces of information (what?),
想清楚你的可變因素(想想你需要什麼可變因素——你需要輸入兩部分信息(什麼?))
then you need some variables for your calculations (see the following steps)
然後你的計算中需要一些可變因素(看以下步驟)
 Get the input (height in feet and inches) from the user
獲得用戶輸入的內容(按照英尺和英寸寫的身高)
 Compute the total number of inches of height (convert feet and inches to total inches)
計算身高的總英寸數(將英尺和英寸全部轉換成英寸)
 Compute the ideal weight for a female and the ideal weight for a male (here you basically convert the "word" description above to assignment statements)
同時計算適合女性的理想體重和適合男性的理想體重(這里基本上你還要在指定描述中加入「文字」描述)
 Print the answers
列印結果
Plan your program, then type it in, compile and run it. Be sure it gives correct answers.
先設計程序,然後輸入,編譯,運行。要確保程序測試出的結果是正確的。
Enhance the Program a Bit The weight program would be a bit nicer if it didn't just give one number as the ideal weight for each sex.
加強一下你的程序。如果這個體重程序不是僅僅給出一個數字當作男女的理想體重的話會更好。
Generally a person's weight is okay if it is within about 15% of the ideal.
總的來講,一個人的體重如果在理想體重上下的15%之內的話,那他的體重算是標準的。
Add to your program so that in addition to its current output it prints an okay range for each sex—the range is from the ideal weight minus 15% to the ideal weight plus 15%.
在你的程序中加入這一點,這樣他就可以列印出一個男女理想體重的范圍——范圍是從理想體重值減去15% 一直到理想體值重加上15%。
You may do this by introcing new variables and assignment statements OR directly within your print statements.
你可以加入新的可變因素和制定描述,或者直接交一個列印的報表。

B. 英語Compiled怎麼翻譯

compiled這個單詞的意思是,編輯的,編譯的。這是一個過去分詞。動詞原形是compile。可以當形容詞使用。例如可以說片語,compiled language意思是編譯語言。

C. 編譯英文

編譯:Edit and translate/compilation /compile.

編譯就是把高級語言變成計算機可以識別的二進制語言,計算機只認識1和0,編譯程序把人們熟悉的語言換成二進制的。 編譯程序是把一個源程序翻譯成目標程序的工作過程。

編譯過程中會用到編譯器。編譯器是一種特殊的程序,它可以把以特定編程語言寫成的程序變為機器可以運行的機器碼。理論上,任何編程語言都可以是編譯式,或直譯式的。它們之間的區別,僅與程序的應用有關。

D. 編程用英語怎麼說

編程是讓計算機為解決某個問題而使用某種程序設計語言編寫程序代碼,並最終得到相應結果的過程。為了使計算機能夠理解人的意圖,人類就要通過編程的形式告訴計算機。那麼你想知道編程用英語怎麼說嗎?下面我為大家帶來編程的英語說法,歡迎大家學習!

編程的英語說法1:

programme

英 [ˈprəu-ɡræm]

美 [ˈproˌɡræm, -ɡrəm]

編程的英語說法2:

programming

英 [ˈprəuɡræmiŋ]

美 [ˈproˌɡræmɪŋ, -ɡrəmɪŋ]

編程相關英語表達:

結對編程 Pair programming

遺傳編程 Genetic programming

網路編程 Network Programming

程序編程 Proceral programming

系統編程 System Programming

編程的英語說法例句:

帕其卡語言一種高水平的計算機編程語言,用來支持結構化編程、應用於教學、應用和系統編程

A high-level computer programming language designed to support structured programming and used in teaching, applications, and systems programming.

宏指令計算機編程語言中可以在機器語言中形成一系列指令的命令

A single instruction in programming language that results in a series of instructions in machine language.

可編程只讀存儲器只能一次性編程的存儲器

A memory that can be programmed only once.

摘要建立了圓柱齒輪滾齒自動編程數學模型,提出了數控滾齒自動編程 方法 。

The mathematic models on automatic programming of gear hobbing were estabilished.

它可以與幾種設備系列和編程語言一起工作。

It works with several device families and programming languages.

有些人說編程很難,有些人認為很容易。

Some people says programming is difficult and for some others it is so easy.

聲明式編程是一個強大的工具。

Declarative programming is a powerful tool.

設計模式是編程語言能力弱的表現。

Patterns are signs of weakness in programming language.

開發人員可以在該區域中輸入編程代碼。

This section is where the developer can enter programming code.

IBM發布了ICU庫,ICU庫改進並增強了C++和Java編程人員的國際化支持。

IBM released the ICU libraries, which refine and enhance internationalization support for C++ and Java programmers.

序列規則的主要好處在於其在業務分析人員或其他非編程人員管理規則方面的潛力。

The primary benefit of sequential rules is the potential for business analysts or other nonprogrammers to administer the rules.

SOA編程模型應該支持構建“編程人員”可以在沒有修改源代碼的情況下進行自定義的服務和模塊。

An SOA programming model should enable building services and moles that “ programmers ” can customize without source code modification.

藝術家兼編程員克萊蒙特.瓦拉在谷歌地圖影像上抓取了這些圖片,並把這些光怪陸離的畫面收集起來。

They were spotted by artist and programmer Clement Valla who has trawled Earth to collect a string of weird sights.

目前,編程人員能夠訪問整個開源GIS應用程序在很大程度上依賴於UNIX和Linux系統。

Today, programmers can access a whole continuum of open source GIS applications, largely developed on UNIX and Linux systems.

Linux和UNIX編程人員可能會報怨vim和emacs的冗長,但是它們的國際化和本地化庫卻非常有名。

Linux and UNIX programmers might complain about the omission of vim and emacs, but their internationalization and localization libraries are well known.

這些年來,聰明的編程人員一直使用JavaScript代碼逐步更新Web頁面,而不再與伺服器往返通信。

For years now, savvy programmers have been using JavaScript code to update Web pages incrementally, without a round-trip to the server.

這項功能非常強大,因為其他編程人員無需熟悉JAXP或XPath API就可以進行XPath計算。

That's pretty powerful, as other programmers don't need to be familiar with the JAXP or XPath API to get XPath evaluation.

熱點內容
命令提示符進入文件夾 發布:2025-03-22 05:00:09 瀏覽:407
免費微商城源碼 發布:2025-03-22 04:40:25 瀏覽:825
歐規路虎運動都有哪些配置 發布:2025-03-22 04:21:18 瀏覽:381
二進制加法運演算法則 發布:2025-03-22 04:15:22 瀏覽:890
歌曲存儲器 發布:2025-03-22 04:11:35 瀏覽:306
java數字轉換成字元 發布:2025-03-22 03:37:08 瀏覽:140
電信企業網關用telnet如何配置 發布:2025-03-22 03:34:17 瀏覽:72
python判斷是否存在 發布:2025-03-22 03:34:13 瀏覽:733
以下存儲中編譯器管理的存儲是 發布:2025-03-22 03:33:34 瀏覽:695
輕量安卓系統是什麼意思 發布:2025-03-22 03:32:37 瀏覽:392