您要查找的是不是:
- Lists walkthroughs involving string manipulation. 列出涉及字符串处理操作的演练。
- Real Programmers do String Manipulation in FORTRAN. 真正的程序员用FORTRAN进行字符操作。
- It specifies a standard library, with an extensive set of functions for performing input and output, memory management, string manipulation, and similar tasks. 标准中还详细说明了一个具有标准输入/输出、内存管理和字符串操作等扩展函数集的标准库。
- Displays the operators you can include in a calculation or string manipulation. 显示可包含在计算或字符串操作中的运算符。
- Regular expressions are used for complex string manipulation in PHP. 正则表达式在PHP中用来做复杂的字符串操作。
- CLR functions offer significant performance advantage over Transact-SQL functions for computational tasks, string manipulation, and business logic. Transact-SQL functions are better suited for data-access intensive logic. 和用于计算任务、字符串操作和业务逻辑的Transact-SQL函数相比,CLR函数具有显著的性能优势。
- Module with Numerous Helper Routines - This module contains numerous helper functions related to string manipulation, dates/time, and math. Very useful. Comments in code document everything. 这个模块包括很多辅助功能,涉及字符串处理,日期/时间以及数学。它是非常有用的。代码文档中的注释很多。
- It specifies functions for accessing the operating system (for instance, to read and write files), formatted input and output, memory allocation, string manipulation, and the like. 它描述了诸如访问操作系统(如读写文件)、格式化输入/输出、内存分配和字符串操作等类似的很多函数。
- A programming language which is designed for string manipulation and pattern match comparison. 为串处理和模式匹配比较而设计的一种编程语言。
- Gets the culture that the current thread uses for string manipulation and string formatting. 获取当前线程用于字符串操作和字符串格式设置的区域性。
- Object that represents the culture the current thread uses for string manipulation and string formatting. 对象,它表示当前线程用于字符串操作和字符串格式设置的区域性。
- One more issue specific to 3D applications is the number of spatial manipulation functions that can be performed. 对于三维应用程序来说一个特定的问题是能实现多少空间操作功能。
- Changes the culture that the current thread uses for string manipulation and string formatting. 更改当前线程用于字符串操作和字符串格式设置的区域性。
- Class creates a string buffer that offers better performance if your program performs a lot of string manipulation. 类创建了一个字符串缓冲区,用于在程序执行大量字符串操作时提供更好的性能。
- A simple illustration of string manipulation that works with string array. It unscrambles the scrambled words that are inputed by the user. 这是一个简单的字符串处理的程序,它整理出用户输入的未被整理的字符。
- Moreover, Scheme comes with a rich library of list and tree manipulation functions, and a history of contemplating manipulation of those very structures. 另外,Scheme还拥有丰富的列表和树处理函数库,以及专注于处理这些结构的历史。
- If you get an access violation on a call to a heap manipulation function, it is possible that your program has corrupted the heap. 如果在调用堆操作函数时发生访问冲突,有可能是程序损坏了堆。
- Scamble Words - A simple illustration of string manipulation that works with string array. It unscrambles the scrambled words that are inputed by the user. 这是一个简单的字符串处理的程序,它整理出用户输入的未被整理的字符。
- A key on a computer terminal which, when pressed in conjunction with another key, is used to perform a control or manipulation function, ?e.g.,? to terminate an editing operation. 一种计算机终端上的按键,当它与另一个键同时按下时被用来实现一种控制或操纵功能,例如终止一个编辑操作。
- Therefore, for performance reasons, large amounts of concatenation or other involved string manipulation should be performed with the StringBuilder class, as demonstrated in the code examples below. 因此,出于性能方面的考虑,大量连接或其他涉及的字符串操作应通过StringBuilder类来执行,如下面的代码示例所示。