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

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

    youdao

  • It provides in detail a technique about how to identify initial flag, synchronization code and data.

    详细阐述了用软件识别同步时钟、起始、同步头数据的技术方法

    youdao

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

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

    youdao

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

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

    youdao

  • Secondary synchronization code (SSC) sequence number identification is the kernel of the second stage in cell search.

    辅助同步序号识别过程小区搜索第二阶段核心

    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

  • We combine the error-tolerant technology with no error-tolerant technology to carry out the detection of the frame synchronization code.

    提出一种数字传输系统中同步检测方案,利用容错技术容错技术相结合实现帧同步码检测。

    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

  • Required to search state can correctly be extracted from the data stream frame synchronization code, in a certain design requirements into the stable synchronous state.

    设计一检测电路,搜索同步码。要求在搜捕能够正确数据提取帧同步达到一定设计要求进入稳定同步态。

    youdao

  • In the extract process, through the decoding of the synchronization code to locate the position of the watermark signal embedded in the frame as well as data starting position.

    提取过程中通过同步解码定位水印信号嵌入位置以及数据起始位置。

    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

  • A robust digital audio watermarking algorithm is presented, which can resist desynchronization attack effectively. We embed synchronization code by modifying the mean value of several samples.

    改进了一种抵抗同步攻击数字音频盲水印算法,该算法通过修改多个采样的统计均值嵌入同步,解决了空域嵌入同步码的不稳定性问题。

    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

  • The features of the proposed algorithm are as follows: (1) Synchronization code is embedded into audio with the watermark, and the watermark thus generated has the ability of self synchronization.

    算法具有如下特点:(1 )在隐藏水印信息的同时,嵌入一个同步信号,使水印具有自同步能力

    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

  • 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

  • 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

  • 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

  • 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

  • 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

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

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

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