No one likes writing or maintaining boilerplate GUI to domain model synchronization code.
没有人喜欢编写或维护样本gui至域模型同步代码。
It provides in detail a technique about how to identify initial flag, synchronization code and data.
详细阐述了用软件识别同步时钟、起始符、同步头和数据的技术方法。
Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe.
最后,DOM实现通常包括许多同步代码以使多线程化访问安全。
Because you are using the same synchronization code over and over, instead of creating your own, you have fewer bugs.
由于是重复使用同一段同步代码,而不是创建自己的同步代码,因此出现的错误会少一些。
Secondary synchronization code (SSC) sequence number identification is the kernel of the second stage in cell search.
辅助同步码序号识别过程是小区搜索第二阶段的核心。
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版本使用起来更安全。
We combine the error-tolerant technology with no error-tolerant technology to carry out the detection of the frame synchronization code.
提出一种数字传输系统中帧同步码的检测方案,利用容错技术和非容错技术相结合来实现帧同步码检测。
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精简版数据库文件作为本地数据缓存,并生成与同步服务进行交互的代码。
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.
设计一检测电路,搜索帧同步码。要求在搜捕态能够正确地从数据流中提取帧同步码,在达到一定设计要求时进入稳定同步态。
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.
在提取过程中,通过对同步码的解码来定位水印信号嵌入的帧位置以及数据起始位置。
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.
还会自动地生成数据绑定代码和数据同步代码。
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.
改进了一种可抵抗去同步攻击的数字音频盲水印算法,该算法通过修改多个采样值的统计均值嵌入同步码,解决了空域嵌入同步码的不稳定性问题。
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.
结合数字音频时频域统计特性及同步码技术,提出了一种可有效抵抗去同步攻击的混合域数字音频水印嵌入算法。
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 )在隐藏水印信息的同时,嵌入一个同步信号,使水印具有自同步能力;
The code change in this example did not involve any synchronization and so there are no issues with the locking behavior of the application.
本例中的这个代码更改没有涉及任何同步,因此也没有产生应用程序的锁定行为问题。
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.
您在转换配置中选择的协议种类,决定了源模型与目标代码之间的同步化水平。
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.
从表面上看,锁省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全的代码了,前提是在同步的确是多余的情况下。
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.
模型与已交付代码的同步。
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可追溯功能,可以用来探测并修正所有你的应用代码和模型之间出现的不一致和同步问题。
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可追溯功能,可以用来探测并修正所有你的应用代码和模型之间出现的不一致和同步问题。
应用推荐