- 博客(3)
- 收藏
- 关注
原创 C程序设计语言第二版1.21
#define TABSIZE 8#define MAXLEN 3000void entab(char *strsour,char *strobj);int main(){ char strsour[MAXLEN] = {0},strobj[MAXLEN] = {0}; char c; int i = 0; while(
2017-05-14 19:34:18
424
原创 C程序设计语言第二版1.20
#include#define TABSIZE 8#define MAXLEN 200void detab(char *strsour,char *strobj);int main(){ char strsour[MAXLEN] = {0},strobj[MAXLEN] = {0}; int i = 0; char c;
2017-05-14 19:31:51
383
原创 c程序设计语言第二版1.18
#include#include#define MAXLEN 5000#define MAXSENLEN 200void delblank(char *s);//读入字符串,删除末尾空白符和空白行,返回末尾定位点; int main(){ char s[MAXLEN] = {0}; delblank(s); printf("%s",s); return 0;}vo
2017-05-13 15:23:16
317
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅