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

搜索资源列表

  1. replace

    1下载:
  2. C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:819
    • 提供者:方新侠
  1. c-hash

    0下载:
  2. c语言查找字符串的hash算法,几种经典的哈希算法参考-hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1130
    • 提供者:chanson
  1. string-pailie-c

    0下载:
  2. C语言版的字符串排列算法,计算并输出字符串排列和个数-C language version of the string alignment algorithms, calculations and output the string arrangement and number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:534
    • 提供者:yangqiang
  1. Simple-C-lexical-analyzer

    0下载:
  2. 简单C词法分析器 C语言的字符串常量书写时使用了大量的转义符-Simple C lexical analyzer written in C language string constants used a large number of escapes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:3029
    • 提供者:xiaoxiao
  1. str_op.c

    0下载:
  2. 代码为字符串的一些操作精华,供刚涉及C语言的新手参考。-Code is the essence of a string of some operations, for the novice just involved in C language reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1113
    • 提供者:wsh
  1. C-experimentation

    0下载:
  2. (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:王阿万
  1. LCString_in-C

    0下载:
  2. 搜寻最长相同字符串,LCString 用C语言写成-Search LCString in two strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3480
    • 提供者:lsn
  1. C

    0下载:
  2. 文章编辑问题 1.分别统计出其中英文字母数和空格数及整篇文章总字数; 2.统计某一字符串在文章中出现的次数,并输出该次数 3.删除某一子串,并将后面的字符前移 4.存储结构使用线性表,分别用几个子函数实现相应的功能 -Article Edit Question 1. Are the statistics of the number of letters and spaces in which the number and total number of words the w
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2297
    • 提供者:zhuyunfeng
  1. C-string-operations-Daquan

    0下载:
  2. C语言字符串操作大全,汇聚几乎所有字符串函数及其详细解析,对新手编程有莫大的帮助-C-string operations Daquan, brought together almost all the string functions and their detailed analysis of novice programming of great help
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:8054
    • 提供者:ziyu
  1. UsartDrive

    0下载:
  2. stm32串口程序,利用超时判断字符串判断字符串结束。-stm32 serial procedures, using string to determine the time-out to determine the end of the string.
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1071328
    • 提供者:胡建福
  1. C

    0下载:
  2. 整数转换为字符串的C/C++程序,可以自己改成其他应用。-Integer into a string of C/C++ program that can change their other applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3370
    • 提供者:姬斌
  1. searchemail.c.tar

    0下载:
  2. 通过对一堆字符串分析,找出正确的email。并将其打印出来-Through analysis of a bunch of strings, find the correct email. And print it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:610
    • 提供者:刘永
  1. C

    0下载:
  2. 求质数,牛顿迭代法,最大字符串,输出钻石字符串,比较字符串的大小-prime,string,diamond string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2779
    • 提供者:常项项
  1. c-

    0下载:
  2. 可在字符串中任意位置截取任意长度,随意截取-char choose file
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:11693
    • 提供者:雨田
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. CSharpstring

    0下载:
  2. C#字符串处理,包括对C#字符串的所有处理功能-process the C# string
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3853
    • 提供者:guobinshi
  1. C-C-PP-string-function

    0下载:
  2. 字符串函数,C语言常用到的,参考资料-C/C++ String function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2699
    • 提供者:lenney
  1. C-Software-design

    0下载:
  2. 分数统计 要求:(1)输入某班级学生的姓名、分数; (2)对(1)的分数进行降幂排列并输出; (3)具有输入输出界面。 打字程序 要求:(1)随即产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 加密 要求:(1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5575
    • 提供者:戴永刚
  1. CPP-knowledge

    0下载:
  2. C++ 字符串知识,包括字符串的定义、使用,以及更高意义上的应用!知识点全,详细,方便临时查找学快速学习!-C++ string knowledge, including the definition of a string, use, and a higher sense of Knowledge points, a detailed, easy temporary Find learning to learn quickly!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:112040
    • 提供者:张明
  1. c-cPPkehou

    0下载:
  2. 键盘输入字符串 统计各个字符出现的次数 c\c++实现 键盘输入 求出两个数的最小公倍数和最大公约数c c++实现 单链表实现学生信息输出平均分最高的学生的学号成绩名字等结构体c c++实现 -The keyboard input string statistics each character in the frequency of c \ c++ realized Keyboard input for a minimum of two Numbers LCD and the
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:1233
    • 提供者:王攀峰
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com