What is the translation of " INCREMENT " in English?

Noun
increment
增量
增加
递增
自增
增额
加薪
一个增量

Examples of using Increment in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Increment将Decimal操作数增加1。
Multiply the decimal by 1.
使存储在号码key通过increment
Increments the number stored at key by increment.
查找变量increment,它是一个函数,调用它。
Look up the variable increment, it's a function, call it.
Iota可以做更多事情,而不仅仅是increment
The iota can do more than just increment.
返回该连接的最近AUTO_INCREMENT值。
It returns the most recent AUTO_INCREMENT value for a connection.
为键key储存的数字值加上增量increment
Increments the number stored at key by increment.
当调用increment时,它将引用(指针)传递给变量a。
When increment is called it passes a reference(pointer) to variable a.
Increment-为什么这些结构(使用++)在C中是未定义的行为?
Stack Overflow: Why are these constructs(using++) undefined behavior?
现在变量increment包含一个函数定义(和闭包)。
The variable increment now contains a function definition(and closure).
注意:每个表只能有一个AUTO_INCREMENT列,并且它必须被索引。
You can have only one AUTO_INCREMENT column per table, and it must be indexed.
递增运算符(incrementoperator为其操作数增加1,返回一个数值。
The increment operator increments(adds one to) its operand and returns a value.
我们需要调用createCounter函数并将其返回值赋给increment变量。
We need call the createCounter function andassign its returned value to the increment variable.
MySQL使用AUTO_INCREMENT关键字来执行auto-increment任务。
MySQL uses the AUTO_INCREMENT keyword to perform an auto-increment feature.
对于没有声明AUTO_INCREMENT属性的数字类型,缺省值为0。
For numeric typesother than integer types declared with the AUTO_INCREMENT attribute, the default is 0.
选项含义AUTO_INCREMENT你想要为你的表设定的下一个AUTO_INCREMENT值。
Table_name is the name of the table whose AUTO_INCREMENT value you want to reset.
我们需要调用函数createCounter并把它的返回值赋值给变量increment
We need call the createCounter function andassign its returned value to the increment variable.
变量increment包含函数定义,而不是函数的来源,显然也不是这样的。
The variable increment contains the function definition, not where it came from.
这个语句执行的速度很慢,但是它却保留了当前的AUTO_INCREMENT序号。
The statement executes much more slowly,but it preserves the current AUTO_INCREMENT sequence number.
默认地,AUTO_INCREMENT的开始值是1,每条新记录递增1。
By default, the starting value for AUTO_INCREMENT is 1, and it will increment by 1 for each new record.
这个值不能被其它客户端影响,即使他们自己生成AUTO_INCREMENT值。
This value cannot be affected by other clients,even if they generate AUTO_INCREMENT values of their own.
主键字段通常是ID号,且通常使用AUTO_INCREMENT设置。
The primary key field is often an ID number,and is often used with the AUTO_INCREMENT setting.
列设置为AUTOINCREMENT时,如果在表中达到最大值,会发生什么情况?
What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
按照规范里的说法,x++中的++属于“UpdateExpression”的一种,称为“PostfixIncrementOperator”。
In spec-speak, the++ in x++ is atype of"Update Expression" called the"Postfix Increment Operator".
Id列是AUTOINCREMENT,会自动更新的,表中的每条记录都有一个唯一的数字.
One is id which is an auto increment and will take one unique number each time one record is added to the table.
我们做个练习,编写一个纯函数版本的increment,创建并返回一个Time对象,而不是修改参数。
Exercise 16.4 Write a pure version of increment that creates and returns a new Time object rather than modifying the parameter.
也许,当你调用increment时,它会以某种方式返回它创建的函数(createCounter)?
Maybe, when you call increment, somehow it goes back to the the function where it was created(createCounter)?
Increment/decrementcanonlybeappliedtovariables.:递增/递减只能被套用在变量上。
Increment/decrement operators can only be applied to variables because the increment/decrement operators change the underlying value of a variable.
当您向一个已编入索引的AUTO_INCREMENT列中插入一个NULL值(建议)或0时,此列被设置为下一个序列的值。
When you insert a value of NULL(recommended)or 0 into an indexed AUTO_INCREMENT column, the column is set to the next sequence value.
Initializationwhilecondition{statementsincrement}在初始化表达式中声明的常量和变量(比如varindex=0)只在for循环的生命周期里有效。
Constants and variables declared within the initialization expression(such as var index= 0) are only valid within the scope of the for loop itself.
Results: 29, Time: 0.0225

Top dictionary queries

Chinese - English