下载应用程式
educalingo
source program

在"英语"词典里source program}的意思

词典

英语中SOURCE PROGRAM的发音

source program


SOURCE PROGRAM的语法类别

noun
形容词
动词
副词
代词
介词
连词
限定词
感叹词

SOURCE PROGRAM在英语中的意思是什么?

源代码

在计算中,源代码是使用一些人类可读的计算机语言(通常以文本形式)编写的任何计算机指令集合。 程序的源代码是特别设计的,以便于计算机程序员的工作,计算机程序员主要通过编写源代码来指定计算机执行的操作。 源代码通常由编译程序转换为计算机理解的低级机器代码。 然后可以将机器代码存储以供稍后执行。 或者,可以使用解释器直接分析并执行源代码程序的结果。 大多数计算机应用程序以包含可执行文件但不是其源代码的形式分发。 如果包含源代码,对于可能希望修改程序或了解其工作原理的用户,程序员或系统管理员来说,这将是有用的。 除了机器可读的形式外,源代码也出现在书籍和其他媒体中; 经常以小代码片段的形式,但偶尔完成代码库; 众所周知的情况是PGP的源代码。

在英语 词典里source program的定义

字典中源程序的定义是由程序员编写的原始计算机程序,由编译程序或汇编程序转换为机器语言编写的等效目标程序。

SOURCE PROGRAM一样开头的英语单词

sour gum · sour mash · sour milk · sour-faced · sourball · source · source code · source document · source language · source materials · sourcebook · sourceless · sourcing · sourdeline · sourdine · sourdough · soured cream · soured milk · sourish · sourishly

SOURCE PROGRAM一样开头的英语单词

audiogram · cardiogram · computer program · dendrogram · electrocardiogram · gram · harmonogram · histogram · hologram · kilogram · mammogram · microgram · monogram · outreach program · phonogram · pictogram · program · reprogram · software program · stereogram · subprogram

英语近义词词典里source program的近义词和反义词

近义词

«source program»的25种语言翻译

翻译者

SOURCE PROGRAM的翻译

通过我们的英语多语言翻译器,找到source program25种语言翻译

该章节所呈现的将source program由 英语向其他语言的翻译是通过自动统计翻译获得的;在英语中基本的翻译单位是单词«source program»。
zh

翻译者英语 - 中文

源程序
1,325 数百万发言者
es

翻译者英语 - 西班牙语

programa de origen
570 数百万发言者
en

英语

source program
510 数百万发言者
hi

翻译者英语 - 印地语

स्रोत प्रोग्राम
380 数百万发言者
ar

翻译者英语 - 阿拉伯语

البرنامج المصدر
280 数百万发言者
ru

翻译者英语 - 俄语

исходный код программы
278 数百万发言者
pt

翻译者英语 - 葡萄牙语

programa-fonte
270 数百万发言者
bn

翻译者英语 - 孟加拉语

উৎস প্রোগ্রাম
260 数百万发言者
fr

翻译者英语 - 法语

programme source
220 数百万发言者
ms

翻译者英语 - 马来语

Program sumber
190 数百万发言者
de

翻译者英语 - 德语

Source-Programm
180 数百万发言者
ja

翻译者英语 - 日语

ソースプログラム
130 数百万发言者
ko

翻译者英语 - 韩语

소스 프로그램
85 数百万发言者
jv

翻译者英语 - 印尼爪哇语

Program sumber
85 数百万发言者
vi

翻译者英语 - 越南语

chương trình mã nguồn
80 数百万发言者
ta

翻译者英语 - 泰米尔语

மூல நிரல்
75 数百万发言者
mr

翻译者英语 - 马拉地语

स्रोत कार्यक्रम
75 数百万发言者
tr

翻译者英语 - 土耳其语

Kaynak program
70 数百万发言者
it

翻译者英语 - 意大利语

programma sorgente
65 数百万发言者
pl

翻译者英语 - 波兰语

Program źródłowy
50 数百万发言者
uk

翻译者英语 - 乌克兰语

вихідний код програми
40 数百万发言者
ro

翻译者英语 - 罗马尼亚语

programul sursă
30 数百万发言者
el

翻译者英语 - 希腊语

πρόγραμμα πηγή
15 数百万发言者
af

翻译者英语 - 布尔语(南非荷兰语)

bron program
14 数百万发言者
sv

翻译者英语 - 瑞典语

source -program
10 数百万发言者
no

翻译者英语 - 挪威语

source program
5 数百万发言者

source program的使用趋势

趋势

词语 «SOURCE PROGRAM»的使用趋势

source program的主要搜索趋势和常见用法
用户为查找我们的英语在线词典以及单词«source program»的最常用表达而进行的主要搜索的列表。

source program的英语文献、引用和新闻中的使用范例

示例

«SOURCE PROGRAM»相关的英语书籍

在以下的参考文献中发现source program的用法。与source program相关的书籍以及同一来源的简短摘要提供其在 英语文献中的使用情境。
1
Discovering Computers: Fundamentals
That is, the computer cannot execute the assembly source program. A source program is the program that contains the language instructions, or code, to be converted to machine language. To convert the assembly language source program ...
Gary Shelly, Misty Vermaat, 2008
2
An Open-source Program to Animate and Visualize the Recorded ...
Tareq Ali Baker. 5.7. The Program's Flow Diagram 5.8. The Programming Language and Libraries The 3DDatascene program was written in the visual basic language. Visual Studio Dot Net 2005 (VB.NET) was used for writing the code.
Tareq Ali Baker, 2007
3
C++ for Engineers and Scientists
When each statement in a high-level source program is translated separately and executed immediately after translation, the programming language is called an interpreted language, and the program doing the translation is an interpreter.
Gary Bronson, 2009
4
Discovering Computers 2011: Complete
While it is compiling the source program into object code, the compiler checks the source program for errors. The compiler then produces a program listing that contains the source code and a list of any errors. This listing helps the programmer ...
Gary Shelly, Misty Vermaat, 2010
5
Discovering Computers 2010: Living in a Digital World, ...
As with an assembly language program, the 3GL code (instructions) is called the source program. Programmers must convert this source program into machine language before the computer can execute the program. This translation process  ...
Gary Shelly, Misty Vermaat, 2009
6
Concise Encyclopedia of Computer Science
+ Object Program + Source Program The complete process of running a program that has been written in a high-level language such as Pascal (q.v.) or C++ {q.v.) is accomplished in two steps: 1. Translation of the source program as written by ...
Edwin D. Reilly, 2004
7
Microsoft Office 2010 Fundamentals
Laura Story, Dawna Walls. I VOCABULARY integration object source program source file destination program destination file object linking and embedding ( OLE) importing exporting link embed ...
Laura Story, Dawna Walls, 2010
8
New Perspectives on Microsoft Office 2007, First Course, ...
The program used to create the object is called the source program, and the program used to create the file where you want to insert the object is called the destination program. Likewise, the file that initially contains the object is called the ...
Ann Shaffer, Patrick Carey, Kathy Finnegan, 2009
9
Principles of Compiler Design
In analysis part the source program is read and broken down into constituent pieces. The syntax and the meaning of the source string is determined and then an intermediate code is created from the input source program. In synthesis part this ...
A.A.Puntambekar, 2009
10
Network Dictionary
Software Source language refers to the computer programming language in which a source program or source code is written. Source languages are classified as either high-level languages or low-level languages, according to whether each ...
Javvin Www Networkdictionary Com, Jielin Dong, 2007

包含词语«SOURCE PROGRAM»的新条目

找出国内和国际出版社所讨论的内容,以及词语source program在以下新条目的上下文中是如何使用的。
1
Audit Hits Confidential Source Program
Federal auditors said the U.S. Drug Enforcement Administration tried to block an audit of the agency's confidential source program. The audit covered one year, ... «KRGV, 七月 15»
参考文献
« EDUCALINGO. Source program [在线]. 可用 <https://educalingo.com/zh/dic-en/source-program>. 六月 2026 ».
下载educalingo应用
ZH