您要查找的是不是:
- The unpack() function unpacks data from a binary string. 函数的作用是:将数据从二进制形式解压回来。
- Specifies that the task uses binary string comparisons. 表示任务应使用二进制字符串比较。
- If a and b are binary strings this is equivalent to a+b and to a XOR b. 如果是二进制字符串a和b,汉明距离等于它们汉明重量的和a+b或者a和b汉明重量的异或aXORb。
- They can be specified in either a character or binary string format. 可以使用字符或二进制字符串格式指定。
- In binary strings, the entire value is considered to be a single stream of bits that do not have any inherent pattern. 而在二进制字符串中,整个值被视为不具有任何固有模式的单个位流。
- A zero-length binary string can be specified as 0x without any byte values specified in the hexadecimal constant. 长度为零的二进制字符串可以指定为不带以十六进制常量指定的任何字节值的0x。
- An explicit conversion to character data must be used when concatenating binary strings and any characters between the binary strings. 在二进制字符串之间串联二进制字符串和任何字符串时,必须显式转换字符数据。
- Usually, text, ntext, or image strings are large, a maximum of 2GB, character or binary strings stored outside a data row. 通常情况下,text、ntext或image字符串是存储在数据行外的大型(最高可达2 GB)字符或二进制字符串。
- Returns a binary string of weights for each character in a non-Unicode string expression defined with an SQL tertiary collation. 为使用SQL第三排序规则定义的非Unicode字符串表达式中的每个字符,返回一个表示权重的二进制字符串。
- With the limit of the ability of convergence of the binary strings genetic algorithm, the decimal strings genetic algorithm is proposed for identifying the aquifer parameters. 以直线隔水边界附近的井流模型为例,讨论了十进制遗传算法在含水层参数反演中的应用,并与二进制遗传算法的进行比较。
- The program features tabbed browsing, extended file findsupporting full Boolean logic, regular expressions, advanced pattern matching and binary string search. 软件的文件发现支持全部布尔的逻辑,固定的表达,先进的模式匹配和二进制内容搜寻。
- To use binary string comparisons, and 则使用二进制字符串比较;若指定
- Converting an integer into a binary string 转换一个整数到二进制字符串
- Unpacks data from a binary string 将数据从二进制形式解压回来
- pack -- Pack data into binary string. 打包数据为二进制字符串。
- I need a piece of string to tie this parcel up. 我需要一根细绳把这包裹扎起来。
- Sorting binary strings by reversals and by transpositions 二元序列的翻转与对换排序
- The money was lent to us with no strings attached. 这些钱借给我们是无附带任何条件的。
- A byte composed of eight binary elements. 一个由8个二进制数位组成的字节。
- A byte composed of two binary elements. 一种由两个二进制位组成的字节。同two-bitbyte。