What is the translation of " 大多数编程语言 " in English?

Examples of using 大多数编程语言 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
大多数编程语言一样,元组的第一个索引值是0。
As with most programming languages, the first index in a tuple is 0.
随着跨平台支持的增多,大多数编程语言都可以被用于多种任务。
With the cross-platform support growing, most programming languages can be used for multiple tasks.
嵌套代码块大多数编程语言允许我们在条件表达式或者说if语句条件满足时执行代码块。
Nested Code Blocks Most programming languages permit us to execute a block of code when a conditional expression, or if statement, is satisfied.
JSON解析器在大多数编程语言中都很常见,因为它们直接映射到对象。
JSON parsers are common in most programming languages because they map directly to objects.
对于大多数编程语言来说,计算机程序都是通过在文本编辑器(也称为源代码编辑器)中输入文本的方式来编写的。
With most programming languages, computer programs are written by entering text into a word processor(also called a text editor).
这样就可以复制私有字段,因为大多数编程语言都允许对象访问属于同一类的私有字段。
You can even copy private fields because most programming languages let objects access private fields of other objects that belong to the same class.
大多数编程语言是过程式的:程序是指示计算机对程序输入做什么的指令列表。
Most programming languages are procedural: programs are lists of instructions that tell the computer what to do with the program's input.
好呀1?在大多数编程语言中,列阵(列表)是项目0,而不是项目1。
Well, in most programming languages, the first element in an array(list) is item 0, not item 1.
大多数编程语言都有保留字或关键字,这些字在该语言中有特殊的意义,Python也不例外。
Most programming languages have reserved words, or keywords, that have special meaning in that language, and Python is no exception.
大多数编程语言那样,VisualBasic使用变量来存储值。
Visual Basic, just like most programming languages, uses variables for storing values.
然而,大多数编程语言做到这一点的转换程序甚至可以运行了。
Even though, most Programming Languages do this conversion before the program can even be run.
JSON是一种数据格式,对于大多数编程语言都有自己的独立标准和库。
JSON is a data format that has its own independent standard andlibraries for most programming languages.
大多数编程语言一样,如果跟随if的表达式为真,则将执行括号内的代码(第7-9行)。
As with most programming languages, the code within the braces(on lines 7-9) will be executed if the expression that follows the if is true.
大多数编程语言的冗余度也很高,因为它们的命令相对较少,并且命令经常采用一种设定的模式。
Most programming languages are also very redundant because they use a relatively small collection of commands, which frequently go together in a set pattern.
Creadonly字段常量的概念就是一个包含不能修改的值的变量,常量是C与大多数编程语言共有的。
The concept of a constant as a variable that contains a value that cannotbe changed is something that C shares with most programming languages.
大多数其他编程语言一样,MATLAB®语言提供数学表达式,但与大多数编程语言不同的是,这些表达式涉及整个矩阵。
Like most other programming languages, MATLAB provides mathematical expressions, but unlike most programming languages, these expressions involve entire matrices.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。
The topmost segment in the process address space is the stack,which stores local variables and function parameters in most programming languages.
我们希望能够写出形如if/then/else语句的表达式,就像我们在大多数编程语言做的那样。
We would like to be able to write choices as if/then/else expressions,like we have in most programming languages.
下面是大多数编程语言中典型判断结构的一般形式:.
Following is the general form of atypical decision making structure found in most of the programming languages-.
考虑将System.Int32(大多数编程语言的默认数据类型)用作枚举的基础数据类型,除非出现以下任何一种情况:.
CONSIDER using Int32(the default in most programming languages) as the underlying type of an enum unless any of the following is true:.
它承载了很多的行李,和大多数编程语言的数据模型不匹配。
It carries a lot of baggage, and it doesn't match the data model of most programming languages.
有一个很好的理由能够解释为什么大多数编程语言都支持正则表达式:它们是用于处理文本的极其强大的工具。
There's a good reason the majority of programming languages support regular expressions: they are extremely powerful tools for manipulating text.
下面给出的是大多数编程语言中循环语句的一般形式。
Given below is the general form of a loop statement in most of the programming languages.
大多数编程语言都支持正则表达式,有一个很好的理由:它们是非常强大的文本操作工具。
There's a good reason the majority of programming languages support regular expressions: they are extremely powerful tools for manipulating text.
JSON序列化被大多数编程语言所支持,并且已经成为NoSQL领域的标准格式。
JSON serialization is supported by most programming languages, and has become the standard format used by the NoSQL movement.
大多数编程语言的构造函数必须都返回一个新的类实例。
Constructors in most programming languages have to return new class instances.
Results: 26, Time: 0.0133

Word-for-word translation

Top dictionary queries

Chinese - English