What is the translation of " INCREMENTING " in Chinese? S

Examples of using Incrementing in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Incrementing everyone's age by 1.
将所有人的年龄增加1:.
They are not suited for applications that depend on incrementing key values.
它们不适用于那些依赖递增的键值的现有应用程序。
When incrementing time you should convert back to UTC and then add or subtract.
增加时间时,应该将其转换回UTC,然后进行加或减。
Using atomic operations, the code for incrementing would look a little different.
使用Atomics操作,增量代码看起来有点不同。
Incrementing/decrementing other character variables has no effect, the original string is unchanged.
递增/递减其他字符变量则无效,原字符串没有变化。
This gradual, backward-compatible process removes the need for an incrementing version number.
这种渐进式、向后兼容的过程去除了递增版本号的需要。
Add, the different steps involved in incrementing the variable won't be mixed up between threads.
Add,递增变量所涉及的不同步骤不会在线程之间混合。
The next line of code waiting to be executed calls print(),which prints incrementing x.
下一行代码等待被执行以调用print()打印出incrementingx。
We receive the numbers array, use map incrementing each number, and return a new list of incremented numbers.
接收numbers数组,使用map递增每个数字,并返回一个新的递增数字列表。
April 24,1998 HTML 4.0 was reissued with minor edits without incrementing the version number.
年4月24日HTML4.0进行微调,不增加版本
Incrementing and Decrementing means adding or subtracting a value(usually 1), respectively, from the value of a numeric variable.
递增和递减表示分别从数字变量的值中添加或减去一个值(通常是1)。
Decrementing was(and still is in some cases), faster than incrementing on the x86 architecture.
减少(在某些情况下仍然是),比在x86架构上递增更快。
DynamoDB: A method of incrementing or decrementing the value of an existing attribute without interfering with other write requests.
DynamoDB:递增或递减现有属性的值而不干扰其他写入请求的方法。
Then, each time awk encounters a blank line,awk will execute the x=x+1 statement, incrementing x.
然后,awk每次遇到空白行时,awk将执行x=x+1语句,递增x。
They perform various operations such as incrementing/decrementing a value by one, negating an expression, or inverting the value of a boolean.
它们执行各种操作,例如将值递增/递减1,否定表达式或反转布尔值。
Finally, process_line updates the histogram by creating a new item or incrementing an existing one.
最后,process_line通过生成一个新的项或者递增一个已有的项来更新直方图。
Since there will be the tasks incrementing the semaphore, we should guarantee that the Arduino setup function will only finish after all the tasks finish.
由于会有增加信号量的任务,我们应该保证Arduino设置功能只有在所有任务完成后才能完成。
One of the most common arithmetic operationswhen writing Bash scripts is incrementing and decrementing variables.
编写Bash脚本时,最常见的算术运算之一是递增和递减变量。
If you wish to use a non-incrementing ora non-numeric primary key you must set the general public$incrementing property on your model to false.
如果你想使用非递增或者非数字的主键,你必须在你的模型public$incrementing属性设置为false。
This operation requires loading the value from objCt into a register, incrementing the value, and storing it in objCt.
此操作要求将objCt的值加载到寄存器中,使该值递增,然后存储到objCt中。
He began playing with the blocks for incrementing variables, then reached out and shook the researcher's hand, saying“Thank you, thank you, thank you.”.
他开始摆弄尝试增加变量的代码块,然后他跑出来拉着研究人员的手边晃边说“谢谢你,谢谢你,谢谢你”。
For example, if your user is entering new orders into a table,you may want to assign an automatically incrementing number to each order.
例如,如果用户正在表中输入新订单,则您可能需要为每个订单分配自动递增的编号。
There are two macros, Py_INCREF(x) and Py_DECREF(x),which handle the incrementing and decrementing of the reference count.
Python中的引用计数有两个宏,Py_INCREF(x)和Py_DECREF(x),用来处理增加和减少引用计数。
Since make_counter sets up an infinite loop, you could theoretically do this forever,and it would just keep incrementing x and spitting out values.
由于make_counter设置了一个无限循环,理论上可以永远执行该过程,它将不断递增x并输出数值。
The REPNZ instruction causes the following MOVSB to repeat until CX is zero,automatically incrementing SI and DI and decrementing CX as it repeats.
REP指令使下面的MOVSW重复直至CX=0,重复之时自动递增SI和DI。
In the following example the variable i is initialized to the value 2,the result of incrementing the unnamed object created by the compound literal.
在下面的例子中,变量i被初始化为值2,递增的复合文字创建的未命名对象的结果。
As proof look at the numerous securityholes in C/C++ applications from buffer overflow(incrementing the pointer past the allocated boundary).
作为证据,请查看缓冲区溢出中C/C++应用程序中的众多安全漏洞(递增指针)超过分配的边界)。
All this in increments or decreases per year?
是成逐年增加还是逐年减少?
Set if dst was incremented from 0FFh to 00, reset otherwise.
如果dst被从0FFh递增至00,则置位,否则复位。
Results: 29, Time: 0.0595

Top dictionary queries

English - Chinese