如果对代码进行向量化,由于您正在将这些值当作字节进行处理,这意味着每条指令都要一次操作16 个值!
If you vectorize this code, since you are treating the values as bytes, that means that each instruction will operate on 16 values at once!
测试让人对代码的修改充满信心。
持续对代码和解决方案进行记录。
开发人员对代码表现的方式感到困惑。
The developer is confused about the way the code will behave.
增强开发人员对代码的信心。
Eclipse还跟踪对代码的修改。
以上就是我对代码注释的一些初略想法。
对代码和产品所有权意识。
就所期望的可扩展性对代码进行多次重构。
The code was refactored several times with extensibility in mind.
包结构对代码加以组织并推动模块化和维护。
The package structure organizes the code and facilitates modularity and maintenance.
然后开发人员使用测试环境对代码进行测试。
Then the developer uses the test environment to test the code.
每个人对代码的复杂性都有自己的容忍程度。
Everyone has his or her own tolerance for complexity in code.
通用代码模板允许对代码进行重用。
它们对代码有比较好的控制并抽象开底层技术。
They keep a better control of code and abstract away the underlying technologies.
重构可以帮助你赢回对代码的支配权。
Refactoring will help you win back the command over your code.
补救办法是对代码进行更改,以访问正确的属性。
The remedy is to change the code to access the correct attributes.
这就需要在进行开发和调试时对代码进行格式化。
The problem is keeping code formatted while you develop and debug.
请记住:删除分支的目的在于对代码进行向量化。
Remember that the point of removing the branch was so that you can vectorize the code.
添加这些行号只是为了能够方便地对代码进行引用。
They have been added only for the sake of making references to the code.
要降低对代码造成破坏的风险,有两种重要的方法。
There are two important ways that you can reduce the risk of breaking code.
缺少对代码的动态载入。
小组中的任何人都应该有权对代码进行更改来改进它。
Any person on the team should have the authority to make changes to the code to improve it.
这使得我们能够对代码进行重构,不再使用全局变量。
This can open up the possibility of refactoring this code down the road to not use the global variables at all.
由于我对代码进行了一些实验,表1中的计数是近似的。
The count in Table 1 has been approximated somewhat since I experimented a bit with my code.
在这种所有权中,团队中任何人都不具有对代码的所有权。
In this style, no code is assigned to any particular person on the team.
完成了实现之后,就要在一些浏览器中对代码进行测试了。
With the implementation complete, you are ready to test your code on some real browsers.
本文对代码生成等式中的xsl一端进行了更深入的分析。
This article provides more detail on the XSL side of the code-generation equation.
增加过多灵活性将使对代码库的每一次更改都变得更加复杂。
Adding too much flexibility makes every change to the code base more complex.
对向量处理过程最明显的优化是对代码进行向量化。
The most obvious optimization to make on a vector process is to vectorize the code.
注意:如果对代码仍有问题,请参阅附带的源代码。
NOTE: If you still have questions about anything in the code, look at the attached source code.
应用推荐