Listing 7 shows the fixed code of the ApplicationUtil object.
清单7显示了修复后的ApplicationUtil对象代码。
Fixed code in a string on the player profile about the captain being changed too soon.
固定代码字符串球员的个人资料的队长正在改变为时尚早。
In the phase of coding, a "parallel fixed code" is designed. This code defines nine fixed coding mode.
在编码阶段,本论文开发了一种“并行固定编码”,定义了九种固定的编码模式。
The entropy coding methods which adopted fixed code table and probability model are improved to adaptive context-based alterable word length coding.
熵编码由固定的码表和概率模型改进为自适应的基于上下文的变字长编码。
We put forward to improve some modules with large computational complexity, such as pitch estimation module, the adaptive and the fixed code-book research modules.
并提出改进一些计算量较大的模块,如基音估计、自适应码本搜索、固定码本搜索等模块。
Consider an example where you have a code that takes some customer data and writes it out to a file of fixed records for use in a legacy system.
请考虑这样一个例子,在这个例子中有一个代码,该代码携带一些客户数据并将其写出,保存到一个有固定记录的文件中,以便在旧式系统中使用。
This activity can be triggered either manually or automatically — either at fixed intervals or incrementally as programmers check in code.
这种行为可通过手动或者自动的方式启动——或者间隔固定的时间或者由程序员检查代码。
The AOT-compiled code is the equivalent to the native code the JIT compiler would generate if it used a fixed optimisation level.
如果JIT使用了一种固定的优化级别,那么AOT编译的代码就等同于JIT编译器生成的本地代码。
The code cache is currently fixed sized (though runtime configurable) and is allocated at VM boot time.
这个代码缓存当前是固定大小的(通过运行时可配置)它在VM启动时分配。
Problems discovered during unit testing are fixed in the corresponding pattern or code template, not in the generated code.
单元测试期间发现的问题在相应的模式或代码模板中就可以修改,而不是在生成的代码中修改。
This code is not what I first attempted; this final version, nicely fixed up so that it works, reflects a handful of interesting quirks.
上面的代码我不是开始时就试图编成这样;这是最终的版本,已经很好地修复过了所以它能够运行并反映一些有趣的怪事。
She updates the build notes to record that the bug is fixed in the code stream.
她更新构建说明,以记录代码流中的该错误已修复。
CHAR Stores single-byte or multibyte text strings of fixed length (up to 32,767 bytes); supports code-set order in collation of text data.
CHAR存储固定长度的单字节或多字节的文本字符串(最高可达32,767个字节);在整理文本数据时支持使用代码集顺序。
After the code has been fixed and built, the tester is notified about which tests can be rerun, based on the fixes in the new build.
在修复和构建代码之后,测试员会注意到新构建修复的基础之上,可以返回什么测试。
So, what's a good way to ensure that defects are fixed before the code is given the "All Clear" sign?
所以,什么是代码在贴上“全部解决”标志之前确认缺陷的好办法呢?
As its name indicates, FixedDelayInt passes data coming in through its input channel onto its output channel after a fixed delay — one second in the example code.
顾名思义,FixedDelayInt将来自其输入通道的值在固定延迟(在示例代码中,该延迟是1秒)之后发送到它的输出通道。
In any case, the argument to to Enhance() need not be fixed in code as above, you can equally use Enhance(**feature_set) for something completely dynamic.
在任何情况下,Enhance() 的参数不需要像上面那样固定在代码中,您可以公平地对完全动态的事情使用 Enhance(**feature_set)。
There are a variety of ways to measure gross change: lines of code (LOC), revisions, bugs fixed, enhancement requests satisfied, and so forth.
有各种各样的方法来度量总变更:代码行(linesof code,LOC),修正、确定的故障、感到满意的增强请求,等等。
But control code on Windows and requests on Linux are defined in such a different way that there is no fixed rule to find the mapping relations between these two parameters, as we discussed earlier.
但是Windows的控制代码和Linux的请求在定义上差别很大,以致没有固定规则能够找出这两个参数的映射关系,如前文所述。
Fixed memory leak problem and deadlock issue in CM API code and in ClearQuest Web code.
修复CMAPI代码以及ClearQuestWeb代码中出现的内存泄漏问题以及死锁问题。
It appears to be reasonably stable, but you'll need to update to the latest development code (or wait for a new beta release) any time you run into a bug that you need fixed.
它看起来相当稳定,但每当遇到需要修正错误时,您将需要更新到最新的开发代码(或等待新的beta测试发行版)。
Once the leak was fixed, I wanted to make sure the problem wasn't reintroduced in later code changes, so I built a unit test to help prevent this. It's a resource usage unit test, shown in Listing 1.
下面是一个例子:在邮件应用程序中发现一个内存泄漏,当该泄漏被处理后,我希望确定在以后的代码改变中不会再发生该问题,于是为此构建了一个单元测试。
Testing the example code for this article showed one bug in CXF, which is being fixed.
测试本文的示例代码时发现了CXF中的一个bug,这个bug正在纠正。
In a C-based API, embedded code would almost certainly be able to cause a crash; using the Lua interface, if user interface code can cause a crash, there is a bug that ought to get fixed.
在基于c的api中,嵌入的代码几乎都会导致崩溃;当使用lua界面时,如果用户界面代码导致崩溃,则存在需要修复的bug。
Classes and methods are likely to be added, removed, and renamed, as the code is refactored, bugs are fixed, and new features are implemented.
随着代码的重构、bug的修补和新特性的实现,类和方法不断被添加、删除和改名。
For example, you might view a country code as a fixed list of values, including DE (Germany), US (United States), and JP (Japan).
例如,您也许通过固定的值列表查看国家代码,包括DE(德国)、US(美国)和JP(日本)。
The binary files that constitute the executable code of the application also construe data which must be stored in memory and so consume a fixed proportion of the 2gb of available memory.
组成应用程序可执行代码的二进制文件也会分析必须存储在内存中的数据,因此消耗固定部分的2gb可用内存。
After making changes in your code, you can just refresh the application's page to verify whether the error still occurs or is fixed.
在对代码做出更改之后,只需刷新应用程序的页面,就可以验证错误是否仍然存在还是已经被修复。
If the developers were not responsible then they could send back code which had no guarantee of being fixed.
如果开发人员不必负责任,他们可能会提交代码而不用保证缺陷都得到修复。
If the developers were not responsible then they could send back code which had no guarantee of being fixed.
如果开发人员不必负责任,他们可能会提交代码而不用保证缺陷都得到修复。
应用推荐