您要查找的是不是:
- Create an Integrated Value Chain. 建立一个集成的价值链。
- Integral-selector is an expression that produces an integral value. “整数选择因子”是一个特殊的表达式,能产生整数值。
- The thumb position is always a discrete integral value. 滑块位置总是一个离散的整数值。
- Value to an integral type, this value is rounded towards zero to the nearest integral value. 值转换为整型时,该值将舍入为与零最接近的整数值。
- So the answer is that casting from a float or double to an integral value always truncates. 所以答案就是: 将一个float或double值造型成整数值后,总是将小数部分“砍掉”,不作任何进位处理。
- For instance, if you assign an integral value to a floating-point variable, the compiler will automatically convert the int to a float. 例如,假设我们为浮点变量分配一个整数值,计算机会将int自动转换成float。
- Although it appears you're switching on a character here, the switch statement is actually using the integral value of the character. 尽管我们在这儿表面上要处理的是字符,但switch语句实际使用的字符的整数值。
- Operator to perform arithmetic left shifts on integral values. 运算符对整数值执行数学左移位。
- Although we cannot pass an integral value to a enum parameter, we can pass an enum to a parameter of integral type. 虽然无法将整型值传递给枚举类型的形参,但可以将枚举值传递给整型形参。
- Result: Absolute integral value algorithm had better results in smoothness and online display. 结果:绝对值分段积分算法在曲线平滑程度上优于其他算法。
- Although it appears you're switching on a character here,the switch statement is actually using the integral value of the character. 尽管我们在这儿表面上要处理的是字符,但switch语句实际使用的字符的整数值。
- For instance,if you assign an integral value to a floating-point variable,the compiler will automatically convert the int to a float. 例如,假设我们为浮点变量分配一个整数值,计算机会将int自动转换成float。
- A character encoding, such as Unicode, is a way of mapping a given character in a language to an integrer value in a character set. 字符编码(如Unicode)是将语言中的给定字符映射为字符集中的整数值的方式。
- A little crack detracts from the value of the vase. 小小的裂痕减损那个花瓶的价值。
- This, as shown in Section 2.3, forced m and 1 to assume integral values. 正如本书第2章第3节所指出的,这迫使m和1取整数值。
- The index of efficiency type after dealing with will be applied to the setting up of appraised method, drawing the integrated value of PAP. 将处理后的效率型指标应用于本文建立的绩效评价方法,得出对职业经理人个人绩效的综合评价值。
- I set a high value on his advice. 我认为他的忠告很有价值。
- The bitwise OR operator. Generates a new integral value in which each bit position is 1 if either operand has a 1 in that position; otherwise the bit is 0. 位或操作符。在做位或操作时,如果两个操作数对应位置上的位至少有一个为1,则操作结果中该位为1,否则为0,位或操作产生一个新的整数值。
- The value of your assistance is inestimable. 阁下鼎立相助之功不可胜言。
- The singly-quoted characters in the case statements also produce integral values that are used for comparison. 在case语句中,用单引号封闭起来的字符也会产生整数值,以便我们进行比较。