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

搜索资源列表

  1. wenbentongji

    0下载:
  2. 统计文件中的字符数,单词数和行数。单词由空格,制表符,回车键或换行符分隔。-Statistics document the number of characters, words and lines. Words by spaces, tabs, carriage return key or line breaks.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2877
    • 提供者:眭骏
  1. wenben-fenxiqi

    0下载:
  2. 文本分析器它可以完成对任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 -Text parser that you can complete any of the characters in a text file statistics. Statistical information can include: (1) Chinese characters (2) t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:802
    • 提供者:chen
  1. huffman

    0下载:
  2. 简易哈弗曼编码解码C语言实现 可对输入字符统计概率并编码,然后 根据 编码自行解码 -an example of Huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:567143
    • 提供者:刘畅
  1. input-character-statistics

    0下载:
  2. C语言实现输入字符统计 实现统计字符的的功能 问题提出: 从键盘读入一段文本,统计其中的英文字母、数字、空格和除此之外的其他字符个数。 问题分析: 由于输入字符的个数不确定,需构建条件循环while((c=getchar())!=EOF),其中EOF为符号常量,用于表示文本输入结束,在PC机上通过输入Ctrl+Z组合键来输入此字符。所需数据与算法如下。 -C language input character statistics based on statistical c
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:10195
    • 提供者:霍佳骥
  1. yingjianshiyan

    0下载:
  2. 硬件实验报告(程序+流程图)。实验一:汇编语言程序的建立和执行;实验二:字符统计算法的实现;实验三;实验四:存储器读写实验;实验五:直流电机转速测量与控制实验;实验六:8259单级中断控制器实验内容;实验七: 继电器控制-Hardware experimental (program,+ flow chart). Experiment: the assembly language program establishment and implementation Experiment II: Ch
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:209256
    • 提供者:王春
  1. characters-statistic-example

    0下载:
  2. 基于 Visual C++的中英文字符统计的实现例子,对于初学者来说是个不错的东东,分享一下 -an example to realize the characters statistic base on visual c++, it is good for the beginner,share it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:31004
    • 提供者:
  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. masm

    0下载:
  2. dos系统字符统计... ...微机原理-the dos system character statistics
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-12
    • 文件大小:147597
    • 提供者:李赛
  1. wenbenfenxi

    0下载:
  2. 请封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 上述的字符统计信息,要求写到一个Report.txt文件中,并且能显示出来。 (注:不要求界面,只要能以命令行的形式输入及显示即可;统计功能可参考Word中 的“字数统计工具”) -Please package a class CText, and writ
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:4102284
    • 提供者:梁小强
  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. zifutongji

    0下载:
  2. 华为编程大赛,字符统计试题,值得一看,非常的经典!-Huawei programming contest, character statistics questions, worth a visit, very classic!
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:266096
    • 提供者:
  1. HuffmanTree

    0下载:
  2. 对文件进行字符统计,建立哈夫曼树,并建立哈夫曼编码,对文件进行压缩和解压缩-Characters in the file statistics, the establishment of Huffman tree, and the establishment of Huffman coding to compress and decompress the file
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2774
    • 提供者:ljh
  1. count

    0下载:
  2. 汇编语言编写的字符统计小程序 输入一行字符点击回车后统计每个字符的输入次数-Written in assembly language character input statistics applets his characters hit enter each character of the input frequency statistics
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:712
    • 提供者:tanglu
  1. character-

    0下载:
  2. 初学者编写的一个名为为字符统计的VB小程序-Written for the beginner a character called the VB applet statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2311
    • 提供者:闯黄扣分
  1. AFW

    0下载:
  2. 通过Java实现纯面向对象的操作实验,程序实际完成对文本文件的字符统计 中英文单词都行。-Java implementation by pure object-oriented operating experiments, the actual completion of the program text file character statistics English word will do.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3193
    • 提供者:马骏
  1. ListCtrl

    0下载:
  2. 捕获网络中的数据包 并显示包机构 分析包中含有的特殊字符 统计捕获的包的个数-Capture network packets and display special characters statistical analysis package body package contains the number of packets captured
  3. 所属分类:Scanner

    • 发布日期:2017-04-10
    • 文件大小:2015669
    • 提供者:Marc
  1. codingtest1

    0下载:
  2. CSAPP中的CODING1,有关字符统计的,该程序简单快速-The CSAPP CODING1, about character statistics, the program is simple and fast
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2645385
    • 提供者:胡雨舟
  1. CountWord

    0下载:
  2. win32控制台字符统计程序。貌似失败了。好久以前的程序了。-win32 console apllication for word count.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4118
    • 提供者:亚瑟
  1. MATLAB

    0下载:
  2. 任意马尔科夫序列用MATLAB对每一个出现的字符统计个数并计算频率和信息熵-The arbitrary Markoff sequence uses MATLAB to compute the number of characters that appear, and calculates the frequency and the entropy of the information
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:224256
    • 提供者:张钰竹
  1. huibian

    0下载:
  2. 定义一串字符串(50个,包含字母和数字及其它字符,注意要有大小字母),将该字符串中的字母和数字分别找出来(Define a string of string (50, including letters and numbers and other characters, note that the size of letters), the string of letters and numbers were found out)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:lululu123
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com