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

搜索资源列表

  1. String

    0下载:
  2. 统计字符串各种字符数,并将小写字母转换为大写字母-Statistics strings of various characters and lowercase letters to uppercase letters
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:10701
    • 提供者:紫凯茗檬
  1. Ex11

    0下载:
  2. 这个是霍夫曼编码的问题,要求输入只含有ABCD的四句话,且每句8个字符的长度,然后求出四个字符每个的概率,然后当成权值计算霍夫曼编码,我的这个程序已经实现了输入、概率统计、计算出霍夫曼编码存在了bian[]这个数组中-hoffuman decoding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:546737
    • 提供者:fizz
  1. tongji

    0下载:
  2. 人工输入一个字符串,由机器自动统计字符串中的字符个数。-Enter a string, number of characters in a string of statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:181811
    • 提供者:胡楠
  1. 1127154013

    0下载:
  2. 基于VB编写的最简单的验证码识别程序,含图片识别及源代码模块,验证码图片取自网上ASP程序生成的图片,由程序读取后下载到本地,识别模块通过点阵扫描后对字符点阵数量的统计来进行识别,比较初级。只能识别字符比较规则的验证码图片。-VB prepared based on the most simple code identification procedures, including photo identification and source code modules, ASP CAPTCHA
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:11218
    • 提供者:lhm
  1. frequency-statistic

    0下载:
  2. 算法实现了统计任一字符串中各个不同字符出现的频率,附有说明文档和算法分析。-Algorithm to achieve a frequency statistics Any string of characters appearing in different, with the documentation and analysis of algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:43480
    • 提供者:ylcs
  1. tongjigeshu

    0下载:
  2. 从键盘输入一个字符串 然后统计字符串中数字 字母和其它字符的个数 最后在屏幕上输出-Keyboard input a string of alphanumeric strings and statistics and the number of other characters in the final output on the screen
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2105573
    • 提供者:马培华
  1. zifuliang

    0下载:
  2. 统计输入字符数量,并将它显示出来。。。。渣软件,不喜勿喷-Statistical number input character, and will it show up... Slag software, don t like do not spray
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4558
    • 提供者:朱润茂
  1. BiTree

    0下载:
  2. 编程实现二叉树的a建立,b/c先序、中序、后序、层序遍历(递归和非递归方法),d二 叉树的高度、e繁茂度,f交换左右子树,g统计叶子节点的数目,h判断是否为完全二叉树, i按树的形态在屏幕上打印输出。 [基本要求] (1) 从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于4。 (2) 建树信息采用两行英文字符表示,每个英文字符代表一个结点,第 1 行为树的 中序遍历结果,第 2 行为树的后序遍历结果。-Programming a binary tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:233412
    • 提供者:真真
  1. b_file_num_count_GUI

    0下载:
  2. 按名称统计文本文件个数,以文件名特定字符进行区分,分别计算个数。-According to the number of statistical text file name to the file name, specific character to distinguish, respectively, to calculate the number of.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:陈娟
  1. 1

    0下载:
  2. 某文本文件由 字符 组成, 字符 被 分割符 分割为 单词 。 要求程序接受指定文件,分析出其有哪些 单词 组成,并统计每一个 单词 的出现次数, 最后根据出现次数由少到多排序,输出 单词 列表。 //文件包含源码、详细解题报告等-A text file by the " character" component, " character" was " delimiter" split " the word."
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1141937
    • 提供者:Zss
  1. tongji

    0下载:
  2. 试编写程序,输入一行字符,分别统计出其中英文字母、空格、数字和其他字符的个数。-Try to write a program, enter a line of characters, respectively, the statistics of which the number of letters, spaces, numbers and other characters.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:10427
    • 提供者:wu
  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
  1. strod

    0下载:
  2. 实现字符串到整形的转换,并且能够统计为转换的字符即残留字符-STRING to integer conversion, and the ability to convert the character statistics that residual character
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:497668
    • 提供者:孙艳
  1. Graphics-editor-and-calculate

    3下载:
  2. 图形编辑与计算管理程序:1)利用菜单选择不同功能; 2)可利用字符绘制三角形、矩形、圆形和梯形,具体尺寸和坐标可由用户输入; 3)可计算各图形的面积; 4)可统计各图形个数及图形总数; 5)要求用到多态和接口等知识点; 6)要求有异常处理机制。 -Graphics editor and computation management procedures: 1) using the menu to different functions 2) availabl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:118139
    • 提供者:lili
  1. binary-tree

    1下载:
  2. 1)按照先序序列建立下图所示二叉树的二插链表树,结点元素类型取字符型,树的字符序列从键盘逐个输入。 2)在第1)步建立好的二叉链表树上实施前序、中序和后序递归遍历,并输出相应遍历序列。 3) 在第1) 步建立好的二叉链表树上实施前序遍历的叶子结点输出及其个数统计。 4)在第1)步建立好的二叉链表树上实施中序非递归遍历,并输出相应遍历序列(选做) 5)中序线索化第1)步所建立的二叉链表树,中序遍历所建立的线索二叉树,并输出遍历结果(选做) -1) the establishme
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:55779
    • 提供者:
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. mjpclabgbook_v1.19a

    0下载:
  2. 1、支持状态开关:留言本总开关,留言开关,搜索开关,头像开关,审核开关,悄悄话开关,加密悄悄话开关 2、IP屏蔽策略,屏蔽特定IP段,或只允许特定IP段 3、内容过滤策略,支持正则表达式,满足过滤条件时替换字符或拒绝留言 3、界面各元素尺寸在参数配置中可调 4、高级删除:根据一定条件批量删除留言 5、支持置顶公告、置顶留言 6、各页面有访问统计 7、可以发悄悄话并加密(如果开启),不加密时回复公开显示-1, support the state of the switc
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1319710
    • 提供者:xxpudn35
  1. Text-analysis

    0下载:
  2. 在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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:243000
    • 提供者:小马哥
  1. Huffman

    0下载:
  2. Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:930816
    • 提供者:简单就好
  1. Article-Editing-System

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。   静态存储一页文章,每行最多不超过80个字符,共N行; 要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。-Enter a page of text, the program can count the number of words, numbers, spaces. Static storage an
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:lu xiangyong
« 1 2 ... 24 25 26 27 28 2930 31 32 »
搜珍网 www.dssz.com