您要查找的是不是:
- Lists walkthroughs involving string manipulation. 列出涉及字符串處理操作的演練。
- Real Programmers do String Manipulation in FORTRAN. 真正的程序員用FORTRAN進(jìn)行字符操作。
- It specifies a standard library, with an extensive set of functions for performing input and output, memory management, string manipulation, and similar tasks. 標準中還詳細說(shuō)明了一個(gè)具有標準輸入/輸出、內存管理和字符串操作等擴展函數集的標準庫。
- Displays the operators you can include in a calculation or string manipulation. 顯示可包含在計算或字符串操作中的運算符。
- Regular expressions are used for complex string manipulation in PHP. 正則表達式在PHP中用來(lái)做復雜的字符串操作。
- 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. 和用于計算任務(wù)、字符串操作和業(yè)務(wù)邏輯的Transact-SQL函數相比,CLR函數具有顯著(zhù)的性能優(yōu)勢。
- 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. 這個(gè)模塊包括很多輔助功能,涉及字符串處理,日期/時(shí)間以及數學(xué)。它是非常有用的。代碼文檔中的注釋很多。
- 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. 它描述了諸如訪(fǎng)問(wèn)操作系統(如讀寫(xiě)文件)、格式化輸入/輸出、內存分配和字符串操作等類(lèi)似的很多函數。
- A programming language which is designed for string manipulation and pattern match comparison. 為串處理和模式匹配比較而設計的一種編程語(yǔ)言。
- Gets the culture that the current thread uses for string manipulation and string formatting. 獲取當前線(xiàn)程用于字符串操作和字符串格式設置的區域性。
- Object that represents the culture the current thread uses for string manipulation and string formatting. 對象,它表示當前線(xiàn)程用于字符串操作和字符串格式設置的區域性。
- One more issue specific to 3D applications is the number of spatial manipulation functions that can be performed. 對于三維應用程序來(lái)說(shuō)一個(gè)特定的問(wèn)題是能實(shí)現多少空間操作功能。
- Changes the culture that the current thread uses for string manipulation and string formatting. 更改當前線(xiàn)程用于字符串操作和字符串格式設置的區域性。
- Class creates a string buffer that offers better performance if your program performs a lot of string manipulation. 類(lèi)創(chuàng )建了一個(gè)字符串緩沖區,用于在程序執行大量字符串操作時(shí)提供更好的性能。
- A simple illustration of string manipulation that works with string array. It unscrambles the scrambled words that are inputed by the user. 這是一個(gè)簡(jiǎn)單的字符串處理的程序,它整理出用戶(hù)輸入的未被整理的字符。
- Moreover, Scheme comes with a rich library of list and tree manipulation functions, and a history of contemplating manipulation of those very structures. 另外,Scheme還擁有豐富的列表和樹(shù)處理函數庫,以及專(zhuān)注于處理這些結構的歷史。
- If you get an access violation on a call to a heap manipulation function, it is possible that your program has corrupted the heap. 如果在調用堆操作函數時(shí)發(fā)生訪(fǎng)問(wèn)沖突,有可能是程序損壞了堆。
- Scamble Words - A simple illustration of string manipulation that works with string array. It unscrambles the scrambled words that are inputed by the user. 這是一個(gè)簡(jiǎn)單的字符串處理的程序,它整理出用戶(hù)輸入的未被整理的字符。
- 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. 一種計算機終端上的按鍵,當它與另一個(gè)鍵同時(shí)按下時(shí)被用來(lái)實(shí)現一種控制或操縱功能,例如終止一個(gè)編輯操作。
- 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. 因此,出于性能方面的考慮,大量連接或其他涉及的字符串操作應通過(guò)StringBuilder類(lèi)來(lái)執行,如下面的代碼示例所示。