永发信息网

求(从一个文本文件读取正文,统计每个数字出现的次数和其他字符出现的次数。)C++流程图

答案:2  悬赏:20  手机版
解决时间 2021-02-14 13:43
编程如下:#include
#include
#include
using namespace std;
int main()
{
char ch;
int freq[256];
int i;
ifstream inf( "D:\\test.txt" );
if( !inf )
{
cout << "打开失败" << endl;
return -1;
}
for (i=0;i<256;i++) freq[i]=0;
while (!inf.eof())
{
ch=inf.get();
freq[ch]++;
cout < }
cout < for (i='0';i<='9';i++) cout<<(char)i <<" : " < for (i='a';i<='a';i++) cout<<(char)i <<" : " < for (i='A';i<='Z';i++) cout<<(char)i <<" : " < //for (i=0;i<=255;i++) cout<<(char)i <<" : " < inf.close();
return 0;
}
求它的流程图
最佳答案
从配置文本里面用fgets读取数据
读一行然后寻找出现的字符的次数
记下来然后然后累加!直到读完最后一行!
全部回答
using std; ifstream oo(" else_char,unsigned int>:isdigit:;char,unsigned int> using std; map< using std; count;char; int main() { map< #include <:; while (:cout:; else else_char[temp]++:ifstream:map;iostream> char temp;cctype>map> #include
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯