① 跪求c语言编写一个《个人财务管理系统设计》的一部分
For your question 跪求C语言编写一个《个人财务管理系统设计》的一部分,
联系我们需要提供问题和联系方式,
有别的要求也可以联系我们,
有可能帮你,
网络_Hi给我吧,
此回复对于所有需求和和来访者有效,
ES:\\
② 同c语言。。个人生活费管理系统
你好,这是我的课程设计。
http://wenku..com/link?url=-_N7E1DBe5kl9e
③ C语言编写一个家庭财务管理系统
int main()
{
char answer;
Printf("您需要家庭财务管理系统?\n");
Scanf("%C", answer);
switch(answer)
{
Y:
printf("Please use your computer to write by yoursef!\n");
break;
N:
printf("Good Boy! You can manage your own financial problem!\n");
}
return 0;
}
④ 求C语言程序 个人财务管理系统
你这个没钱,不会有人做的,别想了
⑤ 用C语言编写了一个个人财务管理系统
我懂C,编写主界面,设计存储结构,
增删改查,共三个模块。
⑥ 求助C语言编译个人财务管理系统!(尽快啊)
确定选题了接下来你需要根据选题去查阅前辈们的相关论文,
看看人家是怎么规划论文整体框架的;
其次就是需要自己动手收集资料了,
进而整理和分析资料得出自己的论文框架;
最后就是按照框架去组织论文了。
⑦ 个人财务管理系统
#include<stdio.h>
#include<string.h>
#include<graphics.h>
#include<stdlib.h>
#include<conio.h>
#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,"");
}
⑧ 用C语言编写家庭财务管理系统
wakao,复合型人才!
⑨ 个人财务管理 c语言
发到qq邮箱。。
⑩ 急求用C语言编的个人财务管理系统!!!
这个有点难哦,需要很大精力的。
希望有人能来帮忙,