搜索资源列表

  1. RSA

    2下载:
  2. RSA算法的演示程序,分组加密功能,可以对任意长度的字符串进行加密解密-RSA algorithm demo program, packet encryption, you can for any length of string encryption and decryption
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:1981440
    • 提供者:
  1. LSExtRa

    0下载:
  2. VESA ENHANCED EDID LOCALIZED STRING EXTENSION STANDARD LS-EXT™ Standard
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:265216
    • 提供者:甜菜
  1. Password

    0下载:
  2. java的源码,用于密码的加密,将任意字符串转成md5码,不可逆。-java source code for encryption, will be converted to md5 string of arbitrary code, irreversible.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:古月士
  1. StringEditSrc406925

    0下载:
  2. 一个对编辑框进行操作的例子,特别是如何处理字符串编辑框。-Edit box for an example of operation, especially how to deal with string edit box.
  3. 所属分类:编辑框

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:丁点
  1. String

    0下载:
  2. 自己写的一个string类,很有用,功能强大~-To write a string class, very useful and powerful ~
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:478208
    • 提供者:liurenjie
  1. StdString

    0下载:
  2. 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 replacem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:Paul Lai
  1. weizhiqing060330

    0下载:
  2. Huffman编码,实现对字符串的压缩与解压-Huffman coding, to achieve string compression and decompression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1001472
    • 提供者:RR
  1. string

    0下载:
  2. 一个string类的处理数据重复以及输出每个数据-A string type of data processing and output of each data duplication
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1078272
    • 提供者:刘龙飞
  1. string

    0下载:
  2. 字符串的基本操作,包括字符串的创建、拷贝、比较-String of basic operation, including the string to create, copy, compare
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:张章
  1. itoa

    0下载:
  2. 自己实现的,高效任意进制数字转成字符串的算法。-Themselves to achieve, high-performance digital arbitrary binary string into algorithms.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:章旌
  1. KMP

    0下载:
  2. KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:121856
    • 提供者:缪巍巍
  1. string

    0下载:
  2. 51单片机在LCD上显示字符串的代码 可根据需要任意改变字符串-51 Single-chip LCD display string in the code can be arbitrarily changed string
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Michael
  1. average

    0下载:
  2. 計平均數的java program, 含string tokenizer和error detection, 分便初學者學習-Average of java program, with string tokenizer and error detection, points will be for beginners learning
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Leo Fong
  1. string

    0下载:
  2. Flash下面的进行字符串对比。用flash6.0以上版本可以打开。-Flash to the following string comparison. Flash6.0 above can be used to open.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:代军
  1. longest-common-string

    0下载:
  2. 这是动态规划中,求最长公共子序列(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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:216064
    • 提供者:haha
  1. Boyer-Moore

    0下载:
  2. BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Louis
  1. traceback

    0下载:
  2. 这是用matlab编写的有关动态规划算法中回溯的实现,是串匹配时用的-This is prepared using matlab on the dynamic programming algorithm realize the back is used when string matching
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:
  1. string

    0下载:
  2. A string with a value “ Hello World”. The program should AND, OR and XOR each character in this string with 127 and display the result. -A string with a value
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:malacca
  1. operate-character-string

    0下载:
  2. 1、 实现串赋值、串比较、求串长、串联接以及求子串这5种基本操作。 2、 能利用上述实现的基本操作完成置换Replace (&S, T, V)以及从串中删除一段子串StrDelete(&S,pos,len)的操作。 -1, realize assignment string, string comparison, and string a long string of serial access, as well as Chil
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:only
  1. stringsort

    0下载:
  2. 对不同的字符串进行排序输出,可以向版面的非窦房结老夫俄军哦分 -For different output string sort can be made to the layout of non-sinus node ladyship Russian sub-Oh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:167936
    • 提供者:zack
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org