導航:首頁 > 風險投資 > 個人儲蓄管理系統

個人儲蓄管理系統

發布時間:2021-03-20 10:00:11

Ⅰ C++個人儲蓄管理系統

#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我

閱讀全文

與個人儲蓄管理系統相關的資料

熱點內容
炒股可以賺回本錢嗎 瀏覽:367
出生孩子買什麼保險 瀏覽:258
炒股表圖怎麼看 瀏覽:694
股票交易的盲區 瀏覽:486
12款軒逸保險絲盒位置圖片 瀏覽:481
p2p金融理財圖片素材下載 瀏覽:466
金融企業購買理財產品屬於什麼 瀏覽:577
那個證券公司理財收益高 瀏覽:534
投資理財產品怎麼繳個人所得稅呢 瀏覽:12
賣理財產品怎麼單爆 瀏覽:467
銀行個人理財業務管理暫行規定 瀏覽:531
保險基礎管理指的是什麼樣的 瀏覽:146
中國建設銀行理財產品的種類 瀏覽:719
行駛證丟了保險理賠嗎 瀏覽:497
基金會招募會員說明書 瀏覽:666
私募股權基金與風險投資 瀏覽:224
怎麼推銷理財型保險產品 瀏覽:261
基金的風險和方差 瀏覽:343
私募基金定增法律意見 瀏覽:610
銀行五萬理財一年收益多少 瀏覽:792