搜索资源列表
countchar
- 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行; -Features: Type a word, the program could be the statistics of words, numbers, spaces, the number of. Static memory page article, each line a maximum of 80 characters, a total of N lines
huffman
- 包含有统计字符串中各个字符的个数,冒泡升序排序,求huffman编码-Contains statistical string of different characters in number, bubbling ascending order, for Huffman coding
ListCtrl
- 捕获网络中的数据包 并显示包机构 分析包中含有的特殊字符 统计捕获的包的个数-Capture network packets and display special characters statistical analysis package body package contains the number of packets captured
Ex11
- 这个是霍夫曼编码的问题,要求输入只含有ABCD的四句话,且每句8个字符的长度,然后求出四个字符每个的概率,然后当成权值计算霍夫曼编码,我的这个程序已经实现了输入、概率统计、计算出霍夫曼编码存在了bian[]这个数组中-hoffuman decoding
Text-analysis
- 在VC++中实现对输入文本的分析,功能:输入一页文字,程序可以统计出文字、数字、空格的个数。静态存储一页文章,每行最多不超过80个字符,共N行。-Implemented in VC++ in the input text analysis function: enter a page of text, the program can count the number of words, numbers, spaces. Static storage an article, one per lin
191-206
- C语言编写的几个程序源码,包括: 191 比较字符串长度 192 合并整数 193 矩阵逆置 194 删除指定的字符 195 括号匹配 196 字符串逆置 197 SIX/NINE问题 198 单词个数统计 199 方差运算 200 级数运算 201 输出素数 202 素数题 203 序列排序 204 整数各位数字排序 205 字符串字母移位 206 Fibonacc数列 -C language sourc