当前位置:首页 » 编程软件 » 编译并运行用英语怎么说

编译并运行用英语怎么说

发布时间: 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-02-05 11:49:21 浏览:64
少儿编程报名 发布:2025-02-05 11:49:13 浏览:308
c语言网络库 发布:2025-02-05 11:48:30 浏览:555
c语言中if函数 发布:2025-02-05 11:45:20 浏览:626
服务器怎么设置dhcp服务器地址 发布:2025-02-05 11:43:51 浏览:645
云免流用的是什么服务器 发布:2025-02-05 11:34:35 浏览:164
怎样在qq上传文件 发布:2025-02-05 11:05:58 浏览:835
php测试员 发布:2025-02-05 10:54:58 浏览:515
linux反编译jar 发布:2025-02-05 10:46:29 浏览:27
算法激励 发布:2025-02-05 10:45:48 浏览:305