CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - string

搜索资源列表

  1. string

    0下载:
  2. 实现了简单的字符串模式匹配,打开一个txt文件,用户输入一个字符串,输出匹配的字符串的行号与起始处列号。-To achieve a simple string pattern matching, open a txt file, the user input a string, the output matching string and the beginning of the line number column number.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:93766
    • 提供者:serenha
  1. string

    0下载:
  2. 一个简单的测试程序,通过对字符串的运算来体现如何使用运算符重载的功能以及对字符串的操作。-A simple test program, through string operations to reflect the use of operator overloading functions and operators on the string.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:238293
    • 提供者:scorpioc
  1. string

    0下载:
  2. 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3563
    • 提供者:黄彩红
  1. REVERSE

    0下载:
  2. This program will reverse the string
  3. 所属分类:Editor

    • 发布日期:2017-03-31
    • 文件大小:564
    • 提供者:Ibrahim Khan
  1. String

    0下载:
  2. 字符串创建 复制 初始化 字符串求子串 字符串销毁 删除等功能-string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:196382
    • 提供者:scc
  1. MyString

    0下载:
  2. 一个自己写的 string 类例子,比较方便-Write a string class examples of their own, more convenient
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3238
    • 提供者:Zhong
  1. String

    0下载:
  2. 寻找两个字符串中最长公共子串。 最长公共子串结果可能有多个的情况。 mfc图形界面。-Find the longest common subsequence of two strings in string. Longest Common Substring results may have more than one situation. mfc graphical interface.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:34124
    • 提供者:yamalove
  1. String

    0下载:
  2. String类:String类是Java中很重要的一个类,在此总结一下这个类的特别之处。下面的相关资料翻译自《java语言规范》(第三版)和《java虚拟机规范》(第二版),有的直接摘引了原文。下面的代码都是用SUN jdk1.6 javac来编译。 -Stringclass
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4034
    • 提供者:李林
  1. A-string-of-encryption-and-decryption

    0下载:
  2. 简单的用汇编语言设计字符串的加密与解密。关键是显示部分,挺好玩的-Design a simple assembly language string encryption and decryption. The key is to show some really fun
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:74445
    • 提供者:weihao
  1. string

    0下载:
  2. 这是我学习STL string的学习笔记, 足够平时开发时使用-This is my study notes to learn STL string, usually developed enough to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:13150
    • 提供者:弘扬
  1. string

    0下载:
  2. 显示字符串的Java servelt程序-Display string Java servelt procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1218
    • 提供者:wang
  1. string

    0下载:
  2. 自己写的string类,实现了一些基本功能-a string class with some basic functionality
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:wanjingwei
  1. string

    0下载:
  2. 实现朴素模式匹配算法和KMP快速模式匹配算法。 Index(S,T,pos) 函数返回值为串T在串S的第pos个字符后第一次出现的位置。-Achieve simple pattern matching algorithm and KMP pattern matching algorithm. Index (S, T, pos) function returns the string value of S T in the string after the first pos characte
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:175706
    • 提供者:Bill
  1. String

    0下载:
  2. 用C写的串的数据结构实现,,很稳定,队学习数据结构很有用-Written with the C string of data structure implementation, very stable, team learning is useful data structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3511
    • 提供者:李军
  1. String

    0下载:
  2. 实现字符串的创建查找,遍历,重载等功能。-To achieve the creation of a string search, traversal, overloaded functions.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1230
    • 提供者:ruoyao
  1. AllStringTraining

    0下载:
  2. 在开发过程中,我们常常会遇到ASCII、Unicode以及MBCS等不同类型的字符串,而且还需要经常进行转换操作。本文先介绍字符的编码方式、各种基本字符串类型,然后说明相关的帮助类,如CComBSTR、_bstr_t、CString和basic_string等,最后讨论在它们之间以及和其他的数据类型的转换方法。-In the development process, we often encounter ASCII, Unicode and MBCS and other different ty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66864
    • 提供者:姜爱逢
  1. char-string

    0下载:
  2. 运用简单的方法,实现C#中字符数组转字符串数组-Simple method used to achieve the character array to a C# string array
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:34750
    • 提供者:马永兵
  1. Data_structures_string_pattern_matching_algorithm.

    0下载:
  2. 数据结构串的模式匹配算法Data structures string pattern matching algorithm -Data structures string pattern matching algorithms Data structures string pattern matching algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:47133
    • 提供者:ib
  1. VB_Programming_String_Manipulation_reverse_string.

    0下载:
  2. VB编程实现字符串操作_反转字符串VB Programming String Manipulation _ reverse a string-VB Programming String Manipulation _ reverse a string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2028
    • 提供者:5
  1. String.automatically.filled.vb.

    0下载:
  2. 字符串在输入框自动填充的vb实String in the input box automatically filled vb real-String in the input box automatically filled vb real
  3. 所属分类:EditBox

    • 发布日期:2017-03-26
    • 文件大小:4071
    • 提供者:tanghui
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com