将默认标志符号替换为上标标志符号。
这种符号替换运算具有很强的容错能力。
The symbolic substitution possesses excellent capability of making correction for error.
然后,该处理程序根据压缩类型对符号进行解压缩,并用解压缩的符号替换请求中的已压缩符号。
The handler then decompresses the symbol according to the compression type and replaces the compressed symbol with the decompressed symbol.
然后,这个过滤器根据压缩类型对符号进行解压缩,并用解压缩后的符号替换请求中的已压缩符号。
The filter then decompresses the symbol according to the compression type and replaces the compressed symbol in the request with the decompressed symbol.
将默认标志符号替换为下标标志符号,或者,它可以结合标志符号替换和定位调整来获得正确的位置。
Replaces a default glyph with an inferior glyph, or it may combine glyph substitution with positioning adjustments for proper placement.
将默认标志符号替换为序号标志符号,或者,它可以结合标志符号替换和定位调整来获得正确的位置。
Replaces a default glyph with an ordinal glyph, or it may combine glyph substitution with positioning adjustments for proper placement.
性能分析表明OEHCBSS可实现性强、性能优,特别是其光符号替换处理器具有通用性强、速度快等特点。
The evaluation of performance shown that the OEHCBSS is easy to realize and high performance, especially its symbolic substitution processor is multi function and high speed.
为了实现二进制加法符号替换规律,本文提出了一种简单的光逻辑系统,它仅包括一片二维列阵光学双稳器件。
For realizing symbolic substitution rules of binary addition. This paper proposes a simple optical logic system which includes only one 2-d array of optical bistable device.
在分析符号替换算法特点的基础上,提出了基于此算法的光电混合型计算机OEHCBSS的体系结构及其算法。
Based on the analysis of the symbolic substitution algorithm, an optoelectronic hybrid computer (OEHCBSS) architecture which is based on the algorithm is proposed.
另外,考虑一下使用连字符号替换下划线,微格式( Microformats )将连字符号作为标准的分割符号,不过某些特定的老版本浏览器在处理上可能有问题.你可以阅读一下 Underscores inclassand IDNames (类和ID中的下划线)这边文章来了解更多信息.
Microformats use hyphens as a standard separator, and certain older browsers have a hard time with them. You can read more about this at Underscores in class and ID Names.
在DB 2 9.7中,行压缩(也称为深度压缩)通过把跨行重复出现的值模式替换为更短的符号字符串来压缩数据行。
In DB2 9.7, row compression, also referred to as deep compression, compresses data rows by replacing patterns of values that repeat across rows with shorter symbol strings.
如果解析后的上下文变量内容为空,则不会发生替换,并且变量名称在查询字符串中保持不变(包括“%”符号)。
If the resolved context variable content is null, no replacement occurs and the variable name remains unchanged in the query string (including the "%" signs).
这个处理程序将该符号的已压缩版本放入请求中,替换原有的符号。
The handler puts the compressed version of the symbol into the request, replacing the original symbol.
这种替换只会发生在那些标点、符号或空格位于相同位置的词汇,如清单27和清单28所示。
The substitution applies only to terms where the punctuation, symbol, or whitespace is in the same position, as shown in Listing 27 and Listing 28.
调用 preg_replace()函数将用空字符串替换美元符号、所有空格和每个逗号,生成认为是整数的内容。
The call to the preg_replace() function replaces the dollar sign, any whitespace, and every comma with the empty string, yielding what's supposed to be an integer.
在这里,%会替换其他的标点符号和空格。
In this case the % substitutes other punctuation characters and whitespace.
标点和符号集是用来替换其他字符的,即使搜索词汇是包含在双引号中,或者标点符号被转义了,如清单25所示。
The set of punctuation and symbols substitute for other members of the set, even if the search term is enclosed in double quotes, or the punctuation is escaped, as shown in Listing 25.
因为除非符号被替换否则应用程序无法正确工作,这要求必须建立构建流程来实现它,同时这个流程还要是快速的,当然是在开发环境。
Since the application doesn't work until the tokens have been replaced, build processes have to be set up to carry this out, and quickly, certainly in development environments.
用HTML符号 <替换 < 符号将防止作者在文档中输入任何有危险的 HTML标记。
Replacing the < symbol with the HTML symbol < will prevent the author from entering any risky HTML tags into the document.
通配符不能用于替换标签符号,即使是转义的(对于关键字和短语搜索),如清单29 所示。
Wildcard characters cannot be used to substitute punctuation, even when escaped (for keyword and phrase search), as shown in Listing 29.
符号的特殊语法也让验证替换值是否都给出提供了可能。
The special syntax of tokens also makes it possible to verify that values for all the tokens have been supplied.
使用tr很简单:使用前面一段中所给出的符号表示法,用一个字符去替换出现的所有另一个字符。
Using tr is simple: to replace all occurrences of one character with another, use the notation shown in the previous paragraph.
可以在一个或多个文件,或在整个解决方案中搜索文本、代码或符号并进行替换。
You can search and replace in one or more files or an entire solution for text, code, or symbols.
在网络论坛、即时信息工具以及网络游戏中,这些文本符号表情通常会被自动替换为对应的图像表情,不过它们还是被称为emoticon。
In web forums, instant messengers and online games, text emoticons are often automatically replaced with small corresponding images, which came to be called emoticons as well.
但是你有没有想到对标点符号进行替换呢?
But do you think of to undertake replacing to punctuation mark?
Escape方法会将传入参数中所有的空格、标点符号、重音字符以及其它任何非ascii字符替换为%xx的编码形式,其中xx与其所表示的字符的16进制数表示形式相同。
All Spaces, punctuation, accented characters, and any other non-ASCII characters are replaced with % xx encoding, where xx is equivalent to the hexadecimal number representing the character.
lzss算法是一种字典编码技术。它尝试用同样的字符串在字典中的位置符号来替换原字符串。
LZSS is a dictionary encoding technique. It attempts to replace a string of symbols with a reference to a dictionary location of the same string.
然后将这些标志性的角色替换成显眼的文化符号来创作。
Then the role of these iconic replaced with prominent cultural symbols to create.
基于对数字电视地面传输系统复杂度和性能代价的综合考虑,提出以符号变换为基础的IC I自消除模块替换卷积码模块。
Based on synthesis consideration of complexity and performance cost, this paper proposed a modified scheme of using the ICI self-cancellation module to replace the convolutional coding module.
基于对数字电视地面传输系统复杂度和性能代价的综合考虑,提出以符号变换为基础的IC I自消除模块替换卷积码模块。
Based on synthesis consideration of complexity and performance cost, this paper proposed a modified scheme of using the ICI self-cancellation module to replace the convolutional coding module.
应用推荐