Requires string or character array input.
需要字符串或字符数组的投入。
For example, notice that a characters method accepts the SAX character array or a String.
例如,要注意字符方法接受SAX字符数组或字符串。
The order of the elements in the character array does not affect the trim operation.
字符数组中的元素顺序并不影响剪裁操作。
That's all on why character array is better choice than String for storing passwords in Java.
这就是全部的关于为什么使用字符数组存储密码比字符串更好。
Defines a token for the signature that has the specified character array and signature length.
为具有指定字符数组和签名长度的签名定义标记。
If only a small substring is needed, then - because the whole character array is retained - some space is wasted.
但是如果只有一小段字符串被使用,那么—由于整个字符数组仍然被保存—就有一些空间被浪费了。
We also define a macro INBUFSIZ, which is the size of a character array used as a buffer while reading the input.
我们还定义了宏inbufsiz,它是在读取输入时用作缓冲区的字符数组的大小。
Knowledge points to the following: file read and write character array operations command line arguments to use.
要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。
Because the stream's input comes from a character array, there is no actual limit; hence this argument is ignored.
因为流输入来自字符数组,也就没有实际的限制,因此该参数会被忽略。
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
在派生类中重写时,将指定字符数组中的一组字符编码为指定的字节数组。
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into the specified character array.
在衍生类别中覆写时,将指定位元组阵列中的所有位元组解码成一组字元。
Copies the specified maximum number of characters from any adjacent text in the specified direction into a caller-supplied character array.
将指定的最大字元数从指定方向中的任何相邻文字复制到呼叫者提供的字元阵列中。
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
在衍生类别中覆写时,计算编码指定字元阵列中所有字元所产生的位元组数目。
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.
在衍生类别中覆写时,计算从指定的字元指标开始,编码一组字元所产生的位元组数目。
I've got a function that gets called every few milliseconds that needs to convert a double to a character array, string, or other method of storing text.
我有一个函数,调用每隔几毫秒,需要双转换为字符数组,存储文本字符串,或者其他方法。
Also, instead of defining a string and converting it to a character array, this is an example of creating a character array directly and initializing it.
另外,这是一个直接创建字符数组并对其进行初始化的示例,而不是定义字符串然后将字符串转换为字符数组。
The following code example writes a certain number of characters from a character array into an existing string, starting at a specified place in the array.
下面的代码示例把从字符数组中指定位置开始的一定数目的字符写入现有的字符串。
When overridden in a derived class, decodes a sequence of bytes from the specified byte array and any bytes in the internal buffer into the specified character array.
在衍生类别中覆写时,将指定位元组阵列中的位元组序列以及内部缓冲区内的任何位元组,解码成指定的字元阵列。
When overridden in a derived class, encodes a set of characters from the specified character array and any characters in the internal buffer into the specified byte array.
在派生类中重写时,将指定字符数组中的一组字符和内部缓冲区中的任何字符编码到指定的字节数组中。
The rope's construction is a key factor: When a rope is constructed directly from an underlying CharacterSequence or character array, it has a simple structure consisting of a single flat rope.
rope的构建是个关键因素:当直接使用底层的CharacterSequence或字符数组构建rope时,它只有一个简单的结构,里面包含一个扁平rope。
Start with an array to hold the character information.
首先建立一个数组以保存角色信息。
When the script is submitted, we want to add the new item to an inventory array and save the array along with the character sheet.
在提交脚本后,需要将新装备添加到武器清单数组中,并且连同角色表一起保存数组。
Unfortunately, there is no EBCDIC encoder by default, so we'll convert the value to a UTF-16LE byte array (which just adds in a "0" byte for the second byte of each character).
遗憾的是,缺省情况下没有EBCDIC编码器,所以我们将把值转换为utf- 16le字符数组(这只是为每个字符的第二个字节添加一个“0”字节)。
The split method then returns an array holding the strings that resulted from separating the given string into substrings, as delimited by the space character.
然后,split方法返回一个数组,其中保存了根据空格字符将给定字符串分割成子字符串的结果。
As with the character sheet, the notes are added to an array, serialized, and stored in a text file.
与角色表一样,提示将被添加到数组中,经过序列化并存储到文本文件中。
In this paper, microcontroller, stepper motor driver chips, character LCD and keypad array, build a set of stepper motor controller and driver as one of the stepping motor control system.
本文应用单片机、步进电机驱动芯片、字符型LCD和键盘阵列,构建了集步进电机控制器和驱动器为一体的步进电机控制系统。
That module allows programmers to treat a string as an array of letters, either as numeric codes or as one-character strings. An example from the documentation.
该模块允许程序员将字符串当作字符数组对待,或者作为数字代码或者作为单字符字符串。
That module allows programmers to treat a string as an array of letters, either as numeric codes or as one-character strings. An example from the documentation.
该模块允许程序员将字符串当作字符数组对待,或者作为数字代码或者作为单字符字符串。
应用推荐