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

搜索资源列表

  1. hream

    0下载:
  2. 用汇编实现统计输入的字符串中有多少个字母,多少个数字,以及空格,和其它字符,并显示出来。-Compilation of statistics used to achieve input string the number of letters, the number of digits, and spaces, and other characters, and displayed.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1857
    • 提供者:侯坡
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  1. qiantao

    0下载:
  2. 可以嵌套子目录的字符串替换,文件名替换,代码统计功能 -Nested subdirectories can replace the string, the file name to replace the symbol statistics
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:59267
    • 提供者:yy
  1. StringTools

    0下载:
  2. 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:杨德伟
  1. Example_cout

    0下载:
  2. 应用窗口和对话框实现统计字符串长度的功能。-Application window and dialog boxes to achieve statistical length of the string functions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-12
    • 文件大小:2701430
    • 提供者:dutianyou
  1. 676375678

    0下载:
  2. 在一个已知的文本文件(是文章)中查找字符串,统计该字符串在文章中出现次数,字符串由用户给定-very good !~~~
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2438
    • 提供者:武晓琪
  1. tongjizifugeshu

    0下载:
  2. 这是c语言写的一个程序,统计字符串中每个字母出现的个数-This is a program written in c language, statistics string number of each letter appears
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:381272
    • 提供者:周灵
  1. stringsearch

    0下载:
  2. 实现字符串查找功能,并且统计字符串出现次数。-it can achieve the string search.it can also count the times that the same string happened.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:670
    • 提供者:叶一力
  1. tongji_words_c

    0下载:
  2. 统计字符串中字符个数-tong ji zi fu chuan zhong zi fu ge shu!!!!!!!1!!!!!!!!!!!!!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:154816
    • 提供者:susan
  1. WordLength

    0下载:
  2. 利用Object—C语言编写一个统计字符串长度的程序,病毒写到相应文件中-Using Object-C language string length of a statistical procedure, the virus writes the corresponding file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1450703
    • 提供者:liumac
  1. Chinese

    0下载:
  2. 这是一个用于汉字统计的小程序,可以统计出输入字符串中有多少个汉字,以及每个汉字出现的频率-This is a program for computing the numbner of chinese in a string.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:19549
    • 提供者:Tony
  1. zifuchuan

    0下载:
  2. 统计字符串中每个字符出现的频数,显示在屏幕上输出-Statistics for each character string appears in the frequency, the output on the screen
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:526
    • 提供者:edna
  1. 2_3

    0下载:
  2. 统计字符串中字母、数字以及其他字符的个数,并在屏幕显示!-input a string,then count the number of digit,letter and others.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:774
    • 提供者:秦菁
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. Words_statistics

    0下载:
  2. 单词统计,统计字符串中各个字母个数并输出-Word statistics, statistics in the string and output the number of each letter
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:刘颖超
  1. CalcCharacterString

    0下载:
  2. 个人精心编写,并非网上下载,debug与release的可执行程序均有。主界面为单文档程序窗口,能统计字符串的中英文区别,可以在实际中应用,中文字符串和英文字符串能完全区分开,并给出统计个数,程序实用,可以方便找到所需的代码,采用VS.net2005编写,界面美观实用,是精品中的精品。-Personal well-written, not download, debug and release are executable programs. The main interface is a si
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:112846
    • 提供者:王刚
  1. KMP

    0下载:
  2. 本代码是kmp算法,可以实现在文学名著中实现字符串的查找,并标记字符串的位置,统计字符串的个数-This code is kmp algorithm can achieve a string of literary classics in the search, and mark the location of the string, the number of statistical string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4810
    • 提供者:木头
  1. huibian

    0下载:
  2. 汇编语言写的几个简单的汇编小程序,有求三个无符号数的最大值,求十个数中的最大最小值,将十进制数转换成十六进制数,统计字符串中字母、数字等的个数、输出字符串等简单汇编小程序,适合初学者-Written in assembly language, the compilation of a small number of simple procedures, seeking the maximum of three unsigned, seeking the maximum and minimum n
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:189998
    • 提供者:南风雅
  1. 2

    0下载:
  2. 统计字符串中非数字字符的个数 对自学汇编的人会有帮助的-Statistics the number of numeric characters string Africa
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:862
    • 提供者:Scout
  1. CountStringNumber

    0下载:
  2. 用c++编程实现的统计字符串出现的次数的程序。-C++ programming with the statistical number of occurrences of the string program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:211077
    • 提供者:刘斌
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com