数据结构课程设计 文章编辑 源代码.docx
《数据结构课程设计 文章编辑 源代码.docx》由会员分享,可在线阅读,更多相关《数据结构课程设计 文章编辑 源代码.docx(10页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、数据结构课程设计 文章编辑 源代码 #include #include #include #include #define MAXSIZE 1000 typedef char DataType; typedef struct node DataType chMAXSIZE; struct node *next; Lstring; /*输入文章*/ Lstring *input() Lstring *p,*head; int i=0; printf (请输入一页文章,若要换行,请直接敲回车键,若想结束请按:n); p=(Lstring *)malloc(sizeof(Lstring); head
2、=p; p-chi=NULL; p-next=NULL; char str200; while(1) gets(str); if(strlen(str)100) printf(每行最多输入100字符); break; if(str0=64) str0=0; p-ch0=str0; break; p-next=(Lstring *)malloc(sizeof(Lstring); strcpy(p-ch,str); if(strstrlen(str)-1=64) p-chstrlen(str)-1=0; break; p=p-next; p-next=NULL; return head; /*输出
3、文章*/ Lstring *OutPut(Lstring *head) Lstring *p=head; do printf(%sn,p-ch); while(p=p-next)!=NULL); return head; /*统计字母的个数*/ int Alphabet(Lstring *head) Lstring *p=head; int count=0; do int Len; Len=strlen(p-ch); for(int i=0;ichi=a&p-chichi=A&p-chinext)!=NULL); return count; /*统计数字的字数*/ int Num(Lstrin
4、g *head) Lstring *p=head; int count=0; do int Len; Len=strlen(p-ch); for(int i=0;ichi=0 & p-chinext)!=NULL); return count; /*统计空格的字数*/ int Space(Lstring *head) Lstring *p=head; int count=0; do int Len; Len=strlen(p-ch); for(int i=0;ichi=32)count+; while(p=p-next)!=NULL); return count; /*统计文章的总字数*/ i
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数据结构课程设计 文章编辑 源代码 数据结构 课程设计 文章 编辑
限制150内