• 代码序列然后在声明属性揭露

    In this code sequence, the attributes before the class declaration do most of the exposing.

    youdao

  • 所以识别过程,获得方向代码序列随机的。

    In the course of recognition, the direction code sequence is stochastic and uncertain.

    youdao

  • 糟糕所编写每一个POJO重复这样代码序列

    What's worse is knowing you'll have to repeat this exact sequence of code in every POJO you write.

    youdao

  • 现在不管输入大写还是小写,所有都会经过以下代码序列进行处理

    Now, all of your values, whether they are lowercase or not, will be processed through the following code sequence

    youdao

  • 扩频信号一个随机代码序列,此码速率消息数据速率高若干数量级

    The spreading signal is a pseudo-noise code sequence that has a chip rate which is orders of magnitudes grater than the data rate of the message.

    youdao

  • 然后设计代码序列进行代码序列匹配,得到场景表面摄像机投影平面三者之间对应

    The corresponding points between surface of scene, projection plane and camera image plane are worked out by matching subsequence in the designed sequence.

    youdao

  • 这是能够代表使用代码最短可能的多字节序列

    The shortest possible multi-byte sequence that can represent the code is used.

    youdao

  • 序列通过代码反向工程可以展示方法发生一切,还能以可视化的形式展示交换对象消息

    The sequence diagram shows what happens inside of a method by reverse engineering the code and visually displaying which objects and messages are exchanged.

    youdao

  • 最后一个代码再次使用这个序列生成用户已经访问过场面路线”,从而查看用户过去任何时间点所的路线。

    The final block of code again makes use of this sequence and generates an "itinerary" of which scenes the person had already visited to get to where they are at any given time.

    youdao

  • 生成WSDL使用代码生成工具时)此序列中的每一个子元素类型作为服务界面中的操作参数

    Each child element-type in that sequence will be generated (while using code generation tool on WSDL) as a parameter of the operation in the service interface.

    youdao

  • 尽管一些处理金额应用程序需要很高精度,但是可能希望使用简单整数序列便于代码处理

    While some applications dealing with monetary quantities will need a high precision, you might want to use a simple integer sequence that is easier to deal with in your code.

    youdao

  • 可以现有代码可视化uml包括图、序列图、主题图,浏览图(参见2)。

    You can visualize existing code artifacts as UML diagrams, including class, sequence, topic, and browse diagrams (see Figure 2).

    youdao

  • 使用两个16位代码单元序列表示字符时,将字符称为代理对。

    When a character is represented using a sequence of two 16-bit code units, it's called a surrogate pair.

    youdao

  • “白名单”过滤器响应包含某种唯一可以识别原始消息代码譬如一个散列序列标识

    The whitelist filter's response contains some kind of unique code that identifies the original message, such as a hash or sequential ID.

    youdao

  • 特别地,应该确保隐藏查询视图(后端代码使用)没有任何单击可排序列因为完全一种浪费

    In particular, you want to make sure that hidden lookup views, which are only used by back-end code, do not have any click-sortable columns because that is a waste.

    youdao

  • 排序序列代码映射至每个字符排序序列中的期望位置

    The collating sequence maps the code point to the desired position of each character in a sorted sequence.

    youdao

  • 其他系统可能需要使用不同十六进制代码(序列经历代码转换)。

    On other systems, a different hexadecimal code might need to be used (this sequence does not undergo code page conversion).

    youdao

  • 如果这个程序中一操作码出现了多次,请尝试dump文件寻找处理程序代码打印序列

    If the program has more than one occurrence of the opcode, try to find the sequence printed by the handler code in the dump file.

    youdao

  • 尽管清单6中的代码与清单2中的按钮序列的事情相同,但下列优点

    While the code in Listing 6 does the same thing as the button sequence in Listing 2, it offers the following advantages.

    youdao

  • RecipeJAUS运行时环境基本上就是线程管理器加上一个用于加载执行RecipeJAUS信息包序列的RecipeJAUS代码解释器

    The RecipeJAUS runtime environment is a essentially a thread manager coupled with a RecipeJAUS code interpreter that loads and executes a RecipeJAUS packet sequence.

    youdao

  • 使用代码创建RecipeJAUS信息包序列

    You use this code to create the RecipeJAUS packet sequence.

    youdao

  • 清单1显示了OpenIdRegistrationPage提交窗格执行调用序列所用的代码

    Listing 1 shows the code for the OpenIdRegistrationPage that submits the form and makes this call sequence.

    youdao

  • RCS编译器一个原型版本,在通过 RCS数据库ResourceCatalogActionCatalog转换RecipeJAUS代码之前产生 RecipeJAUS序列

    The RCS compiler is a prototype version that generates the RecipeJAUS sequences prior to conversion to RecipeJAUS code through the ResourceCatalog and ActionCatalog tables of the RCS database.

    youdao

  • 序列迭代多次调用Fibonacci序列代码,从而与上面的SPEPthread测试执行工作者线程匹配

    Sequential iteration: the Fibonacci sequence code is called iteratively multiple times to match the number of workers that were executed in the SPE and Pthread tests above.

    youdao

  • 其他系统可能需要使用不同十六进制序列(序列经历代码转换)。

    On other systems, a different hexadecimal sequence might need to be used (this sequence does not undergo code page conversion).

    youdao

  • 使用二进制代码序列问题之一就是无法查看结果

    One of the problems with binary serialization is you can't look at the result.

    youdao

  • 代码归档中可以看到如何序列猜测数组将该数组一次猜测传递到另一次猜测中。

    In the source archive, we can see how we serialize the guess arrays and pass them from guess to guess.

    youdao

  • 会发现自定义模型带来问题需要自己编写通用代码支持模型序列侦听模型更改功能

    The problem with custom models is that you find yourself writing common code to support your model, like serialization and the ability to listen to model changes.

    youdao

  • 编写不多代码,用于真正执行序列过程

    Write the few lines of code that actually perform the serialization process.

    youdao

  • 清单11显示创建格式按钮代码

    Listing 11 shows the code to create the ordered list formatting button.

    youdao

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

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

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