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

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. 分类统计字符个数

    0下载:
  2. 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:23233
    • 提供者:wchz
  1. ConsoleApplicationstatic1

    0下载:
  2. 输入一串字符,统计其中各种字符:大小写字母、数字、空格、其他字符的个数-input string of characters, statistics on various characters : uppercase and lowercase letters, numbers, spaces, a number of other characters
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5987
    • 提供者:李俊志
  1. feileitongjizifu

    0下载:
  2. 汇编语言实验2.3 分类统计字符个数count_char-assembly language experiment 2.3 Number of characters classified statistics count_char
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2669
    • 提供者:飞飞
  1. long3

    0下载:
  2. 该文件是用汇编语言编写的。文件功能是:从键盘输入一个字符串(长度<80),统计其字母、数字和其他字符个数。-the document is a compilation of language. Document function is : keyboard input from a string (length
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1294
    • 提供者:张廷
  1. COUTchar

    0下载:
  2. 一个汇编实验的程序,用于分类统计字符个数-a compilation of experimental procedures, statistical classification for the number of characters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:黄元
  1. fenpeizifugeshu

    0下载:
  2. 分类统计字符个数,包含运行结果以及有注解。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:70371
    • 提供者:hongbingjun
  1. total

    0下载:
  2. 分类统计字符个数 汇编程序源代码,实现了一个小功能,初级学习者
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:lixia
  1. symbolstatistic

    0下载:
  2. 字符统计器 统计txt文档里的不同字母和符号的个数并返回结果,结果包含字符个数及列出未出现的字符
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:538945
    • 提供者:roc
  1. 统计中英文字符的个数

    0下载:
  2. 本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29891
    • 提供者:成龙
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. 汇编原理实验

    0下载:
  2. 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
  3. 所属分类:Windows编程

  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 统计记事本中的单词与字符个数

    0下载:
  2. 统计记事本中的单词与字符个数
  3. 所属分类:源码下载

  1. huffman统计文件中各字符频率

    1下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
  3. 所属分类:密码/编码算法

    • 发布日期:2015-12-29
    • 文件大小:1057792
    • 提供者:范晓军
  1. statistic

    0下载:
  2. 本程序用于统计字符串中字符的个数、各字符出现的次数,并按照字母表顺序将其打印出来-This procedure for the statistical number of characters in string, the number of characters appear, and in accordance with alphabetical order to print out
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:8684
    • 提供者:zj
  1. fgetc

    0下载:
  2. 该程序用来统计文件的字符个数,主要用于对文件的操作-The statistical procedures used to document the number of characters, mainly for the operation of the document
  3. 所属分类:Other Databases

    • 发布日期:2017-03-30
    • 文件大小:798
    • 提供者:janly
  1. wenbenfenxiqi

    0下载:
  2. 任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 上述的字符统计信息,要求写到一个Report.txt文件中,并且能显示出来。 -Any characters in a text file statistics. Statistical information can include: (1) Chinese characters (2) the number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:952750
    • 提供者:部和
  1. 字符个数统计

    0下载:
  2. 改程序用于统计一个字符串中所包含的字符的每个各字符个数。(Change the program to count the number of characters each character in a string contains.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:33792
    • 提供者:三三丰
  1. 统计单词频率

    0下载:
  2. 统计文件中单词个数以及各大写、小写字符,数字、空格数目。(The number of words in a statistical file and the number of capitals, lowercase characters, numbers, and spaces.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:kelvin zhang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com