您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 仓库管理系统源代码hvhhvcvvb吧

  2. #include #include #include #include #define max 32 int ifempty=0;//标志,判断链表是无否为空 typedef struct dnode /* 定义双向链表结构体 */ { int number; /* 货物编号 */ char name[max]; /* 货物名称 */ int counter; /* 货物数量 */ struct dnode *prior, *next; /* 定义两指针,分别指向其前驱和后继 */ }dlno
  3. 所属分类:C

    • 发布日期:2009-06-28
    • 文件大小:22528
    • 提供者:yj512029078