The inventive method can improve the synchronization performance of dissimilar frequency cell search.
应用本发明能够提高异频小区搜索的同步性能。
It is shown that under moderate hardware consume, the solution presents desirable synchronization performance.
在合理的硬件开销下,该方案表现出较好的同步性能。
The reality is that trying to measure something like "synchronization performance" with a single number is just not possible.
实际上,企图单凭一个数字来度量“同步性能”之类的东西是不可能的。
Finally, we calculated the synchronization performance indicators of this FH system and given the measured results to validate the scheme.
最后,估算了该方案跳频同步系统的性能指标并给出了实测结果加以验证。
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活动、处理器数量以及正同步执行的代码的数量和特征而变化。
The synchronization performance of dual-channel system decreases obviously compared with master-slave single channel system, and changes little when the channel number increases.
双信道系统的同步质量相比主从式单信道系统会有明显下降,而进一步增加信道数量,同步品质并不发生显著改变。
Design of synchronous cycle trig based on internal bus, consensus definition of sensor sampling and actuator timing and precise data transmission model ensured the synchronization performance.
设计了基于内部总线的同步周期触发,定义了一致的传感器、执行器单元执行时序,以及精确光纤链路数据传输模型,确保测控的高同步性。
Results of simulation and analysis show that, in comparison with ML algorithm it is of better synchronization performance, and its performance is considerably raised especially in multipath channels.
仿真结果表明,与ML算法相比,该算法大大提高了系统的同步性能,尤其是在多径信道中的性能得到了很大提高。
The data in the table is the ratio of run time of the synchronized version to the unsynchronized version; it shows the performance penalty of synchronization.
表格中的数据是同步版本的运行时间相对于非同步版本的运行时间的比率;它显示了同步的性能损失。
On the other hand, using synchronization inappropriately or excessively can lead to other problems, such as poor performance and deadlock.
另一方面,不当或过度地使用同步会导致其它问题,比如性能很差和死锁。
Therefore, it is unlikely that synchronization will have a significant performance impact in this example (Figure 17).
因此,在本例中,同步不太可能对性能造成重大影响(见图17)。
If the synchronization actually requires contending for the lock, the performance penalty is substantially greater, as there will be several thread switches and system calls required.
如果同步时还发生锁定争用,那么性能上付出的代价会大得多,因为会需要几个线程切换和系统调用。
In addition, session synchronization adds overhead, which impacts server performance.
此外,会话同步增加了开销,从而影响服务器性能。
It's not hard to see why synchronization can have a significant effect on program performance; flushing the cache frequently can be expensive.
不难看出为什么同步会对程序的性能影响这么大;频繁地刷新缓存代价会很大。
Assuming that synchronization is used appropriately, the real performance impact of synchronization is felt when threads actually contend for a lock.
假设同步使用正确,若线程真正参与争用加锁,您也能感受到同步对实际性能的影响。
A benchmark to measure the performance of a synchronization primitive should take into account a realistic degree of contention.
用来度量同步性能的基准应该考虑实际的竞争程度。
There are performance costs to using LDAP for shoppers because of data synchronization between the LDAP server and the WebSphere Commerce database.
由于要使LDAP服务器和WebSphereCommerce数据库之间的数据同步,因此为购物者使用LDAP就会产生性能成本。
It purports to measure the performance costs of synchronization and ReentrantLock, techniques used to coordinate the action of multiple threads.
这个基准的目的是要度量同步和ReentrantLock的性能代价,它们是用于协调多个线程的行为的不同技术。
In cases where reads greatly outnumber writes, volatile variables can often reduce the performance cost of synchronization compared to locking.
如果读操作的次数要远远超过写操作,与锁相比,volatile变量通常能够减少同步的性能开销。
A secondary motivation for using volatile variables is performance: in some situations, volatile variables may be a better-performing synchronization mechanism than locking.
使用volatile变量次要原因是其性能:某些情况下,volatile变量同步机制的性能要优于锁。
Volatile variables are a simpler — but weaker — form of synchronization than locking, which in some cases offers better performance or scalability than intrinsic locking.
与锁相比,Volatile变量是一种非常简单但同时又非常脆弱的同步机制,它在某些情况下将提供优于锁的性能和伸缩性。
As more advanced JVMs have emerged, the cost of synchronization has decreased, but there is still a performance penalty for entering and leaving a synchronized method or block.
随着更高级的JVM的出现,同步的代价降低了,但出入synchronized方法或块仍然有性能损失。
The Lock framework is a compatible replacement for synchronization, which offers many features not provided by synchronized, as well as implementations offering better performance under contention.
Lock框架是同步的兼容替代品,它提供了synchronized没有提供的许多特性,它的实现在争用下提供了更好的性能。
Even better, in recent JVMs, the performance cost of uncontended synchronization (when no thread attempts to acquire a lock when another thread already holds it) is quite modest.
不过现在好了一点,在最近的JVM 中,没有争用的同步(一个线程拥有锁的时候,没有其他线程企图获得锁)的性能成本还是很低的。
If you really want to know whether synchronization is faster than an alternate locking mechanism (or answer any similar micro-performance question), what do you do?
如果您真的想知道是同步更快还是锁机制更快(或者回答任何类似的微性能问题),那么应该怎么做呢?
In the orthogonal frequency division multiplexing system, the frame synchronization plays an important role in the performance of system.
在正交频分复用系统中,帧同步对系统性能起到十分重要的作用。
Synchronization system's acquisition performance was analysed and computing formula of mean acquisition time was given.
分析了同步系统的捕获性能并给出了平均捕获时间的计算公式。
Synchronization and channel estimation are two key techniques for OFDM systems to ensure its good performance.
为保证其具有好的性能,需要时频同步、信道估计等一系列的关键技术加以支持。
Furthermore, if static data are synchronized, calls between static methods that alter state can result in deadlocks or redundant synchronization, adversely affecting performance.
此外,如果同步静态数据,更改状态的静态方法间的调用可导致死锁或冗余同步,从而降低性能。
A kind of offline clock synchronization algorithm is promoted based on the character of clock behavior and the cause and pattern of inaccuracy, with performance analysis provided.
通过研究普通时钟行为特点,分析时钟误差产生的原因和规律,提出了一种离线时钟同步算法,并对其性能进行了分析。
应用推荐