CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - strings

搜索资源列表

  1. 字符匹配判断

    0下载:
  2. 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:969byte
    • 提供者:5437
  1. OtherPoems

    0下载:
  2. 诗经、楚辞、清诗以及现代诗歌。匹配任意字符串。-Book of Songs, Songs of the South, money poetry and modern poetry. Matching arbitrary strings.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:245.98kb
    • 提供者:sduhd
  1. LL1wenfa

    0下载:
  2. 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对预测分析LL(1)分析法的理解。-prepared in accordance with a grammar debugging LL (1) analysis of procedures for the importation of arbitrary strings of symbols for analysis. The main purpose of the experiment was t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.23kb
    • 提供者:颜炳昊
  1. ll(1)fenxibiaodeshengcheng

    0下载:
  2. 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i, *, (and ) consisting of the # end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.25kb
    • 提供者:xiao
  1. 7941961REManageAndNFAToDFA

    1下载:
  2. 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析,-Tip : the program only right by i, *, (and) to # constitute the end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.01kb
    • 提供者:xiao
  1. LL1ForWin1

    0下载:
  2. 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析,-Tip : the program only right by i, *, (and) to # constitute the end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:71.84kb
    • 提供者:xiao
  1. 取整数

    0下载:
  2. 输入一段字符和数字混杂的字符串,本程序能将其中连续的数字取出,并分别作为一个数组输出。(经调试过)-importation of a number of characters and strings mixed, the continuous process which can figure out respectively, and as an array output. (Tuned)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:张元佑
  1. 使用Des,MD5对字符串,数据文件加密

    0下载:
  2. 使用Des,MD5对字符串,数据文件加密,资源共享我们才能发展,抵制日货-use, MD5 strings, data file encryption, we can share resources development, a boycott of Japanese goods
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.68kb
    • 提供者:scmlk
  1. 文本串拆分类的设计

    0下载:
  2. 文本串拆分类的设计 对文本的拆分封装成一个独立的类,以便代码重用,类的设计具体如程序-text strings demolition classification of text designed to split the package into a separate category, in order to reuse code, the design of specific categories such as procedures
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:杨松
  1. 魔王

    0下载:
  2. (1)按照规则以下两条规则对输入的字符串进行解析: ①.α->β1β2...βn ②.(θδ1δ2...δn) -> θδnθn-1...δ2θδ1θ 其中的希腊字母标示可以用大写字母(变量)或者小写字母代换 大写字母表示α只可以使大写字母。 ①式表示变量的表达式;②式表示对括号中字符的解析。对输入一句符合上述规则的话解析的最终结果是不含有大写字母和括号-(1) In accordance with the rules of the following two rules of in
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.72kb
    • 提供者:黎明
  1. AMicroBlogAPI is a C# implementation

    0下载:
  2. AMicroBlogAPI is a C# implementation, a strong-typed deep encapsulation, a easy-to-use .net wrapper of SINA microblog APIs. App developers no longer need to parse various HTTP responses -- all responses are parsed into strong types No longer
  3. 所属分类:C#编程

    • 发布日期:2017-05-11
    • 文件大小:2.46mb
    • 提供者:wwl
  1. iuputtestCsharp

    0下载:
  2. C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1.7kb
    • 提供者:马春林
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.71kb
    • 提供者:youyu
  1. DES_Encryption

    0下载:
  2. 一个基于DES的加密软件代码,使用C#编写,能加密和解密字符串和文件。-DES-based encryption software code, the use of C# Prepared to encrypt and decrypt strings and documents.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:24.03kb
    • 提供者:Daniel
  1. 22

    0下载:
  2. 设2个字符串存分别在2个数组中,编写一个算法程序实现这2个串的连接运算,要求不能使用C语言中的字符串连接函数。-2 string deposit located in two arrays, the procedures for the preparation of an algorithm to achieve this two strings to connect computing, the requirements can not use the C language string co
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:860byte
    • 提供者:weiwei
  1. 3

    0下载:
  2. 字符串的功能实现,包括两个字符串相加,比较大小等功能-String function implementation, including the sum of two strings to compare the size of features such as
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:714byte
    • 提供者:儿童网吧
  1. shuju5

    0下载:
  2. 熟练掌握串的顺序和链接存储结构的实现方法;熟练掌握在两种存储结构上实现串的各种运算。-String master sequence and structure of link storage method master storage structure in the two strings to achieve a variety of computing.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:5.19kb
    • 提供者:bartok
  1. Strings

    0下载:
  2. C#中基本类型的演示源程序,为初学者提供了更好的学习方法-Csharp strings
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:39.03kb
    • 提供者:王萱
  1. Design.C.code.examples.comparing.strings

    0下载:
  2. C编程实例比较字符串设计代码Design of C programming code examples comparing strings -Design of C programming code examples comparing strings
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:5.87kb
    • 提供者:d
  1. Strings-Unicode-encoding-conversion

    0下载:
  2. 用C#编写的,字符串与Unicode编码相互转换工具,非常实用.-Written in C#, strings and Unicode encoding conversion tool, very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:13.13kb
    • 提供者:wangzixuan
« 12 3 4 »
搜珍网 www.dssz.com