#ifndef PERSON_H
#define PERSON_H
#include<iostream.h>
#include<string.h>
class person
{
friend class list;
private:
char name[10];
double per[3];
public:
person(){next=0;}
void s();
person *next;
char * outname(){return name;};
double outper(int i){return per[i];};
void intper();
};
void person::intper()
{ cout<<" 请输入帐号\n";
cin>>per[0];cout<<"请输入存款 \n";
cin>>per[1];cout<<"请输入存款类型\n";
cin>>per[2];
}
void person::s()
{
cout<<"请输入姓名\n";
cin>>name;
cout<<"请输入帐号\n";
cin>>per[0];cout<<"请输入存款\n";
cin>>per[1];cout<<"请输入存款类型\n";
cin>>per[3];
}
class list
{
private:
double high[3],low[3];
double totoal;
person *last,*first;
public:
list(){last=0;first=0;totoal=0;};
~list();
void inpe();
void outpe(char *);
int delpe(char *n);
void think();
void search(char s[10]);
double hi(int i);
double lo(int i);
void av(int i);
void ev(int i);
};
list::~list()
{
if(first!=0)
{
person *p=first,*temp;
while(p!=0){
temp=p;
p=p->next;
delete temp;
cout<<"ok\n";
}
}
}
void list::inpe()
{ person *p=new person();
p->s();
if(first==0){first=last=p;}else{last->next=p;last=p;}
totoal++;
}
void list::outpe(char *n)
{
person *temp=first;for(;temp!=NULL;temp=temp->next)
if(strcmp(temp->outname(),n)==0)
{ cout<<"姓名 帐号 存款 存款类型\n ";
cout<<temp->outname()<<" "<<temp->outper(0)<<" "<<temp->outper(1)<<" "<<temp->outper(2);}
}
int list::delpe(char *n)
{
person *temp=first,*p;if(strcmp(first->outname(),n)==0)
{ first->next=first;delete temp;}
else if(temp->next!=0)
{if(strcmp(temp->next->outname(),n)==0)
{p=temp->next;temp->next=temp->next->next;delete p;}
else temp=temp->next;}
totoal--;
cout<<"\n删除成功\n";
return 0;
}
void list::think()
{
cout<<"人数"<<totoal<<endl;
}
double list::hi(int i)
{
high[i]=0.00;
person *temp=first;if(temp!=0)
{if(temp->outper(i)>high[i])
high[i]=temp->outper(i);
temp=temp->next;
}
return high[i];
}
double list::lo(int i)
{
low[i]=100;
person *temp=first;if(temp!=0)
{if(temp->outper(i)<low[i])
low[i]=temp->outper(i);
temp=temp->next;
}
return low[i];
}
void list::av(int i)
{ double aver=0;
person *temp=first;if(temp!=0)
{aver+=temp->outper(i);
temp=temp->next;
}
cout<<aver/totoal<<endl;
}
void list::search(char s[10])
{
person *temp=first;for(;temp!=NULL;temp=temp->next)
if(strcmp(temp->outname(),s)==0)temp->intper();
}
#endif
int main()
{
list will;
int m=0;
do{
cout<<"********************欢迎进入个人储蓄管理系统******************\n"
<<"//----------------------------------------------------------\\\n"
<<" 1、 个人帐户信息的录入:包括个人姓名 帐号 存款 存款类型的录入。\n"
<<" 2、 个人帐户信息的查询:可以根据姓名查询某个人帐户的信息。\n"
<<" 3、 个人帐户信息的修改:可以根据姓名来修改相应的个人帐户的信息。\n"
<<" 4、 个人帐号信息的删除:可以指定删除某个人帐户的信息。\n"
<<" 5、 个人帐户信息的人数统计\n"
<<"//----------------------------------------------------------\\\n";
cin>>m;
switch(m)
{
case 1:
will.inpe();
break;
case 2:
char n[9];
cout<<"请输入姓名\n";
cin>>n;
will.outpe(n);
cout<<"\n";
break;
case 3:
char nb[9];
cout<<"请输入姓名\n";
cin>>nb;
will.outpe(nb);
cout<<"\n";
will.search(nb);
break;
case 4:
char naa[9];
cout<<"请输入姓名\n";
cin>>naa;
will.outpe(naa);
will.delpe(naa);
break;
case 5:
will.think();
break;
}
cout<<"1,继续 2,退出\n";
cin>>m;
}while(m==1);
}
Ⅱ 求个人账户管理系统
我帮你做这个个人账户管理系统
这种类型的管理系统我做过很多
保证原创
Ⅲ 银行atm机个人账户管理系统C语言源程序
namespace JpegLossLess
{
class Program
{
static void Main(string[] args)
{
DicomCodec.RegisterCodecs();
string fName = string.Format("d:\\dcm\\test.dcm");
DicomFileFormat ff = new DicomFileFormat();
ff.Load(fName, DicomReadOptions.Default | DicomReadOptions.DeferLoadingPixelData);
DcmJpegLsParameters JpegParameters = new DcmJpegLsParameters();
ff.Dataset.ChangeTransferSyntax(DicomTransferSyntax.JPEGProcess14SV1, JpegParameters);
string OutFile = string.Format(@"d:\dcm\outfile.dcm");
ff.Save(OutFile, DicomWriteOptions.Default);
}
}
}
Ⅳ 个人财务管理系统
用什么东西做啊?
网站还是Winform程序?
还是控制台程序?
不管什么程序,会简单的java和sql加上MVC(三层)就OK了,这个工作量很少,会做的话两三个小时就结束了。
用eclipse就可以做,数据库操作如果要用jdbc连得话要用到一个jar包,sqljdbc.jar,网上一搜一大片
用odbc不需要jar包
Ⅳ 邮政储蓄怎么查个人信息管理系统
查啥
Ⅵ 个人帐户管理系统流程图和程序 要求:存钱(输入存入的金额和日期),取钱(输入取出的金额...
存钱:去银行填一张存款单,填清楚存款人姓名,存款金额,存款日期,存期等,然后到柜台去办理。
如有不清楚的,向银行工昨人员咨询一下,会有人帮你的。
取款更简单,带上本人身份证和存款单直接去取就行了。
Ⅶ c++个人银行管理系统
200元能写.已经很便宜啦
Ⅷ 求"个人日常理财管理系统软件",可以在网上下载
财智计帐本
财智记账本是一款个人家庭财务管理软件。它能记录我们的日常收支活动,管理现金、活期存款、定期存款。可通过互联网与您的开户银行联接,获取并下载相关金融数据。是一款非常实用的记账软件。
现在好像不用注册的。http://www.imoney.com.cn/infoweb/Business/MoneyHomejzb.aspx
财智家庭理财
全面管理日常收入、消费、储蓄、个人贷款、保险、证券投资等。帮助您制订财务计划,协助管理购买房屋、子女教育等事项。通过 图表分析:自动生成多种统计图表(包括年度收支表)便于分析统计,完善您的理财生活!http://www.imoney.com.cn/infoweb/Business/MoneyHome.aspx
需要付费注册。有人说网上有注册机,我没说过啊~
家财通
《家财通》是一套超级豪华版的个人/家庭投资理财软件,特别适合中产家庭或白领人士...
http://www.mymoneymaster.com/software/sindex.asp
付费注册使用,试用期15天。
Ⅸ VB-银行个人账户管理系统
你发出的说你你的事不过的 你的风格 谢谢
Ⅹ 银行定期储蓄管理系统
可以 帮你
Q我