© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 实验设备管理系统设计
说明: #include "stdio.h" #include "stdlib.h" #include "string.h" struct shebei { char ID[10]; char name[15]; char kind[15]; char over[15]; char yesno[10]; char time[10]; char price[10]; }; typedef struct node { struct shebei data; struct node *next; //建立一<bain0523> 上传 | 大小:49kb