1. 首页
  2. 编程语言
  3. C
  4. 单片机C语言编程300例

单片机C语言编程300例

上传者: 2018-12-25 10:03:47上传 DOC文件 284.5KB 热度 31次
【程序98】 1.程序分析: 2.程序源代码: #include "stdio.h" main() {FILE *fp; char str[100],filename[10]; int i=0; if((fp=fopen("test","w"))==NULL) { printf("cannot open the file\n"); exit(0);} printf("please input a string:\n"); gets(str);
用户评论