Developers sometimes call this point in the project "code slush" — that is, not yet "code freeze," since certain kinds of change are still allowed.
开发人员有时候称项目中这一点为“代码烂泥”——换句话说,还没有“代码冻结”,因为某些类型的变更还允许出现。
The collating sequence maps the code point to the desired position of each character in a sorted sequence.
排序序列将代码点映射至每个字符在已排序序列中的期望位置。
It is difficult to determine how we could have influenced the project here, apart from delivering good quality code by the DCUT date and using this as a point of reference for the next deliverable.
除了递交按dcut日期的高质量代码和以之作为下一个可交付版本的参考点之外,很难决定我们这里对项目产生的影响。
And back to my last point, much of the time you are modifying someone else's code.
而且就如我在上一点所说,大多数时候你都是在修改利用别人的代码。
At a different point in the code, perhaps where operations are dispatched or at the start of each operation, a similar test is made.
在该代码中的不同点,也许是在分派操作的地方或每个操作的开头,分别执行了一个相似的测试。
Code to handle the case of retrieving data for a single time point would be similar.
处理检索单个时间点数据的代码应该是类似的。
Don't hesitate to go with the slightly less clean looking code if that code makes more sense from a correctness and performance point of view.
如果那些稍微比较不整洁的代码从正确性和执行来讲更有意义,我们也要毫不犹豫的去选择它们。
The code in Listing 4 creates a new local searcher, and then sets the center point of the search.
清单4中的代码创建一个新的本地搜索器,然后设置搜索的中心位置。
As with any prototype, our requirements kept creeping in past the point of initial design, so the code got messy.
与任何原型一样,我们的要求不仅限于初始设计,所以代码变得越来越复杂和混乱。
The source code examples do an excellent job of progressively presenting new concepts while remaining clear and to the point.
源代码示例很棒,它们渐进地表示新概念而又保持了清晰和切中要点。
That's exactly how spaghetti code (where you have tangles of point programs) gets created — while it's quicker to produce, you really don't want to end up maintaining all that crud.
这正是大杂烩代码(你得到的是一堆相互缠绕的程序)产生的方式——尽管能更快的产出,但你最后真的就不会想要去维护那些垃圾了。
Remember that the point of removing the branch was so that you can vectorize the code.
请记住:删除分支的目的在于对代码进行向量化。
Use the series as an overview and a starting point, to find out how to dive deeper into the complex topic of code quality for teams.
建议大家以这些文章为起点,努力探寻优化团队代码质量的更深入话题。
Unicode character encoding standard is a fixed-length character that provides a unique code point for every character in the world regardless of the platform, program, or the language.
Unicode字符编码标准是固定长度的字符,它为世界上的每一个字符都提供了一个惟一的代码点,无论平台、程序或语言如何。
The way you use a precompiled machine code module is, from the Python point of view, exactly the same.
从Python的角度来看,你使用事先编译好的机器码模块的方式和用 Python源代码模块没什么区别。
The states map only has one output card, so modify the line of code that looks for the output card to point to output card 1 instead of card 2: card = map.getOutputCardObject(1);
州数据图只有一个输出卡,因此需要修改查找输出卡的代码行,使其指向输出卡1而不是输出卡2:card = map.getOutputCardObject(1);。
The first iteration of development involved generating a code skeleton out of Rational Rose as a starting point.
开发的的第一个迭代包括使用RationalRose作为起始点生成代码的框架。
To illustrate this point, one of his code snippets consistently runs in 4.9 seconds on his computer, but if he omits a println that displays the result, it consistently runs in 0.08 seconds.
为了说明这一点,他在他哦个一台计算机上连续运行了很多次相同的代码段,结果运行时都是4.9秒,但当他删除了打印结果的println语句之后,运行时间则缩短到0.08秒。
The range producer computes the hash code for the given string to search for and returns a point range where the start and the end of the range is the hash code itself.
范围生成器计算给定字符串的hash码,以搜索并返回一个点范围,这个范围的起始值和终止值是hash码本身。
The creator of Stuxnet is still unknown, but with the sophistication of the code and the heavy amount of insider knowledge required, all signs point to a state or group of states.
Stuxnet的编写者至今未知,但是从编码的复杂程度和所需要的知识量来看,所有的信息都显示是一个国家或者一个国家组织所为。
Having modular code from the developer's point of view doesn't help when applications have to be deployed in an all-or-nothing fashion and one bug can bust the whole release.
当应用程序需要以全有或全无的方式部署的时候,拥有开发者的角度的模块化代码不会有任何帮助,一个缺陷就会破坏整个发布。
The Mapper pattern is a way to direct a bounded infinite set of resource requests to a single physical point of code.
Mapper模式特点如下:将无限的资源请求转向一个单独的物理节点。
From this point on, the example code will assume the use of the stores7 demo database.
从现在起,示例代码将假定使用stores7演示数据库。
The code above is, of course, nonsense, but its structure is common, so it shall serve to illustrate the point.
当然,上面的代码是无意义的,但其结构很常见,因此,可以用它来说明这个问题。
As long as you keep your tests and code synchronized (and that's the whole point of the practice), if a programmer wants to know what the system does, he or she can look at the tests.
只要您保持测试和代码的同步(这是实践的关键点),如果有程序员想知道系统能做什么,他或她可以参看测试。
To add a button to point back to the main screen of the application, add the code shown in listing 3.
要添加一个按钮来指向应用程序的主屏幕,可以添加清单3中所示的代码。
To illustrate this point, consider the following use case: mainframe code needs to consume a service provided outside of the mainframe, on a distributed platform.
为了说明这一点,可参考下面的用例:在分布式平台中,大型机应用所消费的服务 是由大型机之外提供的。
From a performance point of view, the goal is to avoid code page conversions as much as possible since they consume extra CPU cycles.
从性能的角度来看,我们的目标是尽可能避免代码页转换,因为它们要消耗额外的CPU周期。
I have also packaged all required files to the WSDL project of the code and changed location parameters in the files to point to the local versions.
我还将所有所需的文件打包到代码的WSDL项目中,并对相应文件中的位置参数进行了更改,以使其指向本地版本。
I have also packaged all required files to the WSDL project of the code and changed location parameters in the files to point to the local versions.
我还将所有所需的文件打包到代码的WSDL项目中,并对相应文件中的位置参数进行了更改,以使其指向本地版本。
应用推荐