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

搜索资源列表

  1. hafuman

    0下载:
  2. 从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。 输出每个字符的编码。 根据已有的各个字符的编码,输入一段正确的电文,然后对输入的电文进行译码。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:曾新
  1. cad-add

    0下载:
  2. 在cad中统计工程量,将字符转换为数字,然后相加,使工作效率提高。-add the number in autocad,and it will make you short down your work in the daily life,and make you work fastly.
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:718
    • 提供者:乔峰
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:307967
    • 提供者:张严明
  1. HuffmanCode

    0下载:
  2. 赫夫曼编译码器 本系统将每一个要求的功能都作为一个独立的模块,值得注意的是,系统会自动统计您输入字符串中的每一个字符出现的频度,并将其作为对应字符的权值-HuffmanCode
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:7339
    • 提供者:胡凯
  1. 2

    0下载:
  2. 1.请编写一个函数void fun(char *tt,int pp[]),统计在tt字符中"a"到"z"26各字母各自出现的次数,并依次放在pp所指的数组中。 2.下列程序定义了n×n的二维数组,并在主函数中赋值。请编写函数fun,函数的功能使求出数组周边元素的平均值并作为函数值返回给主函数中的s。-1. Please write a function void fun (char* tt, int pp []), statistics tt characters " a&qu
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:669
    • 提供者:荆玲玲
  1. tongji

    0下载:
  2. 4、 统计在一个输入字符串中各个不同字符出现的频度。-4, statistics in an input string of characters that appear in different frequency.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3980
    • 提供者:贺亮
  1. zifu

    0下载:
  2. 用精辟的汇编语言,描述了一个字符中数一的统计-With a brilliant assembly language, describes a number of characters in a statistical
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:10934
    • 提供者:海蜗
  1. Character-statistics

    0下载:
  2. 输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。-Enter a line of characters, respectively, the statistics of the number of letters, spaces, numbers and other characters.
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:6276
    • 提供者:小雨李
  1. 统计字符的个数

    0下载:
  2. 题目7:输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数 。 -Title 7: input a line of character, respectively statistics of the English letters, the blank space, digital and other character number
  3. 所属分类:编程文档

    • 发布日期:2017-11-03
    • 文件大小:2754
    • 提供者:崔嬴
  1. Word-frequency-statistics

    0下载:
  2. 输入一个字符串,统计统计每个字符出现的次数-Input a string, statistical statistics in the frequency of each character
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:1482
    • 提供者:王超
  1. 编码

    0下载:
  2. Huffman编码    任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;    要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
  3. 所属分类:编程文档

    • 发布日期:2012-12-23
    • 文件大小:27648
    • 提供者:loulei
  1. hbyy

    0下载:
  2. 汇编语言实验报告 题目:1、 实验方法 2、 用表格形式显示字符 3、 分类统计字符个数 4 、 查找电话号码 -Assembly language lab report topics: 1, experimental methods, tabular form display characters 3 classification statistics the number of characters, look up phone numbers
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:339661
    • 提供者:ws
  1. Statistical-character

    0下载:
  2. C++ 读取文件字符,统计字符频率 然后显示在另一个文件里-C++ read a file character, statistical character frequency is then displayed in another file
  3. 所属分类:File Formats

    • 发布日期:2017-11-28
    • 文件大小:4636
    • 提供者:kaka
  1. weben

    0下载:
  2. 文本编辑器,统计字符个数,请封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作-Text editor, the statistics of the number of characters, the package of a class CText, and write a software, it can complete the statistical work of any of the characters of a text file
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:712
    • 提供者:张合
  1. CharCounterDemo

    0下载:
  2. 实现文本文件里面字符数的统计,可以统计出总字符数,不包括","." ""、"等。-Number of characters in a text file which achieve statistical, statistics the total number of characters, not including " ," . " " " ," And so on.
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1081
    • 提供者:LG
  1. 2005510101315809

    0下载:
  2. 提出了一种复杂背景下的多车牌图像分割和识别方法,首先采用统计和特征匹配相结合的方法进行背景提取,将可能存在车辆的区域提取出来;然后分别对可能的车辆区域进行局部边缘检测,并使用车牌的先验知识确定车牌的位置和单个字符分割,包括车牌倾斜时的字符分割;最后使用PCA和神经网络相结合的方法精确识别车牌。-Proposed a multi-plate image segmentation and recognition method under a complex background, the first
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:709901
    • 提供者:曹静
  1. test312121530-tbs

    0下载:
  2. 分类统计字符 通过编程实现字符实现统计 汇编-code account
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:75804
    • 提供者:Tom
  1. Computer-hardware-2.1

    0下载:
  2. 从键盘输入一系列字符,以回车符结束,编程统计其中非数字字符的个数。-Enter the number of characters the keyboard, with a carriage return, the number of program statistics on non-numeric characters.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:52809
    • 提供者:pengxiaoru
搜珍网 www.dssz.com