There would be no reverse engineering or model-code synchronization, as the source in this approach is always the model.
其中并没有反向项目或模型代码同步,在这个方法中的源通常是模型。
Code synchronization and frame synchronization of the telemetry data play an important role in the telemetry data processing system.
码同步和帧同步在遥测数据处理系统中占有非常重要的地位。
It emphatically analyses carrier synchronization loop and code synchronization loop of HSP50210, and presents its application in software radio system.
文章介绍了HSP50210的主要性能特点和基本工作原理,重点分析了他的载波同步环及码元同步环。
The code change in this example did not involve any synchronization and so there are no issues with the locking behavior of the application.
本例中的这个代码更改没有涉及任何同步,因此也没有产生应用程序的锁定行为问题。
No one likes writing or maintaining boilerplate GUI to domain model synchronization code.
没有人喜欢编写或维护样本gui至域模型同步代码。
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.
要是您想用一小块线程安全代码把要求同步的两个操作隔开,那么只使用一个同步块一般会更好些。
The second solution is to allow multiple thread submissions while relying on synchronization in server-side code to safeguard against race conditions.
第二个解决方案是允许多线程提交,但是依赖于服务器端代码中的同步来避免争用情况。
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.
不过,考虑这些并行方法使用的状态仍然很重要,因为外部代码可能不保证必要的同步运作。
The protocol type that you select in the transformation configuration determines the synchronization level between the source model and the target code.
您在转换配置中选择的协议种类,决定了源模型与目标代码之间的同步化水平。
Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe.
最后,DOM实现通常包括许多同步代码以使多线程化访问安全。
In cases where synchronization is necessary, the synchronized code block should be minimized.
在有必要进行同步的场合下,应该尽量缩小同步代码块。
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.
从表面上看,锁省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全的代码了,前提是在同步的确是多余的情况下。
Because you are using the same synchronization code over and over, instead of creating your own, you have fewer bugs.
由于是重复使用同一段同步代码,而不是创建自己的同步代码,因此出现的错误会少一些。
Synchronization coverage: Measuring code coverage is a highly recommended practice in unit testing, but when it comes to concurrent programs, code coverage is misleading.
同步覆盖:在单元测试中极力推荐测量代码覆盖,但是在测试并行程序时使用它,代码覆盖容易产生误导。
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.
注意“发布到主干”并不是说我们仅把某个故事的代码直接拷贝到主干中,而是意味着所有的工作拷贝到主干中,做一次完整的同步。
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 处的代码,而只有此行代码需要同步,因此就无需对后续调用使用同步。
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活动、处理器数量以及正同步执行的代码的数量和特征而变化。
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.
此外,开发人员需要对每一行代码刨根知底,以确定是否需要保护它们,因为过度同步与过少同步同样有害。
Synchronization of models with delivered code.
模型与已交付代码的同步。
What results instead of order is, at worst, chaos and, at best, large blocks of boilerplate synchronization code prone to bugs.
打乱顺序最糟糕的结果是造成数据混乱,最幸运的结果是大块样本同步代码出现bug。
But considering the original Person also had no synchronization code around those mutable setters, the Scala version is safer to use.
但是,由于原始的Person没有与这些可变setter 相关的同步代码,所以Scala版本使用起来更安全。
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可追溯功能,可以用来探测并修正所有你的应用代码和模型之间出现的不一致和同步问题。
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.
还会自动地生成数据绑定代码和数据同步代码。
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精简版数据库文件作为本地数据缓存,并生成与同步服务进行交互的代码。
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码类似的功率谱,尽管其编码效率不高,其快速同步捕获的特性可以避免数据的丢失,提高了数据的可靠性。
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译码、去交织和同步头搜索。
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中的代码示例时,可以看到lock和synchronized有一点明显的区别——lock必须在finally块中释放。
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近似算法带来的误差。
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.
结合数字音频时频域统计特性及同步码技术,提出了一种可有效抵抗去同步攻击的混合域数字音频水印嵌入算法。
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.
结合数字音频时频域统计特性及同步码技术,提出了一种可有效抵抗去同步攻击的混合域数字音频水印嵌入算法。
应用推荐