You're incrementing this chunk of memory.
你增加了这一块内存。
Why is this integer not incrementing twice?
为什么这是整数,不增加两倍?
Is atomic decrementing more expensive than incrementing?
原子是更昂贵的比递增递减?
Well just incrementing the number until we get an error.
那么刚才的数字递增,直到我们得到一个错误。
Incrementing a local variable in a method is the fastest.
在方法中递增局部变量,速度是最快的。
The id of the row, which is just an auto-incrementing integer.
行的id,这是一个自动递增的整数。
The facility or operation of automatically incrementing a count.
使一个计数器自动增量的设施或操作。
Incrementing a global variable is 2 times slow than a local var.
递增一个全局变量要比递增一个局部变量慢2倍。
The incrementing of the USN is not, strictly speaking, under your control.
严格来说,USN的递增是不受我们控制的。
You can add additional IP addresses by incrementing the logical unit number.
可以通过递增逻辑单元号来添加更多的IP地址。
The "id" column will be set as the primary key and will be auto-incrementing.
“id”列将会被设置为主键,并且自增。
This has the effect of incrementing the reference count of the com component.
这具有增加COM组件的引用数的效果。
The RMS continues to add incrementing Sequence headers into application messages.
RMS继续为其他消息增加递增后的序列头信息。
The two Incrementer classes purport to do some do-nothing work (incrementing a variable).
两个Incrementer 类的用途是做一些无用的工作(让一个变量递增)。
This can be as simple as incrementing an integer in a database each time a request is made.
而这可能就跟每次请求都往数据库增加一个整数那样简单。
Incrementing an undefined local variable is 9-10 times slower than a pre - initialized one.
递增一个未预定义的局部变量要比递增一个预定义的局部变量慢9至10倍。
The pattern could be a lot of things, but for our purposes we'll just use simple incrementing.
模式可能包含很多东西,但为了进行演示,本文仅使用简单的递增模式。
In addition, incrementing an uninitialized variable is much slower than if it was initialized.
另外,对一个没有初始化的变量进行递增操作要比初始化过的来得慢。
That is why buffer++ works -- it is incrementing by a single vector length, which is 16 bytes.
这就是 buffer++ 能够工作的原因 ——它是按照单个向量长度增长的,也就是16 个字节。
What is the most Pythonic way of implementing classes with auto-incrementing instance attributes?
具有自动递增实例属性实现类的最大蟒蛇的方式是什么?
The data is displayed in a table incrementing from the latest 10 seconds through to the latest 24 hours.
表中显示的是从最近10秒到最近24小时的数据。
Finally, we update the customer, incrementing their balance_due with the value of total_bill from the bills table.
最后,我们来更新customer,依据来自bills表的total _ bill值来递增其balance_due。
If you are using a single public branch a simple timestamp or auto-incrementing version number would be sufficient.
如果针对单一的公共主干代码,简单的时间戳或是自增长版本号也就够了。
Incrementing a local variable in a method is the fastest. Nearly the same as calling a local variable in a function.
在方法中递增局部变量,速度是最快的。几乎与在函数中调用局部变量的速度相当。
Select the check box to add an incrementing number to the file name when more than one file of the same name exists.
如果有超过一个档案使用相同的名称,则选取核取方块以附加递增数字至档案名称。
Like most modern databases, MySQL has the ability to create auto-incrementing unique identifiers on a per-record basis.
与大多数现代数据库一样,MySQL能够在每记录的基础上创建自动增量惟一标识符。
I continue dividing the length value by 256 and incrementing the byte counter until the result of division yields a value less than 1.
我继续将长度值除以256并增加字节计数器,直到除得的值小于1。
Another similar method involves making a "fracture" across the array and incrementing one side of it, as if an earthquake had occurred.
另一种相似的算法是在数组中制造出一个“断层”,然后为其中一边的所有元素赋值,就像“地震”发生时那样。
Incident: This type is a simple nonaggregated metric that is the incrementing count of how many times a specific event occurred in an interval.
事件:这种类型是一种简单的非聚合指标,它表示特定事件在时间间隔内发生的次数的增量计算。
Just declaring a global variable without using it in a function also slows things down (by about the same amount as incrementing a local var).
仅定义一个局部变量而没在函数中调用它,同样会减慢速度(其程度相当于递增一个局部变量)。
应用推荐