找到关键词“C语言课程设计通讯录源代码”相关内容 1 条搜索耗时:0.0035秒
C语言课程设计通讯录源代码
#include /*字符函数和字符串函数*/ #include<conio.h> /*字符模式函数(调用getch()函数)*/ #include /*输入输出函数*/ int i; struct person /*电子通讯录结构定义*/ { char num[5]; char name[11]; char sex[2]; char phone[12]; char address[26]; char post_num...
时间:2025-01-28 02:01栏目:行业资料