欢迎来到天天文库
浏览记录
ID:59348071
大小:57.00 KB
页数:17页
时间:2020-10-31
《售楼系统源代码.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、#include"conio.h"#include"stdio.h"#include"stdlib.h"#include"string.h"#defineMAX100#defineN3structchaoxiang_type/*日期结构体类型*/{intdanyu;intloucen;};structloupans_type{charnum[8];/*楼号*/charprice[20];/*价格(/㎡)*/charchaoxiang[20];/*面向*/intarea;/*面积*/structchaoxiang_typeweizhi;/*单元信息*/struct
2、chaoxiang_typekind;/*类型*/};structuser_type//用户信息结构体{charusername[15],password[15];}user;intnumber;intm;//登录选择/*读取信息模块*/intread_file(structloupans_typeloupan[]){FILE*fp;inti=0;if((fp=fopen("loupans.txt","rt"))==NULL){printf("库存文件不存在,请创建!");return0;}while(!feof(fp)){fread(&loupan[i
3、],sizeof(structloupans_type),1,fp);if(loupan[i].num==0)break;elsei++;}fclose(fp);returni;}/*保存信息模块*/voidsave_file(structloupans_typeloupan[],intsum){FILE*fp;inti;if((fp=fopen("loupans.txt","wt"))==NULL){printf("读文件错误");return;}for(i=0;i4、pans_type),1,fp)!=1)printf("写文件错误");fclose(fp);}intprint1(void)//*登录菜单打印{printf("");printf("");printf("tt**********************************************");printf("tt************欢迎登录楼盘销售管理系统!*************");printf("tt**********************************************"5、);printf("");printf("");printf("");printf("ttt*************************");printf("ttt*t◆1注册:t*");printf("ttt*ttt*");printf("ttt*t◆2登录:t*");printf("ttt*ttt*");printf("ttt*t◆3退出:t*");printf("ttt*************************");printf("6、ttt请按序号输入你的选择:");printf("ttt");scanf("%d",&m);return(m);}/*登录模块*///*登录程序intlogin(void){intflag=1,str1,str2,time=0;inti,n=0;charch=0;FILE*fp;structuser_typeuser1;system("cls");printf("");while(flag){system("cls");printf("");switch(m){case1:printf("ttt★!注册小提7、示:");printf("ttt用户名和密码不得超过15个字符!");printf("");fp=fopen("f:/password.txt","wt");if(fp==NULL){printf("ttt★对不起,此文件打不开:");getch();exit(1);}printf("ttt★请输入你的用户名:ttt");fflush(stdin);gets(user1.username);fflush(stdin);printf("ttt★请你输入密码:ttt");ch=get8、ch();i=0;whi
4、pans_type),1,fp)!=1)printf("写文件错误");fclose(fp);}intprint1(void)//*登录菜单打印{printf("");printf("");printf("tt**********************************************");printf("tt************欢迎登录楼盘销售管理系统!*************");printf("tt**********************************************"
5、);printf("");printf("");printf("");printf("ttt*************************");printf("ttt*t◆1注册:t*");printf("ttt*ttt*");printf("ttt*t◆2登录:t*");printf("ttt*ttt*");printf("ttt*t◆3退出:t*");printf("ttt*************************");printf("
6、ttt请按序号输入你的选择:");printf("ttt");scanf("%d",&m);return(m);}/*登录模块*///*登录程序intlogin(void){intflag=1,str1,str2,time=0;inti,n=0;charch=0;FILE*fp;structuser_typeuser1;system("cls");printf("");while(flag){system("cls");printf("");switch(m){case1:printf("ttt★!注册小提
7、示:");printf("ttt用户名和密码不得超过15个字符!");printf("");fp=fopen("f:/password.txt","wt");if(fp==NULL){printf("ttt★对不起,此文件打不开:");getch();exit(1);}printf("ttt★请输入你的用户名:ttt");fflush(stdin);gets(user1.username);fflush(stdin);printf("ttt★请你输入密码:ttt");ch=get
8、ch();i=0;whi
此文档下载收益归作者所有