- 1
- 0
- 约 11页
- 2017-01-21 发布于重庆
- 举报
用C设计关于化工仪器管理的小软件.
#include stdio.h
#include string.h
#includestdlib.h
#includeconio.h
struct node
{
int date;
char name[20];
float price;
int pudate;
struct node *next;
};
struct node *init();
struct node *px();
struct node *del();
struct node *output();
struct node *cz();
struct node *gl();
void main(){
int ch,cf;
struct node *head,*p,*q;
head=NULL;
while(1){
loop1: printf( \n);
printf( 化学仪器管理 \n);
printf( \n);
printf( ##################################################
原创力文档

文档评论(0)