Two new methods are developed for blind estimation for long-code chaotic spread spectrum sequence.
针对长码实值混沌直扩系统,提出了两种盲解扩算法。
In this paper, a low-complexity blind channel estimation technique is proposed for long-code MIMO CDMA systems.
该文提出一种用于多输入多输出CD MA系统的信道快速盲估计方法。
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行的,并且它们通常更短。
With over a million lines of code, how long do you think it would take to run a static analysis tool against the code?
对于一百万行代码,您认为运行静态分析工具要花多长时间?
The same argument applies to code in the aggregate — long-winded classes are probably doing too much work and have too much responsibility.
相同的讨论也可以应用于总体代码,冗长的类可能会做太多的工作,并承担太多的责任。
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.
处理那种情况并不难,而且添加代码不会花很多时间,但是我们不会做现在不需要做的事情。
"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中高亮显示的部分展示了一个长方法代码味道示例的一小部分。
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对象当成可互换的类型。
As long as you don't have code lists with many columns, the method in Listing 7 is adequate.
只要您的代码清单中包含的列不是非常多,那么清单7的方法就足够了。
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.
如果有什么的话,来自这些规程的工件可能得益于像代码那样在长期过程中是完整的。
Design by contract avoids extra code and improves performance, as long as all clients of a class abide by the contract.
契约式设计避免了额外的编码并提高了性能,只要所有的客户都遵守契约。
As long as your code all exists in one logical tier, the code in Listing 4 works nicely.
只要您的代码是位于同一个逻辑层中,清单4中的代码效果很不错。
The long-term costs of ignorance, apathy, or inaction about code maintainability problems are very high.
长期以来对代码维护性问题的冷漠、无知、无为,造成了巨大的损失。
This can go a long way, improving things algorithmically and fixing inefficient code.
这方面还有很长的路要走,优化算法、修正低效代码。
And you can reject PHP code in content, addressing a long-standing vulnerability.
还可以在内容中排斥php代码,以解决长期存在的安全隐患。
For a helpful rule of thumb, you could say that a method with more than 100 non-commenting lines of code is way too long.
有一个很有帮助的经验法则,您可以说非代码注释行超过100行的方法是长方法。
The code for your event handler is now running on the UI thread and, as long as your code is running, the UI thread can't respond to other UI events.
事件的处理代码现在运行于ui线程,而且只要这段代码在运行,UI线程就无法对其他UI事件作出响应。
应用推荐