C代码C代码通讯录通讯录通讯录

sui_yuan_zhe 72 0 TXT 2019-01-10 08:01:14

C语言源程序代码-通讯录 /*10.3.2源程序*/ /******头文件(.h)***********/ #include "stdio.h" /*I/O函数*/ #include "stdlib.h" /*标准库函数*/ #include "string.h"/*字符串函数*/ #include "ctype.h" /*字符操作函数*/ #define M 50 /*定义常数表示记录数*/ typedef struct /*定义数据结构*/ { char name[20]; /*姓名*/ char units[30]; /*单位*/ char tele[10]

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-01-10 08:01:14

不全 代码内没有界面的语言代码 给人很大的误解