摘要: 1,不用库函数实现strcpy,并说明strcpy返回char*的原因为了实现链式表达式。例如 int length = strlen( strcpy( strDest, “hello world”) );/*将字符串s1复制到s2*/char* mystrcpy(char *s1, const c... 阅读全文
posted @ 2014-11-08 15:42 suo_suo 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1,统计输入的字符串的各个字母的数目,并按数目的大小输出,并显示所占百分比主要是通过线性表的顺序表示和冒泡排序实现/********************************************************************************* * Cop... 阅读全文
posted @ 2014-11-08 15:39 suo_suo 阅读(151) 评论(0) 推荐(0) 编辑