const

['kɑnst]
  • 释义
  • [医]常数,不变的;Pascal语言中常量说明;

  • 双语例句
  • 1、

    Prefer passing objects by const & instead of passing by value.

    尽量按 常量 的引用传递对象而不是按值传递.

    互联网
  • 2、

    Function objects are passed by reference to const; function pointers are passed by value.

    函数对象以常量引用的方式传递; 函数指针则以值的方式传递.

    互联网
  • 3、

    The problem is that the key in an associative container is const.

    关联容器的键是const对象.

    互联网
  • 4、

    Usually, the right - hand operand is passed as a const reference.

    右 操作数 一般作为const引用传递.

    互联网
  • 5、

    The parameters to the template are const references.

    模板的形参是const引用.

    互联网
  • 6、

    Conversions from non const to const are allowed.

    允许从非const到const的转换.

    互联网
  • 7、

    That way the compiler can see the initializer whenever the const is used.

    那样的话,无论该const变量何时使用,编译器都能够看见其初始化式.

    互联网
  • 8、

    We must have a const understanding of the complexity and the perpetual nature of the process.

    一是克服法律万能主义,二是克服急躁和悲观失望两种情绪,正确认识法治化进程的长期性、复杂性.

    互联网
  • 9、

    The application including const - ruction equipment , refuse truck, agriculture machines, plastic machines, steel industries etc.

    广泛运用于建筑机械 、 工程车辆 、 农用机械 、 塑胶机械 、 钢铁工业等.

    互联网
  • 10、

    This paper introduces an efficient digital controlled const current source based on the switch technology.

    摘要本文重点介绍一种高效率的基于开关技术的数控恒流源.

    互联网
  • 11、

    At present, our hydropower const ruction system exists the contradictory of finance demands and investment system.

    目前, 我国水电建设体制还存在着资金需求与投资体制等突出的矛盾.

    互联网
  • 12、

    TUint 8 & A non - const reference to the data item at the specified position.

    指定位置的数据项 非 常量引用.

    互联网
  • 13、

    To make the initializer visible, we normally define such consts inside a header file.

    而要使初始化式可见, 一般都把这样的const变量定义在头文件中.

    互联网