(完整word版)c语言通讯录源代码(打印).doc
一条****淑淑
亲,该文档总共16页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
(完整word版)c语言通讯录源代码(打印).doc
PAGE\*MERGEFORMAT16#include<stdio.h>#include<stdlib.h>#include<string.h>#include<conio.h>structperson{charname[15];charsex[2];intnianling;longintyoubian;charaddr[50];charcelephone[22];charhomephone[22];charcompany[20];charemail[40];longintQQ;}per[500];
(完整word版)c语言通讯录源代码(打印).doc
PAGE\*MERGEFORMAT16#include<stdio.h>#include<stdlib.h>#include<string.h>#include<conio.h>structperson{charname[15];charsex[2];intnianling;longintyoubian;charaddr[50];charcelephone[22];charhomephone[22];charcompany[20];charemail[40];longintQQ;}per[500];
(完整word版)c语言通讯录源代码(打印).doc
PAGE\*MERGEFORMAT16#include<stdio.h>#include<stdlib.h>#include<string.h>#include<conio.h>structperson{charname[15];charsex[2];intnianling;longintyoubian;charaddr[50];charcelephone[22];charhomephone[22];charcompany[20];charemail[40];longintQQ;}per[500];
c语言通讯录源代码(打印).doc
PAGE\*MERGEFORMAT16#include<stdio.h>#include<stdlib.h>#include<string.h>#include<conio.h>structperson{charname[15];charsex[2];intnianling;longintyoubian;charaddr[50];charcelephone[22];charhomephone[22];charcompany[20];charemail[40];longintQQ;}per[500];
(完整word版)经典C语言源代码.doc
(完整word版)经典C语言源代码(完整word版)经典C语言源代码.(完整word版)经典C语言源代码经典C语言源代码1、(1)某年某月某日是星期几#include<stdio.h>intmain(){intyear,month,day;while(scanf_s("%d%d%d",&year,&month,&day)!=EOF){if(month==1||month==2)//判断month是否为1或2{year--;month+=12;}intc=year/100;inty=year-c*100;i