自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 C程序设计语言第二版1.21

#define TABSIZE 8 #define MAXLEN 3000 void 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 379

原创 C程序设计语言第二版1.20

#include #define TABSIZE 8 #define MAXLEN 200 void 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 342

原创 c程序设计语言第二版1.18

#include #include #define MAXLEN 5000 #define MAXSENLEN 200 void delblank(char *s); //读入字符串,删除末尾空白符和空白行,返回末尾定位点; int main() { char s[MAXLEN] = {0}; delblank(s); printf("%s",s); return 0; } vo

2017-05-13 15:23:16 277

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除