• 结果早期开发者醉心于使用代码维护他们的运算法则,但用户界面却关注

    As a result, early developers devoted as much code as possible to running their core algorithms efficiently and gave little thought to user interface.

    youdao

  • 运算简单前提记下代码否则无法完整头脑中使用这种方法

    The math is pretty easy, but unless you memorize the codes, you won't be able to perform the entire technique in your head.

    youdao

  • 清单4中,已经这些运算符分离JJTree脚本中的单独结果中,因为客户机端的代码简单

    I've demultiplexed these into separate productions in the JJTree script in Listing 4, since this makes the code on the client side more straightforward.

    youdao

  • 使用set -x还要记住一点如果脚本内部函数,而且set - x放在代码主体部分那么输出包含函数运算过程。

    One thing to keep in mind when using set -x is that if the script you're evaluating has internal functions, set -x will carry over to its child function if placed in the root body of the code.

    youdao

  • 对于c编写代码项目Meschach(读作me - shark)提供了例程用于矩阵向量运算

    For projects coded in c, Meschach (pronounced: me-shark) provides routines for operating on matrices and vectors.

    youdao

  • 虽然代码使用了一些向量运算我们关注个寄存器的一个其他值则被简单忽略

    It will use some vector operations, but we will only be concerned with one value within each register — the others we will simply ignore.

    youdao

  • 本文中,代码识别器”重点了解许多浮点运算循环花费长的运行时间

    The important thing to know about "code_recognizer" for this article is that it does a lot of looping floating point math, and it takes a long time to run.

    youdao

  • 使用 PreparedStatement 的那种代码片段编码方面更为优雅因为STATETYPE值置入SQL语句时需要进行字符串运算

    The variant with the PreparedStatement is more elegant regarding the coding, as no string arithmetic is required to put the values for STATE and TYPE in the SQL statement.

    youdao

  • 通过在计算机上的模拟测试证明算法网络病毒具有较高检测精度速度运算开销小,代码简单可以嵌入网络设备中。

    Simulation experiments indicate that the algorithm has the higher detecting accuracy and speed and spends less system resources, and can be embedded into network devices for its simple codes.

    youdao

  • 如果程序逻辑依赖任何这些附加代码可能应该避免使用短路运算

    If your program logic depends on any of that additional code, you should probably avoid short-circuiting operators.

    youdao

  • 自己编写可达矩阵层次划分代码使用时,替换已有矩阵,即可运算

    I have written for reachability matrix, the level of classified code. Use, replace the existing matrix, computing can be!

    youdao

  • 第一代码进行简单的运算;后面的代码是用来应对我们之前讨论过特例情况

    The first line performs the basic operation; the remainder deals with the special cases we saw before.

    youdao

  • 采用直接随机测试方法浮点运算单元进行了测试和验证,代码覆盖率功能覆盖率都达到了100%。

    Tests and verifies the floating point unit in direct and random methods, with 100% functional coverage and code coverage.

    youdao

  • 然而某种数据库中间件(MOCHA)为了减少网络数据传输量,实现查询优化,就把部分代码迁移数据库站点进行数据缩减运算

    However, in order to optimize the query operation, Some database middleware such as MOCHA ship part of codes to the distant sites which are close by the database.

    youdao

  • 如果逗号运算左侧表达式没有任何副作用编译器可能不再生成表达式代码

    If the left expression to comma-operator has no side effects, the compiler might omit code generation for the expression.

    youdao

  • 处理器执行代码指令进行算术运算内部数据传递以及外部设备通信

    A microprocessor executes encoded instructions to perform arithmetic operations, internal data transfer, and communications with external devices.

    youdao

  • 一方面一个重载运算增加代码物流可读性

    On one hand overloading operators for a class you have created can help with logistics and readability of code.

    youdao

  • 程序一种代码运算操作基础度量方法,表示理解某个类型方法难易程度

    Program volume is a measure of the difficulty of understanding of a type or method that is based on the number of operators and operands in the code.

    youdao

  • 模块使我们可以容易模拟我们不同控制运算法则测试代码不用使用任何硬件

    The module made it easy for us to simulate our different control algorithms and test the code without the use of any hardware.

    youdao

  • 然而性能提高同时却带来巨大运算使得很难直接运用其源代码达到实时解码

    However, along with its performance improved, it has brought a tremendous amount of computing, so it is difficult to use its source code directly to achieve the real-time encoding and decoding.

    youdao

  • 不幸是,多数代码格式化工具都会漠视运算优先级,从头到尾采用同样空格方式。

    Unfortunately, most tools for reformatting code are blind to the precedence of operators and impose the same spacing throughout.

    youdao

  • 通过使用适当运算可以轻松地枚举转换基础类型以下代码所示

    You can easily convert enumerations to the underlying type by using the appropriate operator, as shown in the following code.

    youdao

  • 公开一种在计算机产生模拟多孔介质流体流动有限元模拟程序的本机运算测试代码文件改进方法系统

    An improved method and system are disclosed for creating on a computer a native operators and test code file for a finite element simulator to model fluid flow in porous media.

    youdao

  • 发明通过借助符号语言翻译器处理接合文件产生本机运算测试代码文件。

    The present invention generates the native operators and test code file by processing the splice file through the symbolic language translator.

    youdao

  • 表达式可以使用数值命令退出代码字符串文件系统路径上使用运算

    Expressions can use operators that act on constant values, exit codes from commands, strings, macros, and file-system paths.

    youdao

  • 既然所有必要计算第一代码完成了,那么后代码不会产生递归运算因为直接返回缓存中的数值

    Since all of the necessary calculations are completed on the first line, the next two lines need not perform any recursion because cached values are returned.

    youdao

  • 既然所有必要计算第一代码完成了,那么后代码不会产生递归运算因为直接返回缓存中的数值

    Since all of the necessary calculations are completed on the first line, the next two lines need not perform any recursion because cached values are returned.

    youdao

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

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

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