对于工厂组装装置,用长度代码更换型号中最后的3个零。请参阅热塑性塑料阀门、过滤器和附件,价格目录V-1了解长度代码。
For factory assembled units replace last 3 zeros with length code. See Thermoplastic Valves, Strainers & Accessories, Price Schedule V-1 for length codes.
它确实对于值和键长度有一些限制,但可以在代码中轻松地调整那些限制。
It does have some limitations on value and key lengths, but those are easily adjustable in the code.
清单3展示了相同的代码,但是添加了测试单词字符串长度和频率的逻辑。
Listing 3 shows the same code with logic added that tests for word string length and frequency.
为了避免这一点,您必须显式地向代码添加字符串长度检查。
To avoid this, you must explicitly add string length checks to the code.
尽可能减少同步代码块的数量和长度。
除了输入字符串之外,SUBSTRING函数还有其他三个参数,它们分别是:起始位置、长度和代码单元指定。
Along with the input string, the SUBSTRING function has three other arguments, which are start position, length, and code unit specification.
生成代码只是为了使常见长度的操作执行得更快,因此平均下来,性能得到了改进。
The code is simply generated to be faster for the commonly observed length so that, on average, performance is improved.
如果将该字符串设置为无效长度的值,该代码没有问题,但是生成的XML将无法通过验证。
If the string is set to a value with an invalid length, the code is OK, but the XML generated fails validation.
同样,这个特性可以显著减少类定义的长度,并使您的应用程序代码更容易维护和读取。
This feature can, again, significantly reduce the length of your class definitions and make your application code simpler to maintain and easier to read.
由于内存系统和指令集设计的特性,用于复制内存的最佳通用例程的执行速度通常比用于复制特定长度的代码慢。
Because of the nature of memory systems and instruction-set designs, the best generic routine to copy memory is rarely as fast as code written to copy a particular length.
考虑表1中对此字符的不同编码,您会发现不同代码单元中的不同编码的十六进制表示及其长度都有所不同。
Now consider the different encodings for this character from Table 1, and you can see that the hexadecimal representation of different encodings and their length in different code units are diffrent.
随后,将获得一些额外的信息,诸如长度、ID和一些奇怪的代码,例如TOS、TTL 和 UDP。
Then, you've got some additional information, about the length, an ID, and some strange codes like TOS, TTL, and UDP.
但是,即使此类专门的代码是为某个特定的长度生成的,生成的代码也必须正确地执行其他长度的复制。
Even if such specialized code is generated for one particular length, however, the generated code must also correctly perform copies for other lengths.
为变量定义最恰当的类型,非常重要,因为这样可以减少代码和数据的长度,可以非常显著的提高效率。
Using the most appropriate type for variables is very important, as it can reduce code and data size and increase performance considerably.
在很多情形下,您需要根据代码单元计算的字符串长度,可以使用基于字符的函数来获取根据字符串单元计算的字符串长度。
In many situations, you need the string length in terms of code units, the character-based functions could be used to find the length of the string in terms of string units.
将MQ应用程序作为受信任对象运行的好处在于,这样可通过缩短的代码路径长度提供性能优势。
The attraction of running an MQ application as trusted is that it gives a performance benefit through reduced code pathlength.
在注释器代码中确保创建注释时不超过特定长度是非常有用的。
It may be useful to ascertain in the annotator code that a specific length may not be exceeded in the created annotations.
然后,我们编写了工具来帮助你检测代码中传递缓冲区的地方,并确保在每个地方都同时传递了它的长度。
The response? Let's write tools that help you find places you pass buffers, and make sure you pass a length along side.
相反的,研究确实发现代码长度和静态分析漏洞数量的线形关系。
By contrast, research did find a strong linear relationship between code base size and static analysis defect count.
固定长度的记录要优于可变长度的记录,因为DB2代码专门为处理固定长度的记录进行优化。
Fixed-length records are preferred over varying length records, because the DB2 code is optimized for processing fixed-length records.
通常所添加类的总数和所添加代码的总长度十分小。
Normally the total number of added classes and the total size of the added code is fairly small.
清单4中的代码创建了一个长度缓冲区 BUFFER_SIZE。
The code in Listing 4 creates a buffer of length BUFFER_SIZE.
根据代码单元计算的字符串长度。
例如,下列的代码声明了一个Comparator,该表达式对字符串的长度进行比较,并使用一个lambda表达式来定义Comparator:。
For example, the following code declares a Comparator that compares strings by length and USES a lambda expression to define the Comparator:.
Unicode字符编码标准是固定长度的字符,它为世界上的每一个字符都提供了一个惟一的代码点,无论平台、程序或语言如何。
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.
要使用volume作为代码块的构建块并返回线段的长度,可以执行部分应用或局部套用。
To use volume as a building block for a code block that returns the length of a line segment, I can perform either partial application or currying.
清单1:完整长度的示例代码清单。
如果找到搜索字符串,则所得结果是一个从1到输入字符串实际长度之间的一个数字,使用显式指定的代码单元来表示。
If string to be searched is found, the result is a number from 1 to the actual length of input string, expressed in the code units that are explicitly specified.
我不希望太过强调代码行数—显然,您可以通过最小化或最大化代码长度做手脚。
I would not want to emphasize LOC too strongly — obviously, you can play games with minimizing or maximizing code length.
将代码行的长度限制在90个字符以内,包括空格。
Confine code line lengths to 90 characters, INCLUDING blank Spaces.
应用推荐