MDB和类似的软件部分没有返回值。
该函数没有返回值。
如果挂起则返回-1,否则没有返回值。
这个函数没有返回值。
这个函数没有返回值。
注意,username_taken方法并没有返回值。
Notice that the username_taken method does not return a value.
对于没有返回值的方法,wscompile生成没有部分的消息。
For methods that return no values, wscompile generates messages without parts.
因为例子2没有返回值标签,序列不返回值(假设,建模的序列不需要返回值)。
And since example 2 does not have a return value labeled, the sequence does not return a value (presumably, the sequence being modeled does not need the return value).
代码块就是将返回一个值的一组代码,如果没有返回值,那么会返回一个NULL对象。
A code block is simply a block of code that returns a value, and if no value is returned then a NULL object is returned.
无返回值的函数要么就是屏幕上显示出一些内容,要么就有其他的功能,但就是没有返回值。
Void functions might display something on the screen or have some other effect, but they don't have a return value.
如果没有发生缓冲区溢出,返回值始终是组合字符串的长度;这使得检测缓冲区溢出真正变得容易了。
The return value is always the size of the combined string if no buffer overflow occurred; this makes it really easy to detect an overflow.
映射区分大小写,只有当方法拥有一个返回值而且没有输入参数时才能匹配。
The mapping is case insensitive and only matches if the method has a return value and no input parameters.
没有要输入的返回值;在一些后续步骤中,我将会告诉您如何触发下一状态变化。
There is no return value to enter; in some upcoming steps we'll tell you how to trigger the next state change.
您也许已经注意到当创建元素时,没有指定这些消息是进入参数还是返回值。
You may have noticed that while creating the elements, you did not specify whether these messages are incoming parameters or return values.
现在已经创建了Scheme变量,接下来就可以调用scheme函数square2(这一次没有参数),并用相同的方式捕捉和取消引用返回值。
Now that the Scheme variable has been created, you can simply call the Scheme function square2 (this time without an argument) and follow the same process to grab and dereference the return value.
返回值(这里存储在 $rss变量中)并没有指向整个文档,如果使用过其他API如文档对象模型(DOM)您可能会这样期望。
The return value -- here stored in the $rss variable -- does not point to the entire document, as you might expect from experience with other APIs such as the Document Object Model (DOM).
如果返回值是一个空句柄,并且你没有正确的设置TryCatch,你的代码就会崩溃。
If the value returned is an empty handle, and you do not have a TryCatch in place, your code must bail out.
是的,你实际上没有存储GetInt的返回值。
c语言没有包含一种内置的功能来处理异常,因此默认情况下,如果您不处理函数的返回值,它就会将其忽略。
C doesn't include a built-in capability to handle exceptions, so by default it ignores any function returns if you don't do anything with them.
如果对于返回值没有较多要输入的数据,或者返回值无法计算时,此类型的模拟非常有用。
This is useful if you don't have much data to enter for the return value, or when the return values can't be computed.
最后,考虑这种情况:如果没有定义updatecommand,却提交更改,那么canupdate返回值为假,并引发一个异常。
Finally, consider that if UpdateCommand isn't defined, CanUpdate returns false and an exception is thrown if you try to submit changes.
如果函数被用作一个过程,并且没有任何有用的返回值,那么可以不包含return语句。
You can include none at all if the function is being used as a procedure and has no useful return value.
如果yield发生,return一定只发生在没有伴随任何返回值的情况中。
If yield occurs, return must only occur without any accompanying return value.
如果返回值没有指定,那么函数的缺省返回值是int类型的。
If a return value is not otherwise specified, the default return value for a function is int.
尤其要注意,如果返回值为NULL并不一定就是说当前线程没有捕捉到鼠标,完全有可能是另一个线程或进程捕捉到了鼠标。
NULL return value means the current thread has not captured the mouse. However, it is possible that another thread or process has captured the mouse.
如果有错误发生,返回值为- 1,例如没有可生成的语音文件格式。
If an error occurs then the result is -1. This can happen, for example, if you ask for a non-existent format.
如果返回值为NULL,表明当前没有这个依于这个类的窗口;
我的谓词设置正确,所有的日志语句我抛出的返回值…但是没有什么发生,当它设置。
My predicate sets properly, all the log statements I've thrown in return values... but nothing happens when it's set.
我的谓词设置正确,所有的日志语句我抛出的返回值…但是没有什么发生,当它设置。
My predicate sets properly, all the log statements I've thrown in return values... but nothing happens when it's set.
应用推荐