首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴赵余的代码贴全部
#include<stdio.h>
#include<stdlib.h>
#include<conio.h>
#include<string.h>
struct book_information{
char name[20];    //书名
char chuban[20]; //出版
char year[5];    //年号
    char ISBN[20];   
char number[20];  //书号
char zhubian[20];   //主编
char shuliang[2];
......................
阅读全部 | 2015年4月29日 23:50
1
赵余