文件名称:wenzhang
介绍说明--下载内容均来自于网络,请自行研究使用
文章编辑,一定是对的,主要包括1. 输入一页文字,程序可以统计出文字、数字、空格的个数。静态存储一页文
章,每行最多不超过80个字符,共N行;
1) 分别统计出其中英文字母数和空格数及整篇文章总字数;
2) 统计某一字符串在文章中出现的次数,并输出该次数;
3) 删除某一子串,并将后面的字符前移。
存储结构使用线性表,分别用几个子函数实现相应的功能;输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。
-Articles editor, will definitely be the right, including 1. Enter a text, the text can be statistics, numbers, the number of spaces. Static storage page articles, one per line up to more than 80 characters, a total of N line 1), respectively, statistics of which a few letters of the alphabet and a few spaces and the total number of words in an article 2) statistics of a string appear in the article the number and the number of output 3) to delete a substring, and behind the characters forward. Storage structure using a linear form, respectively, with a few Functions to achieve the corresponding functions input data form and scope: You can enter uppercase, lowercase letters of the alphabet, any numbers and punctuation marks.
章,每行最多不超过80个字符,共N行;
1) 分别统计出其中英文字母数和空格数及整篇文章总字数;
2) 统计某一字符串在文章中出现的次数,并输出该次数;
3) 删除某一子串,并将后面的字符前移。
存储结构使用线性表,分别用几个子函数实现相应的功能;输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。
-Articles editor, will definitely be the right, including 1. Enter a text, the text can be statistics, numbers, the number of spaces. Static storage page articles, one per line up to more than 80 characters, a total of N line 1), respectively, statistics of which a few letters of the alphabet and a few spaces and the total number of words in an article 2) statistics of a string appear in the article the number and the number of output 3) to delete a substring, and behind the characters forward. Storage structure using a linear form, respectively, with a few Functions to achieve the corresponding functions input data form and scope: You can enter uppercase, lowercase letters of the alphabet, any numbers and punctuation marks.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wenzhang.cpp