Concatenation of an inner code and an outer code may provide a high coding gain and the capacity of a long code to correct errors.
级联码是将两个或多个单码级联,在不增加译码复杂度的情况下,可以得到高的编码增益,达到与长码相同的纠错能力。
It describes the principle of status table production, the inquiring process of status table and long code production algorithm in detail.
详细描述了状态表生成原理、状态表查询过程以及基于该方法的长码生成算法。
To decrease the calculation of target extraction, segmented images are identified by the algorithm of Run-long code region identification.
为了减少后续目标提取的计算量,对分割后的图像采用了跑长码区域标记算法进行了标识。
The method used a parity-check matrix of a short LDPC code as its mother matrix upon which a long code was constructed with circulant permutation matrices.
该方法利用一个短的LDPC码的校验矩阵作为其母矩阵,在此基础上采用循环置换矩阵构造一个长的LDPC码。
According to P-code features of large Doppler frequency shift and long code period, the method that shortens the scope of carrier frequency search is studied.
针对P码多普勒频移大、周期长的特点,本文探讨了缩短载频搜索范围的方法。
This paper proposes a status table method to solve the problem that the production of CDMA2000 long code will cost too much time under software radio and low end plat environment.
提出一种状态表查询的方法,可以有效地解决软件无线电和低性能平台环境下CD MA2000长码生成过程和生成时间较长的难点。
A new code acquisition method based on phase difference correction of FFT is presented to solve the problem of long code acquisition time in high dynamic DSSS receivers having large frequency offset.
针对大频偏下高动态直扩接收机伪码捕获时间长的问题,提出了一种新的基于FFT相位精确估计频偏的改进方法。
Aiming at the question on rapid search for long code, a rapid search strategy of long code is proposed, which expands the search scope of pseudorandom code adopting expansion and average technologies.
针对长周期伪码的快速搜索问题,提出一种通过扩展均值处理技术扩大伪码搜索范围的长码快速搜索策略。
Much more could be done to encourage "long-termism," such as changes in the tax code and quicker disclosure of stock acquisitions.
在鼓励“长期主义”方面,我们还可以做得更多,比如修改税法,加快股票收购信息的披露。
If you know that you need to change something in three different places, you avoid doing it even if it would make the code better in the long run.
如果您知道需要在三处不同的位置更改某个内容,那么即使有利于代码的长期运行,也应该避免这样做。
Often, long methods and large classes are indications of other code smells, such as conditional complexity and duplicated code.
通常,长方法和大类也暗示着存在其他代码味道,如条件复杂度和重复代码。
The resulting wrapper function is too long to present inline as a code example, but it seems to work pretty well.
最终得到的包装器函数由于太长而不作为内联代码例子显示,但它能够出色地执行。
And, how long will it be until the code gets crufty again, which will bring the Numbers back down?
而且,多长时间之后代码又会再次变糟,又是什么导致这些数字回落?
When I was debugging, it was taking me just as long to find the offending code as to fix it.
调试时,单是查找有问题的代码所花的时间就与改正错误代码的时间一样长。
In Listing 8, I'm calling the PMD static analysis tool to search for long methods in the code base.
在清单8中,我调用PMD静态分析工具来搜索代码库中的长方法。
None of the functions or classes are more than 40 lines of code long, and they're often shorter.
所需的函数和类的代码没有一个是超过40行的,并且它们通常更短。
The same argument applies to code in the aggregate — long-winded classes are probably doing too much work and have too much responsibility.
相同的讨论也可以应用于总体代码,冗长的类可能会做太多的工作,并承担太多的责任。
With over a million lines of code, how long do you think it would take to run a static analysis tool against the code?
对于一百万行代码,您认为运行静态分析工具要花多长时间?
It's not hard to handle that situation, and adding the code won't take long, but we'll resist the urge to do more than we have to for right now.
处理那种情况并不难,而且添加代码不会花很多时间,但是我们不会做现在不需要做的事情。
Forget pulling in new libraries, or writing long complex code routines - first take a look at the PHP manual.
忘记新的图书馆,或复杂的代码例程-先看看PHP手册。
"If programmers are not motivated to, say, use secure libraries or to avoid known bad functions or techniques, where is the incentive to take the tougher path of writing secure code," Long said.
Long说:“如果程序员们不被激励以使用安全的库并避免不好的函数或技术,如何使他们走向更艰难的编写安全代码之路呢? ”。
The highlighted section in Listing 7 shows a small portion of an example of a long method code smell.
清单7中高亮显示的部分展示了一个长方法代码味道示例的一小部分。
The map transforms a two-letter country code to the long version using a lookup table named CountryLookup.
映射通过查找一张名为CountryLookup 的表,将两个字母的国家代码转换成较长的版本。
This code simply starts the long poll when the user clicks the Go button.
该代码只是在用户单击Go按钮时开始长轮询。
Static code analysis, long neglected on the Windows platform, has been becoming more and more import in the last few years.
静态代码分析,在Windows平台上长期受到忽视,近几年却变得越来越重要。
In his book, Refactoring, Martin Fowler describes the issue with the long Method code smell quite nicely as "the longer a procedure is, the more difficult it is to understand."
MartinFowler在他撰写的Refactoring这本书中,对代码中存在冗长方法的气味这个问题做了精妙的描述——过程越长,越难理解。
By now, a pattern has emerged suggesting that gluttonous code (long methods, too many public methods, excessive conditionals and imports, etc.) impairs readability, testability, and maintainability.
到目前为止,所给出的模式都在暗示臃肿的代码(长方法、太多的public方法、过多的条件和导入,等等)将影响可读性、可测试性和可维护性。
Some code never sees the light of day. Some code waits a very long time to do its job.
有些代码从未见天日,有些代码在运行之前等了N久。
For instance, carelessly written code often treats int and long objects as interchangeable.
举例来说,不严密的代码通常会将int和long对象当成可互换的类型。
If anything, the artifacts from these disciplines might well benefit from becoming as integral to the long-term process as the code seems to be.
如果有什么的话,来自这些规程的工件可能得益于像代码那样在长期过程中是完整的。
应用推荐