INT

abbr.  个别需要做的试验(Individual Needs Test); 红外非破坏性试验(Infrared Nondestructive Testing); 综合试验

计算机

BNC.8397



双语例句

  1. With this, I square the argument and return it through another call to scm_from_int.
    然后,我平方参数,并通过另一个scmfromint调用返回它。
  2. Click the default string type and select int from the types list.
    单击缺省的string类型,并从类型列表中选择int。
  3. This method increments an int JavaBean property defined with get and set methods.
    这种方法增加一个定义有get和set方法的intJavaBean属性。
  4. You should see that$ counter= ( int) 1.
    应该会看到$counter=(int)1。
  5. The other two methods are proxies for the get and set methods used to access an int property value.
    另外两个方法是用于访问一个int属性值的get和set方法的代理。
  6. Two constructors are defined on the class: one taking an int and one taking a pair of ints.
    类中定义了两个构造函数:一个构造函数带有一个int参数,另一个带有两个int参数。
  7. Similarly, create another UML attribute of Y and set its type to int.
    类似地,创建另一个UML属性Y,将其类型设置为int。
  8. This indexer will have two parameters of type int, and it will return a Point type.
    该索引器将有两个int类型的参数,并且它将返回Point类型。
  9. It would also be useful to define a valid range for an int value.
    而且,为一个int值定义一个有效范围也很有用。
  10. A UML property b of type int and a UML operation xyz with return type int.
    一个UML属性b(类型为int)和一个UML操作xyz(返回值类型为int)。
  11. Add two parameters of type int to the operation, and name them row and column.
    向操作添加两个int类型的参数,并将其命名为row和column。
  12. Enter int range po1-X& Applies configuration to all the port channels you have configured.
    输入intrangepo1-X&把配置应用到刚才配置了的所有通道端口。
  13. In this example, five hits were found matching the keywords "TSRM" and "int".
    在此示例中,找到匹配关键字“TSRM”和“int”的五个匹配项。
  14. To enable memory access, it provides put and set methods for ints, chars, and bytes.
    为允许内存访问,它为int、char和byte提供了put和set方法。
  15. Note also that the conversions apply equally for boxed and unboxed Java types, such as Integer and int.
    另请注意,转换同样适用于受限和不受限Java类型,例如Integer和int。
  16. You just created a new data type defined by the built-in int class.
    您立即可以创建一个由内置int类定义的新数据类型。
  17. Python has five simple built-in types: bool, int, long, float, and complex.
    Python有五个内置的简单类型:bool、int、long、float和complex。
  18. Also suppose that the Collaborator object requires a string and a primitive int as parameters passed to the constructor.
    同时假定Collaborator对象要求使用字符串和原始的int作为传递给构造函数的参数。
  19. Check if it is a valid integer for this platform, using INT_MAX.
    用INTMAX检查它是否为这个平台的有效整数。
  20. There are no primitives like the Java language's int, float, and boolean.
    Ruby不具备Java语言中的int、float和boolean这样的基本类型。
  21. This means that in a C program, you can write int I= 100 to create and initialize an integer variable.
    这意味着在C程序中,可以编写inti=100来创建和初始化整型变量。
  22. You have some code in D that says infoof ( Bar ( int, int)).
    你在D中的一些代码里用了infoof(Bar(int,int))。
  23. Now I'm going to have another pointer to an int.
    现在我声明另一个int型指针。
  24. When using default routes, this URL will be/ people/ show/ ( some_int).
    当使用默认的路由规则时,所得到的URL为/people/show/(someint)。
  25. The coding convention document suggests using int for integers, even if they can't be negative.
    编码约定文档建议对整数使用使用int,即使它们并不能取负值。
  26. If you add an int and a long, the result will be long.
    如将一个int和一个long值相加,则结果为long。
  27. BYTE An8-bit integer that is not signed.
    无符号8位整数。注意整数和整型int不一样。
  28. But there is a genuine need to have separate int and number types, I agree.
    但有一个真正有需要有单独的诠释和数量类型,我同意。
  29. The assertions used in this example show how we can pass as many ints as desired.
    这个例子中所用的断言显示了我们如何传入任意多的int类型的参数。
  30. These shifts can be avoided by using int and unsigned int for local variables.
    这些移位操作可以通过使用int和unsignedint的局部变量来避免。