首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
琪琪爱你的代码贴
→
C语言
[C语言]呵呵
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#define SIZE 200
int main(void)
{
FILE *fp;
int i, Binary[SIZE];
char name[SIZE];
puts("Enter the name:");
gets(name);
......................
阅读全部
| 2013年5月7日 16:52
1
琪琪爱你
全部(1)
C语言(1)