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

搜索资源列表

  1. Essay

    0下载:
  2. 文章编辑 系统 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行; 要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 存储结构:使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -Article editing sys
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:203316
    • 提供者:season7988
  1. CYUYZN

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

    • 发布日期:2017-12-04
    • 文件大小:3275
    • 提供者:爱将
  1. CharwordStatistic

    0下载:
  2. 统计输入中的中文和英文字符的个数,并进行操作,并通过调试。-Statistical input the number of Chinese and English characters, and to operate, and debugging through.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:117023
    • 提供者:qifengzeng
  1. 1130

    0下载:
  2. 统计字符 Acceteped : 85 Submit : 249 Time Limit : 1000 MS Memory Limit : 65536 KB Descr iption 给一个字符串,请找出出现次数最多的大写英文字母。 输入 第一行是一个整数N,表示样例的个数。 以后的每行一个字符串,串长不超过2000,且只含大写英文字母。 输出 每个样例输出一行,先是出现次数最多的大写
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1276
    • 提供者:flyi
  1. test1

    0下载:
  2. ⒈ 从键盘输入一个字符序列,编程统计其中的数字个数和英文字母个数,输入的字符序列以“#”作为结束符。 ⒉ 编写一段程序,当用户输入一个6位数据时,程序可以将其分离为单独的数字,分离结果之间用3个空格分开。(应用求模运算符和整型除法) 答案:实验一(2) ⒊ 采用指针方法将一个数组中的所有元素颠倒顺序,结果仍然放在原来的数组中,要求使用最少的辅助存储单元。 ⒋ 使用结构变量表示每个学生的信息:姓名、学号、三门课的成绩和平均成绩。编写一个冒泡排序函数,根据学生的平均成绩排序。从键盘上
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:24824
    • 提供者:lixunfeng
  1. num

    0下载:
  2. 统计数字··字符及字母的个数,并分别输出他们的个数-Statistics on the number of characters and letters, and output the number of them
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:850
    • 提供者:mingge
  1. caculateword

    0下载:
  2. 本程序使用状态转换思想统计单词个数,统计单词时共有4种状体可供转化: 1:是字符但不是单词状 2:是字符但是单词状 3:不是字符但是单词状 4:不是字符但不是单词状-This program uses the number of state transitions ideological statistical word statistical word-like body for a total of four kinds of transformation: 1: Yes,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:213299
    • 提供者:罗湘连
  1. aa

    0下载:
  2. 本代码是在学习C#过程中的小练习,能统计键盘输入字符数的个数。无错误,能运行。-The code is in the process of learning C# a small practice, performance statistics the number keypad to enter the number of characters. Error-free, able to run.
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:22586
    • 提供者:李秋萍
  1. Train_6

    0下载:
  2. 在数据段的str1开始的单元中存放以NULL(ASCII码0)结束的一个英文句子, 试编程统计单词个数存于words单元中.(单词间以空格和逗号分隔) 分析:但出现 或者 , 时,它前面的字符是一个有效字符时,才能算一个单词 -get total number of English words in a sentence
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:943
    • 提供者:李卓函
  1. tongjigeshu

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

    • 发布日期:2017-04-10
    • 文件大小:585
    • 提供者:xiaomeng
  1. xiaochengxu

    0下载:
  2. n个数最大数,猴子吃桃问题,三角形判断, 统计一行字符中各类字符的个数,找出1000以内的所有完数-The number n the maximum number of monkeys eating peaches, triangles determine the number of characters of all kinds of statistical line of characters, find all finished within 1000
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1624
    • 提供者:xiao
  1. EX07_2

    1下载:
  2. 探讨指针与字符串的关系。编辑、注释、运行、调试自己编写的程序. 请编写一个程序,输入一个字符串,内有数字和非数字字符,如:“a123x456s17960?302tab5876”将其中连续的数字作为一个整数,依次存放到一个数组a中。例如123放在a[0]中,456放在a[1]中……统计共有多少个整数,并输出这些数。 -Explore the relationship between the pointer and string. Edit, annotate, run, debug you
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:204432
    • 提供者:guoxiao
  1. shushu

    0下载:
  2. 统计字数,统计中文字符的个数,为写文章的人提供服务-statistic words
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:4615
    • 提供者:江浩
  1. c-language-transportation

    0下载:
  2. 从键盘输入一行字符(假设少于30个字符),分别统计其中数字、字母、空格和其他字符的个数,函数复制,数组求和,删除不符合的字符信息-Enter a line of characters from the keyboard (assuming less than 30 characters), respectively, where the number of statistical numbers, letters, spaces and other characters, and copy fu
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5014
    • 提供者:叶炜
  1. homework

    0下载:
  2. 有一篇文章,共有三行文字,每行有80个字符,要求分别统计出其中英文字母大写字母,小写字母,数字,空格以及其他字符的个数。-There is an article, there are three lines of text, 80 characters per line, which requires a number of statistics were English uppercase letters, lowercase letters, numbers, spaces and othe
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3017
    • 提供者:田廷魁
  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. shuruzifuchuan

    0下载:
  2. 输入一个字符串,内含有数字和非数字字符,将其中连续的数字作为整数,统计个数并输出-Enter a string, containing numeric and non-numeric characters, which will be a sequential number as an integer, the number and output statistics
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1091202
    • 提供者:席文波
  1. char

    0下载:
  2. 统计输入字符串中数字、字母及其他字符的个数-Statistical digital input string, the number of letters and other characters
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:821
    • 提供者:孟瑶
  1. Java-Scanner

    1下载:
  2. Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-15
    • 文件大小:3072
    • 提供者:wenchangwei
  1. Ex11

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

    • 发布日期:2017-05-03
    • 文件大小:546737
    • 提供者:fizz
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com