• There would be no reverse engineering or model-code synchronization, as the source in this approach is always the model.

    其中并没有反向项目模型代码同步这个方法中的通常模型。

    youdao

  • Code synchronization and frame synchronization of the telemetry data play an important role in the telemetry data processing system.

    同步同步遥测数据处理系统占有非常重要地位

    youdao

  • It emphatically analyses carrier synchronization loop and code synchronization loop of HSP50210, and presents its application in software radio system.

    文章介绍了HSP50210主要性能特点基本工作原理,重点分析了他的载波同步元同步环。

    youdao

  • The code change in this example did not involve any synchronization and so there are no issues with the locking behavior of the application.

    中的这个代码更改没有涉及任何同步因此没有产生应用程序锁定行为问题

    youdao

  • No one likes writing or maintaining boilerplate GUI to domain model synchronization code.

    没有喜欢编写维护样本gui模型同步代码

    youdao

  • If you have two operations that require synchronization separated by a small block of thread-safe code, you are generally better just using a single synchronized block.

    要是一小线程安全代码要求同步两个操作隔开那么使用一个同步一般更好些

    youdao

  • The second solution is to allow multiple thread submissions while relying on synchronization in server-side code to safeguard against race conditions.

    第二解决方案允许多线程提交但是依赖服务器端代码中的同步避免情况

    youdao

  • It is still important to consider the state used by those parallel methods, however, because the external code may not make the necessary synchronization guarantees.

    不过考虑这些并行方法使用状态仍然很重要因为外部代码可能保证必要同步运作

    youdao

  • The protocol type that you select in the transformation configuration determines the synchronization level between the source model and the target code.

    转换配置中选择协议种类决定了模型目标代码之间同步化水平

    youdao

  • Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe.

    最后DOM实现通常包括许多同步代码使多线程化访问安全

    youdao

  • In cases where synchronization is necessary, the synchronized code block should be minimized.

    必要进行同步场合下,应该尽量缩小同步代码

    youdao

  • On the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.

    表面上省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全代码了,前提同步的确是多余的情况下。

    youdao

  • Because you are using the same synchronization code over and over, instead of creating your own, you have fewer bugs.

    由于重复使用同一同步代码而不是创建自己的同步代码,因此出现的错误少一些

    youdao

  • Synchronization coverage: Measuring code coverage is a highly recommended practice in unit testing, but when it comes to concurrent programs, code coverage is misleading.

    同步覆盖单元测试中极力推荐测量代码覆盖,但是在测试并行程序使用,代码覆盖容易产生误导。

    youdao

  • Note that "release to trunk" doesn't mean that we are copying the code for one specific story to trunk. It means we are copying everything from work to trunk, i.e. doing a complete synchronization.

    注意发布主干不是我们仅把某个故事代码直接拷贝到主干中,而是意味着所有工作拷贝到主干中,一次完整同步

    youdao

  • Subsequent invocations do not require synchronization because the first invocation is the only invocation that executes the code at //2, which is the only line that requires synchronization.

    由于只有第一调用执行 //2代码只有此行代码需要同步,因此就无需对后续调用使用同步。

    youdao

  • Synchronization performance varies with the JVM, processor, workload, JIT activity, number of processors, and the amount and character of code being executed using synchronization.

    同步性能随着JVM处理器工作负载JIT活动处理器数量以及同步执行代码数量特征而变化。

    youdao

  • What's more, developers have to reason about each and every line in the code, looking to see if it needs to be protected because too much synchronization is just as bad as too little.

    此外开发人员需要代码刨根知底,确定是否需要保护它们因为过度同步同步同样有害

    youdao

  • Synchronization of models with delivered code.

    模型已交付代码同步

    youdao

  • What results instead of order is, at worst, chaos and, at best, large blocks of boilerplate synchronization code prone to bugs.

    打乱顺序最糟糕结果造成数据混乱幸运的结果是大块样本同步代码出现bug

    youdao

  • But considering the original Person also had no synchronization code around those mutable setters, the Scala version is safer to use.

    但是由于原始Person没有这些可变setter 相关同步代码,所以Scala版本使用起来安全。

    youdao

  • In addition to Acceleo, Obeo Designer also brings along Obeo Traceability to detect and correct all incoherence and synchronization problems between your application code and your models.

    除了Acceleo,Obeo设计提供了Obeo可追溯功能,可以用来探测修正所有应用代码模型之间出现的不一致和同步问题

    youdao

  • The data binding code and data synchronization code are also generated automatically. The following C# code is generated by IBM Database Visual Studio Add-in to bind the Employee table.

    自动地生成数据绑定代码数据同步代码。

    youdao

  • Designer also creates SQL ce.sdf database file to be used as local cache store as well as synchronization code necessary to interact with the sync Service.

    设计器会创建SQL精简数据库文件作为本地数据缓存生成同步服务进行交互代码

    youdao

  • This type of code has the similar power spectrum to the original AMI code, and though its code efficiency decreases, rapid synchronization will avoid losing data and increase the credibility of data.

    码型具有原始AMI类似功率尽管编码效率不高,其快速同步捕获特性可以避免数据丢失提高数据的可靠性

    youdao

  • The fourth chapter is this paper's emphasis , focuses on the byte processing part(outer code) module by module: data reverse transformer, de-randomizer, RS decoder, de-interleaver and synchronization.

    第四本文主要部分,开始分模块说明字节处理部分的研究:数据格式变换、解扰、RS译码、去交织同步头搜索。

    youdao

  • In looking at the code example in Listing 1, one immediate difference between lock and synchronization jumps out — the lock must be released in a finally block.

    查看清单1中的代码示例时,可以看到locksynchronized有一点明显的区别——lock必须在finally块中释放

    youdao

  • Comparing with the traditional code tracking method, it is made for fast synchronization and maintenance. It also avoids the error of the JPL approximation algorithm.

    传统跟踪方法相比,更有利于迅速同步稳定保持避免了JPL近似算法带来的误差

    youdao

  • In this paper, a new robust digital audio watermarking algorithm against desynchronization attacks is proposed, in which the audio statistic characteristics and synchronization code are utilized.

    结合数字音频时频域统计特性同步码技术,提出可有效抵抗去同步攻击的混合域数字音频水印嵌入算法

    youdao

  • In this paper, a new robust digital audio watermarking algorithm against desynchronization attacks is proposed, in which the audio statistic characteristics and synchronization code are utilized.

    结合数字音频时频域统计特性同步码技术,提出可有效抵抗去同步攻击的混合域数字音频水印嵌入算法

    youdao

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

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

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