电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

C语言程序设计-物业管理系统

C语言程序设计-物业管理系统_第1页
1/21
C语言程序设计-物业管理系统_第2页
2/21
C语言程序设计-物业管理系统_第3页
3/21
#include ”stdio.h”#include ”stdlib。h”#include ”string。h"#define M 5struct People{int a;char ming[30];char xiang[30];int b;int c;}P[M];void main(){int a=1;void menu_1(int a);menu_1(a);}void menu_1(int a){void menu_2();void menu_3();void biao_1();int loop=1;while(loop){system(”cls");printf("\t WELCOME \n");printf(”\t-—-———-———————-———--(*^ ◎^*)-—----—--—-———----——\n");printf(”\t— —\n");printf(”\t- —\n");printf(”\t— 1。小区用户管理 -\n”);printf("\t— 2.物业收费管理 -\n");printf("\t— 3.生成小区住户收费报表 —\n");printf(”\t- 4.退出 -\n”);printf("\t— -\n”);printf("\t- —\n”);printf(”\t----—-—-—----—-—--—o( ╯□╰ )o——-—---——--—--————-\n”);printf("\t END \n”);printf(" 请输入所要选择内容的序号 (1-4):[ ]\b\b");scanf(”%d",&a);switch(a){case 1:menu_2();break;case 2:menu_3();break;case 3:biao_1();break;case 4:exit(0);break;default :exit(0);}getchar();getchar();}}void menu_2(){void scan_1();void add_1();void rewrite_1();void delete_1();void seek_1();int a;system(”cls");printf(”\t * 欢迎使用小区用户管理系统 * \n");printf(”\t—--—---——-——---—- ↖(^ω^)↗—-—-——---—---------——\n”);printf(”\t— -\n");printf(”\t— -\n");printf("\t— 1。浏览用户资料 -\n");printf("\t- 2。录入用户资料 -\n”);printf("\t- 3。更改用户资料 -\n”);printf(”\t- 4。删除用户资料 —\n");printf(”\t- 5.查找用户资料 —\n");printf("\t— -\n”);printf(”\t— -\n");printf(”\t———-———--—-——--——O( ∩_∩)O~—-———-----———-————---\n”);printf(”\t END \n”);printf(” 请输入所要选择内容的序号 (1—3):[ ]\b\b");scanf("%d”,&a);switch(a){case 1:scan_1();break;case 2:add_1();break;case 3:rewrite_1();break;case 4:delete_1();break;case 5:seek_1();break;default:exit(0);}}void scan_1(){FILE *fp;char...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

C语言程序设计-物业管理系统

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部