Welcome![Sign In][Sign Up]
Location:
Search - string

Search list

[Bookszifupipei

Description: 字符串的近似匹配,就是允许在匹配时有一定的误差,比如在字串“以前高手好久不见”中找“以前是高手”也能成功。-approximate string matching, the matching is to allow a degree of error, For example, in the string "before a master writer," to the "past masters" can be successful.
Platform: | Size: 4096 | Author: caihaibin | Hits:

[Windows DevelopString

Description: 程序1处理unicode字符串,程序2 进行资源读取和字符串类的CString 扩展类 程序3 不依赖系统的CString类,程序4CUnicodeString类,程序5实现基本功能的 字符串类-procedures for handling a unicode string, two procedures resources, and the string read like CString extension of the class three procedures do not rely on the system CStrin g category, procedures CUnicodeString category four, five procedures to achieve the basic functions of the string type
Platform: | Size: 114688 | Author: zhanghaiyu | Hits:

[MultiLanguagestring

Description: 此程序用来分离一个字符串中的数字及字符,string.zip-This procedure used for the separation of a string of numbers and characters, string.zip
Platform: | Size: 3072 | Author: fchen | Hits:

[Windows Developstring

Description: 这个程序主要是实现两个字符串的连接,通过动态申请内存空间,并用指针作为参数传递-This procedure is mainly the two realize the connection string, through the dynamic application memory space, and passed as a parameter pointer
Platform: | Size: 225280 | Author: 郑淑美 | Hits:

[CA authRSA

Description: RSA算法的演示程序,分组加密功能,可以对任意长度的字符串进行加密解密-RSA algorithm demo program, packet encryption, you can for any length of string encryption and decryption
Platform: | Size: 1981440 | Author: | Hits:

[Program docLSExtRa

Description: VESA ENHANCED EDID LOCALIZED STRING EXTENSION STANDARD LS-EXT™ Standard
Platform: | Size: 265216 | Author: 甜菜 | Hits:

[JSP/JavaPassword

Description: java的源码,用于密码的加密,将任意字符串转成md5码,不可逆。-java source code for encryption, will be converted to md5 string of arbitrary code, irreversible.
Platform: | Size: 1024 | Author: 古月士 | Hits:

[EditBoxStringEditSrc406925

Description: 一个对编辑框进行操作的例子,特别是如何处理字符串编辑框。-Edit box for an example of operation, especially how to deal with string edit box.
Platform: | Size: 6144 | Author: 丁点 | Hits:

[OtherString

Description: 自己写的一个string类,很有用,功能强大~-To write a string class, very useful and powerful ~
Platform: | Size: 478208 | Author: liurenjie | Hits:

[OtherStdString

Description: CStdString - This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are likely to find. You can use it along with MFC, ATL, or neither.-CStdString- This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are likely to find. You can use it along with MFC, ATL, or neither.
Platform: | Size: 33792 | Author: Paul Lai | Hits:

[Data structsweizhiqing060330

Description: Huffman编码,实现对字符串的压缩与解压-Huffman coding, to achieve string compression and decompression
Platform: | Size: 1001472 | Author: RR | Hits:

[Otherstring

Description: 一个string类的处理数据重复以及输出每个数据-A string type of data processing and output of each data duplication
Platform: | Size: 1078272 | Author: 刘龙飞 | Hits:

[JSP/Javastring

Description: 字符串的基本操作,包括字符串的创建、拷贝、比较-String of basic operation, including the string to create, copy, compare
Platform: | Size: 14336 | Author: 张章 | Hits:

[Otheritoa

Description: 自己实现的,高效任意进制数字转成字符串的算法。-Themselves to achieve, high-performance digital arbitrary binary string into algorithms.
Platform: | Size: 6144 | Author: 章旌 | Hits:

[DocumentsKMP

Description: KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
Platform: | Size: 121856 | Author: 缪巍巍 | Hits:

[SCMstring

Description: 51单片机在LCD上显示字符串的代码 可根据需要任意改变字符串-51 Single-chip LCD display string in the code can be arbitrarily changed string
Platform: | Size: 1024 | Author: Michael | Hits:

[JSP/Javaaverage

Description: 計平均數的java program, 含string tokenizer和error detection, 分便初學者學習-Average of java program, with string tokenizer and error detection, points will be for beginners learning
Platform: | Size: 2048 | Author: Leo Fong | Hits:

[FlashMXstring

Description: Flash下面的进行字符串对比。用flash6.0以上版本可以打开。-Flash to the following string comparison. Flash6.0 above can be used to open.
Platform: | Size: 4096 | Author: 代军 | Hits:

[Data structslongest-common-string

Description: 这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。-This is a dynamic planning, seeking the longest common sub-sequence (Longest common string) the source code. The preparation of the implementation of their own. Procedure is simple, there are notes.
Platform: | Size: 216064 | Author: haha | Hits:

[Data structsBoyer-Moore

Description: BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can realize more efficient pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
Platform: | Size: 1024 | Author: Louis | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net