中英
evaluator
/ ɪˈvæljʊeɪtə /
  • 简明
  • n.评估员;[电子] 鉴别器;求值程序
  • 商务英语/
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     评估员

    ...口语官(Ah-counter),负责记录你发言时的口头语、性别混淆和词语重复等情况,帮助你提高英语口语的流畅度;评估员(Evaluator),每个speech结束后,Table Topic结束后,都会有评估员来评估你的表现,并对你提出改进建议;评估长(GeneralEvaluator),这位大...

  • 2

     计算器

    ... Euler theorem 欧拉定理 evaluator 计算器 even integer 偶数 ...

  • 3

     评价者

    ...方面面,按照评价示明举行量化和非量化的丈量历程,终极患上出1个靠患上住的而且思维规律的论断此中,所说的评价者(Evaluators),也称为评估人,主如果对于某个对于象举行评价的主不雅自觉踊跃体

  • 4

     鉴定机

    ... evaluation评价,估价,鉴定 evaluator鉴定机,识别器 evaporate蒸发 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    You must be a sharp evaluator of information.
    您必须是精明的信息评估者。
  • 2
    Get an XPath evaluator instance from the factory.
    从工厂获得一个XPath计算器实例。
  • 3
    Otherwise, run the evaluator on each element of the list.
    否则,要对列表中的每一个元素运行求值程序。
查看更多
  • 同近义词
  • 同根词
  • 百科
  • Evaluator

    In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program. An interpreter generally uses one of the following strategies for program execution:Early versions of the Lisp programming language and Dartmouth BASIC would be examples of the first type. Perl, Python, MATLAB, and Ruby are examples of the second, while UCSD Pascal is an example of the third type. Source programs are compiled ahead of time and stored as machine independent code, which is then linked at run-time and executed by an interpreter and/or compiler (for JIT systems). Some systems, such as Smalltalk, contemporary versions of BASIC, Java and others may also combine two and three.While interpretation and compilation are the two main means by which programming languages are implemented, they are not mutually exclusive, as most interpreting systems also perform some translation work, just like compilers. The terms "interpreted language" or "compiled language" signify that the canonical implementation of that language is an interpreter or a compiler, respectively. A high level language is ideally an abstraction independent of particular implementations.

查看更多