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

搜索资源列表

  1. char_manipulation

    0下载:
  2. 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2639
    • 提供者:fangchen
  1. 1111

    0下载:
  2. 优先队列 基本要求:对Huffman树的方法进行扩充,实现如下功能: 1)键盘输入一个字符串,统计每个字符出现的频率; 2)输出每个字符的Huffman编码 3)计算并输出WPL 提高要求:改键盘输入为读文件(任何类型)-Basic requirements of the priority queue: the method of Huffman tree expansion, to achieve the following functions: 1) keyboard i
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:832760
    • 提供者:chenhang
  1. CRY1

    0下载:
  2. 实现加密字符串技术,程序根据概率统计自动绘制一张加密表,然后对输入字符串进行加密和自动解密工作,不过为了节省时间,只能对小写字母进行加密-Technology to achieve the encrypted string, the program automatically based on probability and statistics to draw an encrypted form, and then the input string to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:44496
    • 提供者:
  1. TXTfile_OPER

    0下载:
  2. 1. 删除TXT文件中的空行; 2. 删除TXT文件中的空格; 3. 删除TXT文件中的TAB键; 扩展功能,下个版本实现: a. 统计txt文件的总行数,每行对应的字符数 b.使用动态二维数组存放以上信息 c.使用回调函数维护数组信息; d.删除特定字符串的行-1. Delete TXT files in the blank lines 2. Delete TXT files in the space 3. Delete TXT files i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1141
    • 提供者:enju
  1. wenbenbianji

    0下载:
  2. 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 要求: 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:(1)分行输出用户输入的各行字符;(2)分4行输出"全部字
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:272224
    • 提供者:wuqiong
  1. 1

    0下载:
  2. 大写辅音字母统计 大写辅音字母是指除‘A’,‘E’,‘I’,‘O’和‘U’外的大写字母。从标准输入中输入一行少于255个字符的字符,以回车换行符结束,请你统计大写辅音字母的个数。 输入: 标准输入,输入的第一行为一个正整数n,表示需要你统计行的数目,接下来共有n行字符串。 输出: -Statistics uppercase letter uppercase consonant consonant is defined in the ' A' , ' E&#
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10776
    • 提供者:tanjing
  1. test

    0下载:
  2. #1、输入字符串 #2、逆序输出 #3、换行打印句子中的每个词 #4、统计字母种类数 #5、统计词汇种类数 -1 input a sentence(without punctuations) 2 print in reversed order 3 print the sentence with one word per line 4 count types of letters in the sentence 5 count types of words in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:959
    • 提供者:Mark Ma
  1. Trie

    0下载:
  2. Trie,又称单词查找树、前缀树,是一种哈希树的变种。应用于字符串的统计与排序,经常被搜索引擎系统用于文本词频统计-Trie, also known as the word search tree, the prefix tree, is a variant of the hash tree. Applied statistics and sorting of strings, often by the search engine system for text word frequency s
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:96831
    • 提供者:shangzai
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. bianchen

    1下载:
  2. 输入一个字符串,内有数字和非数字字符,如:gs 423cd156 7896>df12345,将其中连续的数字作为一个整数,依次存放到一数组a中,例如:423放在a[0],125放在a[1],…。统计共有多少个整数,并输出这些数-Enter a string containing numbers and non-numeric characters, such as: gs 423cd156 7896> df12345, will be one of a number of conse
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:陈欢
  1. CharStatistic

    0下载:
  2. 这个小程序很实用的个人觉得,可以统计一段中英文混合字符串中所有中文的字符个数,它能识别英文、标点以及特殊字符,仅挑选出中文字符来统计,程序主要是根据编码进行统计,这在以后的程序开发中经常要用到。 -This little program very useful personally feel that, you can count a string of mixed Chinese and English characters in the number of all Chinese, it
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:20238
    • 提供者:madud00062
  1. strcount

    0下载:
  2. 对一个用户输入的字符串,统计每个不同字符出现的次数-A user input string, statistical number of occurrences of each different character
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:613
    • 提供者:SoftSo
  1. StringOperations

    0下载:
  2. 对输入的所有字符串按字典序排序,并输出到一个文件中。同时统计出字符串个数、最长字符串、最短字符串。 -All of the input string lexicographically sorted, and output to a file. While the statistics of the number string, the longest string, the shortest string.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:818905
    • 提供者:虫儿
  1. hafuman

    0下载:
  2. 利用二叉树结构实现哈弗曼编码器和解码器。根据输入的字符串中每个字符出此案的次数统计频度。-Using binary tree structure to achieve Hafu Man encoder and decoder. According to the input string the number of times each character a statistical frequency of the case.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6947
    • 提供者:33
  1. zifuchuan

    0下载:
  2. 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。-Select from the disk to open the text document, read and display all content, statistics, the number of all the characters, words, numbers, the number of Chinese string.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1886015
    • 提供者:徐骏
  1. counter

    0下载:
  2. 实现了在输入了一个字符串之后开始统计并输出该字符串中每一个字母的重复次数的程序。-Statistical a letter in the string the number of repetitions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:604
    • 提供者:叶尔凯西
  1. zhizhengzifuzchuan

    0下载:
  2. 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3806
    • 提供者:zhaoyunze
  1. S51

    0下载:
  2. 用1号系统调用从键盘键入一个字符串,然后统计其中小写字母的个数。程序每次执行,都能得到不同的结果。-System calls with 1 type a string from the keyboard, and then statistics on the number of lowercase letters. Program execution time, can get different results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:560
    • 提供者:zpw
  1. HufmanCode

    0下载:
  2. 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:159416
    • 提供者:ll
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com