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

搜索资源列表

  1. WordCounter

    0下载:
  2. 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:9804
    • 提供者:DongMu
  1. ExperimentalReportinassemblylanguage

    0下载:
  2. 汇编语言实验报告 题目: 1、 实验方法 2、 用表格形式显示字符 3、 分类统计字符个数 4 、 查找电话号码-Experimental Report in assembly language topics: 1, experimental method 2, using tabular form displays characters 3, separate statistics on the number of four characters, find phone n
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:60946
    • 提供者:gdug
  1. showthetotalnumber

    0下载:
  2. 从键盘输入一串不超过50 个字符的0~9 数字序列, 输入回车或序列达到长度限制时结束,试编制一个程序 统计其中各种数字的个数并以十进制方式显示出来。-to show the total nuber of every number from 0 to 9
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:4236
    • 提供者:christian
  1. tongji_words_c

    0下载:
  2. 统计字符串中字符个数-tong ji zi fu chuan zhong zi fu ge shu!!!!!!!1!!!!!!!!!!!!!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:154816
    • 提供者:susan
  1. valid_num

    0下载:
  2. 利用IDL编写的统计无效字符个数的统计的函数,比NUM_CHK函数更有效-Statistics prepared by using IDL invalid character number of statistical functions, function more effectively than NUM_CHK
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1902
    • 提供者:tuqianguang
  1. COUNT_CHAR

    0下载:
  2. 分类统计字符个数 可以统计两位的 是汇编程序的-Statistics of the number of available characters is the compilation of statistical procedures for the two
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1095
    • 提供者:多麽
  1. Lexical_Analysis

    0下载:
  2. 设计并实现C语言词法分析程序。要求如下: 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的语句行数,单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 检查源程序中存在的错误,并可以报告错误所在的行列位置。 发现源程序中存在的错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可检查并报告源程序中存在的所有错误。 采用C/C++作为实现语言,手工编
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3347
    • 提供者:moontea
  1. 2

    0下载:
  2. 汇编语言程序设计实验教程2.3 分类统计字符个数-Assembly Language Programming Tutorial 2.3 Experimental statistics of the number of characters
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:959
    • 提供者:JQ
  1. CText

    0下载:
  2. 完成对任意一个文本文件的字符统计工作。可以统计的信息有中文字符数、英文单词数、行数、字符个数(不计空格)和空格数。 -Calculate Chinese characters, English words the number of rows, number of characters (excluding spaces) and number of spaces in a txt file.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:732
    • 提供者:梦游
  1. aaaaaa

    0下载:
  2. 编写程序,统计出大、小写字母、空格、 数字和其它字符个数 -Programming, the statistics of large, lowercase letters, spaces, numbers and other number of characters
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6050
    • 提供者:刘驰
  1. 统计一串字符的个数

    0下载:
  2. 定义一个类,分别统计一串字符的大写字母、小写字母、空格、数字和其他字符的个数。-Defines one class, counts a string character separately the capital letter, the lowercase letter, the blank space, digital and other character integer.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-30
    • 文件大小:751
    • 提供者:Dan
  1. Statisticsofthenumberofcharacters

    0下载:
  2. 实验题目:分类统计字符个数 实验目的与要求 学习用汇编语言编写与设计分支循环程序。 题目:分类统计字符个数COUNT_CHAR -Experiment Title: The classification of statistical experimental purposes and requirements of the number of characters written in assembly language study and design of the branc
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:27024
    • 提供者:戴先生
  1. hb

    0下载:
  2. 汇编实现统计字符个数 计算10个0~9之间数字的总和、平均值并统计大于6的数字的个数。 -Calculate the number of characters to achieve statistical compilation of 10 numbers between 0 and 9 sum, average and count the number of numbers greater than 6.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3648
    • 提供者:quee
  1. a

    0下载:
  2. 汇编的分支程序,分类统计字符个数的源代码。大家-Branch of assembly procedures, classification of the source code of the number of statistical character. Take a look. .
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:604
    • 提供者:陈峰
  1. CharStatistic

    0下载:
  2. 这个小程序很实用的个人觉得,可以统计一段中英文混合字符串中所有中文的字符个数,它能识别英文、标点以及特殊字符,仅挑选出中文字符来统计,程序主要是根据编码进行统计,这在以后的程序开发中经常要用到。 -This little program very useful personally feel that, you can count a string of mixed Chinese and English characters in the number of all Chinese, it
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:20238
    • 提供者:madud00062
  1. count_char

    0下载:
  2. 分类统计字符个数,统计字母,数字和其他字符的个数,表述统计的代码会比较简单和条理化。-Statistics of the number of characters, statistical letters, numbers and other characters of the number of code statistics presentation simple and principled.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1191
    • 提供者:杨茜
  1. Wenbenbianji

    0下载:
  2. MFC实现记事本的部分功能,包括文字字符输入,关键字查找、复制、粘贴、撤销、统计字符个数等-MFC to achieve some of the features of Notepad, including text character input, keyword search, copy, paste, remove, statistics such as number of characters
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3661080
    • 提供者:刘洋
  1. zhizhengzifuzchuan

    0下载:
  2. 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3806
    • 提供者:zhaoyunze
  1. Characters-statistics

    0下载:
  2. 统计字符个数,程序代码完整,。主要是统计字母,数字的个数。可以供大家参考-Statistics the number of characters, the program code integrity.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:17047
    • 提供者:火麒麟
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法及其应用 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145465
    • 提供者:陈庆
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com