#include
#include
#include
#include
#include
#define NULL 0
#define LEN sizeof(struct finance)
#define SETCODE 000000
#define SETUSER ******
/*定义结构体,结构体变量包括序号num,日期date,来源state,生活费receive,消费spend,结余save*/
struct finance
{int num;
char date[10];
char state[20];
int receive;
int spend;
int save;
struct finance *next;
};
/*函数申明*/
void login();
void win();
void init();
void loginerror();
void direct();
struct finance *creat (void);
void save();
void saveover();
void view();
void viewdraw();
void viewall();
void viewdate();
void viewnum();
void analyse();
int smax();
int smin();
void print(struct finance *p);
int n; /*定义一个短整型全局变量记录输入数据条数,而且还可以用于容错处理 */
struct finance **use; /*定义结构体型二级指针*/
char ch; /*定义字符型全局变量,接收控制字符,以进行窗口切换*/
void main()
{login();
direct();
while(ch!='4')
{switch(ch)
{case'1':*use=creat();break; /*direct函数调用后如按下1,调用链表创建函数,记录当前信息*/
case'2':save();break; /*direct函数调用后如按下2,调用保存文件函数将链表保存为文件*/
case'3':view();break; /*direct函数调用后如按下3,调用查看函数将文件信息输出*/
default:printf("no effect!!!");
};
direct();
}
/*if ch=4,quit*/
}
void direct()
{
init(); /*图形函数初始化*/
cleardevice(); /*清屏*/
setbkcolor(MAGENTA); /*设置背景颜色为洋红*/
setcolor(BLUE); /*设置当前颜色为蓝色*/
rectangle(20,40,620,400); /*画矩形框*/
rectangle(40,80,600,380);
outtextxy(300,90,"operate"); /*图形文本输出,定位输出*/
bar(200,140,240,160); /*条形图,突出显示*/
outtextxy(200,150,"input");
outtextxy(380,150,"press 1!!!");
bar(200,180,240,200);
outtextxy(200,190,"save");
outtextxy(380,190,"press 2!!!");
bar(200,220,240,240);
outtextxy(200,230,"view");
outtextxy(380,230,"press 3!!!");
bar(200,260,240,280);
outtextxy(200,270,"quit");
outtextxy(380,270,"press 4!!!");
ch=getch(); /*ch接收字符*/
closegraph();
}
void login()
{char user[10],setuser[]={"SETUSER"},code[10],setcode[]={"SETCODE"};
int flag=0,i;
do
{if(flag) loginerror();
init();
cleardevice();
setbkcolor(LIGHTBLUE);
setcolor(RED);
rectangle(180,80,400,200);
outtextxy(220,100,"ID:");
outtextxy(220,120,"username:");
for(i=0;i<6;i++)
{user[i]=getch();fflush(stdin);}
outtextxy(220,140,user);
outtextxy(220,160,"code:");
for(i=0;i<6;i++)
{code[i]=getch();
outtextxy(220+5*i,180,"*");
}
flag++;
}while(!strcmp(user,setuser)||!strcmp(code,setcode)); /*当用户名和密码都正确时循环结束*/
getch();
closegraph();
win();
}
void loginerror() /*当输入的用户名或密码不正确时,调用*/
{
init();
cleardevice();
setbkcolor(DARKGRAY);
setcolor(YELLOW);
rectangle(100,60,540,380);
outtextxy(240,140,"username");
outtextxy(240,220,"or code");
outtextxy(240,300,"not correct!!!");
getch();
closegraph();
}
void win()
{
init();
cleardevice();
setbkcolor(BROWN);
setcolor(GREEN);
rectangle(20,40,620,400);
outtextxy(150,160,"**********************************************");
outtextxy(150,190,"welcome to personal fiance manager system!!!");
outtextxy(150,220,"*********************************************");
getch();
closegraph();
}
void init() /*图形模式初始化*/
{int gdrive,gmode;
gdrive=DETECT; /*自动检测硬件驱动*/
gmode=CGAC0;
initgraph(&gdrive,&gmode,"");
}
推荐财智7个人家庭理财软件,有免费版和共享版。
下面是它的官方简介。
1999年3月,成都财智软件有限公司成立。自成立以来,财智一直在个人理财,家庭理财,投资理财等理财领域进行软件研发、销售、互联网服务及电子商务等领域内努力开拓、耕耘,致力于用公司优质的金融理财软件和互联网金融服务,为中国家庭及个人、银行、证券、保险、基金等机构提供完善的金融解决方案以及金融理财软件服务,经过13年的努力,财智软件现已发展成为国内最大的专业从事个人家庭理财软件开发和专业金融理财服务提供商。
财智家庭理财软件是国内最早研发的个人理财、家庭理财软件,也是国内用户数最多的个人家庭理财软件,央视理财栏目唯一推荐的个人和家庭理财产品,最适合中国家庭的理财软件。财智家庭理财软件是全新现代生活理财软件,首创桌面理财软件和理财社区相结合,目前唯一实现桌面版(财智7),手机版(财智快账),在线版(财智在线理财)理财软件的三方数据同步;从软件功能,易用性,趣味性方面为用户展示一种全新的理财体验。