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

搜索资源列表

  1. snowbase

    0下载:
  2. 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:609857
    • 提供者:赵洋洲
  1. replacement

    0下载:
  2. 字符串的查找替换,忽略空格,区分大小写。-String search replace
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2530
    • 提供者:王璧祺
  1. change

    0下载:
  2. C# 进制转换(2 8 10 16)进制间任意转换,并输出字符串结果-Change
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:17585
    • 提供者:liumin
  1. 60

    0下载:
  2. 将字符串中的字母转为它的下一个字母 z转为a-String of letters next to it to a letter z
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:段璐
  1. Programme

    0下载:
  2. 求面积,数值转换,求出质数,由小到大顺序输出数值,求出字符串长度-the length of the string
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:符宁
  1. ado-access-database-vc

    0下载:
  2. 用vc 2005 ado 连接access数据库,读取并显示数据的示例,只需要修改连接字符串,也可以很方便地连接mysql,sqlserver,oracle等数据库-Vc 2005 ado connection with access database, read and display the sample data, only need to amend the connection string, it can easily connect mysql, sqlserver, oracle
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-24
    • 文件大小:42658
    • 提供者:hzz
  1. 8833066883

    0下载:
  2. 显示投票,投票结果确认,用户查看投票结果,处理中文字符串及换行的自定义函数文件-Display vote results confirmed that the user to view the voting results, and treatment-for-line English string custom function file
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:27961
    • 提供者:李明
  1. SHA12dll

    0下载:
  2. 通过SHA1,将输入的字符串提取摘要或输入的十六进制提取摘要并输出-Through SHA1, will enter a summary or extract the string of hexadecimal input and output extracted Abstract
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3804997
    • 提供者:吴成刚
  1. Word

    0下载:
  2. 编译 词法编辑器 根据输入的字符串自动分解出关键词和其他词-Editor compiler lexical string under the Importation of automatic decomposition of words and other words
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1894
    • 提供者:leo
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:159122
    • 提供者:郭子
  1. example_for_programming

    0下载:
  2. 许多基础实用的C++源码,适合初学者使用,如递归反转字符串-Lot of basic practical C++ source code, suitable for beginners to use, such as recursive string inversion. . . . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:248350
    • 提供者:王广
  1. ziguchuanpaixu

    0下载:
  2. 此程序可以进行字符串排序,简单的循环结构即可实现复杂的字符串排序,实用-This procedure can be sorted string, easy to realize the cycle of the structure of the complex sort of string, practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:李敬捷
  1. LL1

    0下载:
  2. 给出给定LL(1)文法的FIRST和FOLLOW集,求出相应的分析表以及对给定字符串进行分析,判断是否属于该文法 -Give a given LL (1) grammar of the FIRST and FOLLOW sets, calculated the corresponding analysis table, as well as an analysis of the given string to determine whether or not belong to the gram
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5337
    • 提供者:weilinquan
  1. file

    0下载:
  2. 一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lin
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:小可
  1. no61

    0下载:
  2. 判断字符串的对称, 判断字符串的对称,-String to determine the symmetry, the symmetry to determine the string to determine the string of symmetry,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:583
    • 提供者:zhou
  1. ext_string-0.2

    0下载:
  2. 实现了对C++下的string的扩展,比如分割字符串啊,-Realization of C++ under the expansion of string, for example, the string partition ah, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:70205
    • 提供者:slj
  1. paixu

    0下载:
  2. 字符串分割与排序。输入一串字符中间用空格隔开,进行按空格分割成许多个小字符串,然后进行按字典排序!-Segmentation and sequencing string. Enter the middle of a string of characters separated by a space, press space to split into many small string, and then sorted according to the dictionary!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:王猛
  1. 2

    0下载:
  2. 写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。-Write a function, and the length of a string, in the main function in the input string and output its length.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2074
    • 提供者:张振宇
  1. 10

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。-Keyboard input from a string to all lowercase letters converted to upper case, and then output to a disk file " test" saved. Input to the string! End.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2206
    • 提供者:张振宇
  1. Sting

    0下载:
  2. 运用数据结构—串类型,动态分配存储,实现字符串的字符数统计和两字符串的连接-Using data structure- string type,and the dynamic allocation of storage to count the number of characters of a string of statistics and connect two different strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1120
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com