找到关键词“c语言大作业 学生通讯录管理系统”相关内容 1 条搜索耗时:0.0278秒
C语言大作业——学生通讯录管理系统
#include #include c.h> //#define NULL 0 #define LEN sizeof(struct message) struct message //定义结构体 { char name[15]; char number[15]; char phone[15]; char qq[13]; char addr[25]; struct message *next; //指向下一数据 }; int n; void creat() //建立电话簿 { int num; cha...
时间:2025-01-28 01:57栏目:行业资料