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

搜索资源列表

  1. hexconv

    1下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-22
    • 文件大小:3.28kb
    • 提供者:站长
  1. StrCmp

    0下载:
  2. c语言通用范例开发经典 源码,执行结果,和调试截图!字符串比较-c language common to develop a classic example of source code, the results of the implementation, and debug screenshot! String Comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:15.82kb
    • 提供者:yb
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:9.33kb
    • 提供者:rachel
  1. C++

    0下载:
  2. 实现对类的重载和析构构造函数的运用,对字符串的 添加,连接,长度的操作-Realize the kind of overloading and destructor constructor use of the string to add, connect, length of operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:45.21kb
    • 提供者:lishch
  1. zifuchuan

    0下载:
  2. c++字符串问题集,各种问题解决方案 c++字符串问题集,各种问题解决方案-c++ string questions, solutions to various problems c++ string questions, solutions to various problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2.7kb
    • 提供者:李力
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:7.28kb
    • 提供者:xxxfree
  1. c

    0下载:
  2. 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4.53kb
    • 提供者:张歌
  1. c

    0下载:
  2. 有关C语言中字符串的操作的一些经典程序,STRCPY,MEMCPY,数组越界还有一些其他的程序-Of the C language string operation a number of classical procedures, STRCPY, MEMCPY, an array of cross-border procedures and some other
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:18.32kb
    • 提供者:456456
  1. 6080210629_lab4_1.c

    0下载:
  2. 在用户输入的字符串中查找目标字符串。适合于新学C语言程序的用户-In the string entered by the user to find the target string. Suited to a new study of the user C Language Program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:19.28kb
    • 提供者:罗康
  1. c-xuexi

    0下载:
  2. 1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量-1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 da
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.27kb
    • 提供者:John
  1. C

    0下载:
  2. 1:编写函数,当字符串出现在另一个字符串的尾部,该函数返回1 否则0 2:根据单词的出现频率按降序打印输入的各个不同单词,并在每个单词的前面标上它的出现次数。 3:大小写字母转换 4:比较两个文件并打印它们第一个不相同的行 5:打印一个文件集合,每个文件从新的一页开始打印,并且打印每个文件相应的标题和页数-1: write the function, if the string appears in another string in the tail, the function
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6.49kb
    • 提供者:cuiyu
  1. CSTRING

    0下载:
  2. 字符串处理是程序设计语言的一个重要的组成部分。有的字符串是内置的(VB等),有的是模拟的(C字符串为字符集合,算法等以库的形式提供),而C++所提供的字符串std::string是以库的形式提供。-C puls plus
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:273.99kb
    • 提供者:changzhizhang
  1. zifuchuan.c

    0下载:
  2. 经典的小函数的调用,用于字符串的调用,非常的好用-zifuchuan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:700byte
    • 提供者:赵大华
  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
    • 文件大小:819byte
    • 提供者:方新侠
  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
    • 文件大小:2.24kb
    • 提供者:zhuyunfeng
  1. 字符串转换

    0下载:
  2. 汉字字符串,计算该串的拼音首字母,c#源代码(String of Chinese characters, the initial string of the alphabet, c# source code)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:zondy
  1. C#基类

    0下载:
  2. .net c# 通用类库,包括网络,数据库,字符串操作。(.net c# common socket ms sql string)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:8.72mb
    • 提供者:s731673173
  1. Archive

    0下载:
  2. C++ 字符串练习 人桌组合 字符串 取时间(substring table_group_arrangement get_time)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:20kb
    • 提供者:zhaozhao12345
  1. c++算法与实践

    0下载:
  2. C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10.76mb
    • 提供者:一一飞
  1. C程序—查找

    0下载:
  2. 寻找对称的字符串的最大长度,输入一串字符,输出与其对称的最大长度。(Finding the maximum length of a symmetric string)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1.4mb
    • 提供者:墨染静然
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com