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

搜索资源列表

  1. c语言项目通讯录管理系统.docx

  2. #include #include #include #include #include struct Info { char name[15];/*姓名*/ char city[10];/*城市*/ char province[10];/*省*/ char state[10];/*国家*/ char tel[15];/*电话*/ }; typedef struct node/*定义通讯录链表的结点结构*/ { struct Info data; struct node *nex
  3. 所属分类:C/C++

    • 发布日期:2020-12-16
    • 文件大小:5120
    • 提供者:Breezee1