Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.
现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
Under different longitudinal magnetization, the shape and characteristic of the zero value line of the normal component for the magnetic leakage field which was an important criteria...
分析了不同纵向磁化强度下,作为磁记忆检测方法重要判据的磁场法向零值线形状及分布特点。
It is found that the MMM signal has apparent relationship with the damage, and that by the zero value of the MMM signal, the hidden damage in the ferromagnetic component can be detected.
通过试验发现,磁记忆检测信号与构件的损伤状态之间具有明显的相关性,通过检测法向磁场的过零点可以实现对构件早期损伤的检测。
Following we will discuss the exhibition forms of early diagnosis that is the positive value of early diagnosis, the zero value of early diagnosis and the negative value of early diagnosis.
早期诊断的价值有三种表现形态:早期诊断的正价值、早期诊断的零价值和早期诊断的负价值。
In most cases there is a minimum value (often zero) and a maximum value; if so, make sure the number is inside its legal range.
在大多数情况下会有一个最小值和一个最大值;如果是这样,要确认数据在合法范围之内。
If you don't specify a value, you will see the key with zero bytes of data are stored in the value.
如果您不指定一个值,那么您将看到键在值中存储零字节数据。
So you get the zero limiting value for the heat capacity, and the energy itself is also zero.
所以热容的极限值是零,能量本身也是零。
In the case of the internal rate of return calculation, a net present value of zero is assumed, and the internal rate of return needed to produce this is computed.
在对内部收益率的计算中,净现值被设为零,要计算的是使净现值为零的内部收益率。
As the test man page states, the test command evaluates expression parameters and, if the expression value is True, returns a zero (True) exit value.
正如test的手册页指出的,test命令运算表达式参数的值,如果表达式的值是True,就返回零(True)退出值。
If the parameter is set to a non-zero value, then an agent is not destroyed after it completes its work.
如果该参数被设为一个非零值,那么一个代理在完成其工作后不会被销毁。
One of them returns 0; the other, a non-zero value.
其中一个返回0;另一个返回一个非零值。
If absent, or set to zero (expressed as a value of PT0S), it implies that the Sequence will never expire.
如果没有出现或设置为0(表示为值pt0s),它暗示序列将永远不会过期。
The campaign not only offered zero value to customers, but in the end it ignored them by turning the blog into a press release platform.
这样的博客对顾客来说不仅毫无价值,而且最终会由于把博客变成一个新闻平台而忽视了顾客。
Once a new interval starts, the aggregate value counters are reset to zero.
当新时间间隔开始时,聚合值计数器将重置为零。
As the financial value of some university degrees sinks towards zero, training as a plumber or an engineer will look more attractive.
随着一些大学学位的经济价值降至近乎为零,作为管道工或工程人员的职业培训看来还更具有吸引力。
The addicts goal assumes a fixed value, and the value of everything shrinks to zero, and with terrible costs.
上瘾者享受着一个特定的价值,其他事物的价值降为零,并带来惨重的损失。
It contains 10 options, and each option contains the current value of the input field plus a number from zero to 9.
它包括了10个选项,每个选项包括了输入栏的当前值加上一个从0至9的数字。
We have insisted on bringing the shareholder value down close to zero, imposing tough terms and so on.
他说:“我们一直坚持把这些股东们持有的资产价值降到几乎为零,并设定严厉条件和采取其他措施。
Actually, you can't say what the share price is because there are zero shares and they have a zero price, so the value of the price per share is zero over zero and you can't define it.
实际上你并不能确定它的股价多少,因为股数为零,其市值也为零,所以每股价值就是,零除以零,无法计算。
Although the intent may be to "spice things up a bit," the result is most often the inclusion of "zero-value" graphics that leave your audience scratching their heads.
尽管你的意图也许是想“增加一点新鲜感”,但结果往往会是加进来的“零价值”的图片令观众抓狂不已。
The hashing algorithm is applied to the value of the partitioning key, and generates a partition number between zero and 4095.
散列算法应用于分区键的值,产生 0 到 4095之间的一个分区号。
A net present value of greater than zero indicates that the project has positive net economic benefit to the company.
净现值大于零说明项目对公司有正的净经济效益。
Consider the example in Listing 18, which sets a shell variable, tests for the value of the variable, and then programmatically executes another command if the value is greater than zero.
比如清单18中的示例,它设置一个shell变量,检查变量的值,如果值大于零,就自动地执行另一个命令。
Like Gonzalez, who went from zero to 10, many students saw the value of their gifts rise dramatically.
像Gonzalez从给0分到10分,很多孩子显著地看到他们礼物的价值。
The value space of the dayTimeDuration datatype is a restriction of the value space of the duration datatype with a months property value of zero and a fractional seconds value.
dayTimeDuration 数据类型的值空间是对duration 数据类型的一种限制,其月属性值为 0,并具有一个小数形式的秒数值。
As stated in the definition, test returns a zero exit value if the expression value was True or a non-zero exit value (that is, 1).
根据定义,如果表达式值是True,那么test返回零退出值,否则返回非零退出值(即1)。
If the length of the original value is greater than zero and matches the index value, both are shown in green; otherwise the values are shown in red.
如果初始值的长度比0大且和索引值相匹配,这两者都会以绿色显示;否则显示红色。
If the semaphore value is incremented from zero and there is any threads blocked in the pthread_cond, wait for the semaphore because one of them is awakened.
如果信号的值从零开始增加,而且pthread_cond中有任何线程被阻塞,那么请等待这个信号,因为其中一个会被唤醒。
Note that you use (i+1) because in the array, the counter value of the first element is zero; as you want to start with the first element, the 1 is added.
注意,这里使用了 (i+1),因为数组中第一个元素的索引号是0,要从第一个元素开始,必须加上 1。
Note that you use (i+1) because in the array, the counter value of the first element is zero; as you want to start with the first element, the 1 is added.
注意,这里使用了 (i+1),因为数组中第一个元素的索引号是0,要从第一个元素开始,必须加上 1。
应用推荐