• I get the int and store it in n. The switch statement takes inside its parenthesis an int or a char or some primitive type.

    得到整数存储到nswitch语句圆括号里可以是个整数,或者一个字符其他的基本类型。

    youdao

  • The problem only arises if you have an int divided by an int.

    这个问题发生在,型数除以一个整型数的时候。

    youdao

  • One of them takes no arguments, another one takes an Int ID value, and another one takes both an Int and String.

    其中没有参数另外一个接受id还有一个同时接收整型字符串参数。

    youdao

  • Well, if intuitively the problem is the result of dividing an int by an int, surely a solution is: "Don't do that," right?

    好的直观地看,如果那个问题原因是因为型数除以整型数的话,无疑有个解决方案:“不要那样做“,是吗?

    youdao

  • This is excellent for INT heroes who have high base INT and can use the regeneration to harass.

    对于拥有基础智力智力型英雄极好的并且可以利用回复进行骚扰

    youdao

  • That's the limit where, like I've described, E int here is E interaction, or E int.

    这个极限中,就像描述的,相互作用E

    youdao

  • The only common problem is when a class has both foo (double) and foo (int) variants, and you expect the int version to be invoked.

    惟一一种常见问题就是同时具有foo (double)foo (int)这两种变体时而且希望调用的是版本

    youdao

  • These shifts can be avoided by using int and unsigned int for local variables.

    这些移位操作可以通过使用intunsigned int局部变量来避免

    youdao

  • What we have so far is the send_message(int timeout, char *message, int length) function.

    到目前为止我们已经有了 send_message(inttimeout,char *message, intlength) 函数。

    youdao

  • For example, to create an inline function such as inline int inlineop (int x), perform these steps.

    举例来说,创建一个函数inlineintinlineop (intx),请您执行下述步骤

    youdao

  • You use both the int and long types to hold integer values, the difference being that an int is a 32-bit integer value.

    可以使用intlong两种类型保存数值,它们的不同点在于int一种32位的整数值

    youdao

  • This has to be mapped before being used: int setpriority (int scope, int id, int delta);.

    使用之前必须对此进行映射intsetpriority (intscope, intid, intdelta);。

    youdao

  • An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two parallel arrays of ints are also a lot more efficient than an array of (int, int) objects.

    int类型数组一个Integer类型的数组要好同样也可以归纳这样个原则,两个int类型的数组要比一个(int, int)对象数组效率要高的

    youdao

  • In this case, you can use a Convert to ensure that the string age, which is expected, but not required to be an int, is actually an int in the target.

    对于这种情况可以使用Convert确保字符串格式年龄(预期的值,不一定数值)在目标一个整数值。

    youdao

  • The first two callback methods, subscribed(int, byte[]) and unsubscribed(int), are for clients that want to monitor subscription acknowledgments.

    两个回调方法subscribed(int,byte[])unsubscribed(int) 主要针对监视订阅确认的客户机

    youdao

  • Note that I used an old-fashioned explicit int loop, rather than the more convenient for (int i : integers) enhanced for loop, because it is slightly faster, even for arrays (see Resources).

    注意使用的是一个老式的显式int循环不是方便for (inti :integers) 改进型 for 循环,因为速度快一点儿(参见 参考资料)。

    youdao

  • For example, an int parameter would be declared as int and a String parameter would be declared as String so a value could be returned in it.

    例如int参数声明intString参数被声明为String,因而可以这些参数中返回一个

    youdao

  • Although it does not provide a type int, it doesn't suffer from the ambiguities that have always arisen from ranges of int on different platforms.

    虽然没有提供int类型,但它不会受到int不同平台上取值范围不同所带来多义性的困扰。

    youdao

  • This instruction doesn't invoke Color (int, int, int).

    条指令不会调用Color (int, int, int)。

    youdao

  • If the first two arguments to find are of type int* and the third is of type int, then it is as if you had called the following function.

    如果前面两个参数类型int*,第三个参数类型是int那么调用下面函数一样。

    youdao

  • When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).

    装箱需要int转换Integer 时,编译并不调用new Integer(int),而是生成 Integer.valueOf(int) 的调用。

    youdao

  • In this code: pid_t waitpid(pid_t pid, int *status, int options), waitpid() infinitely waits for the child process to terminate.

    段代码中:pid_twaitpid(pid_t pid,int *status, intoptions),waitpid()会无限期等待进程终止

    youdao

  • To access the raw pixel for a given location the method getPixel(int x, int y, pixel int[]) can be used.

    访问给定位置原始像素可以使用getPixel(intx, inty,pixel int[]) 方法。

    youdao

  • User: Well then, it ought to be straightforward then. infoof (Bar (int, int)), done.

    用户:既然如此,那应该直截了当了infoof (Bar (int, int)),这就完了

    youdao

  • To create a template class such as template class oneT, int X> {int op(){}};, create a UML class and then add the following two template parameters and one UML operation

    创建模板例如templateclassoneT,intX> {intop(){}};,首先创建一个UML 类,然后添加下面两个模板参数个 UML操作

    youdao

  • Int a Well, one, function has called swap, takes one int called a, printf followed by another int called b, and as we've seen with print f, if you have multiple arguments, you separate them by commas.

    好的函数叫做swap参数是,一个参数是int,B我们看到的,如果几个参数,它们逗号分开。

    youdao

  • The onAccuracyChanged(int sensor,int accuracy) method is invoked when the accuracy of a sensor has been changed.

    传感器准确性更改,将调用onAccuracyChanged(intsensor,int accuracy)方法

    youdao

  • This call also initializes the semaphore count: int sem_init(sem_t *sem, int pshared, unsigned int value). In this code

    信号量计数器进行初始化:intsem_init(sem_t *sem, intpshared,unsigned intvalue)。

    youdao

  • Create a UML operation named purevirtualop with a return parameter of type int and a parameter x of type int.

    创建一个名为purevirtualopUML操作,其返回类型int参数x 的类型为 int

    youdao

  • To create a friend function such as friend int Class2: : friendop (int x), where Class2 is the class in which the function friendop is defined, perform these steps.

    创建一个函数friendintClass2friendop (intx),同时函数的友好性被定义class2中,请您执行下述步骤

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定