﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-leejstu  学习程序</title><link>http://www.cppblog.com/leejstu/</link><description>抬头做人,埋头做事</description><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 10:10:45 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 10:10:45 GMT</pubDate><ttl>60</ttl><item><title>ATM  v3</title><link>http://www.cppblog.com/leejstu/archive/2008/04/10/46764.html</link><dc:creator>李峰</dc:creator><author>李峰</author><pubDate>Thu, 10 Apr 2008 10:20:00 GMT</pubDate><guid>http://www.cppblog.com/leejstu/archive/2008/04/10/46764.html</guid><wfw:comment>http://www.cppblog.com/leejstu/comments/46764.html</wfw:comment><comments>http://www.cppblog.com/leejstu/archive/2008/04/10/46764.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/leejstu/comments/commentRss/46764.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/leejstu/services/trackbacks/46764.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: ATM(Automatic Teller Machine)自助服务终端系统设计任务书<br><br> <br><br>一、系统业务要求：<br><br> <br><br>   模拟实现一个简单的银行自助服务终端系统(ATM)，应系统可以提供开通账户、<br><br>   取款服务、存款服务、自动转帐、修改密码、余额查询等主要业务功能.<br><br>   <br><br>二、业务功能流程:<br><br>   1.开通帐户:<br><br>      用户从主菜单,选择开通帐户选项-----------> 系统提供交互信息收集用户开户基本信息<br><br>      -------------->用户输入个人基本开户信息------------------->系统采集用户完毕进入<br><br>      后台运行进行开户操作，系统收集用户信息将用户对象写入文件，开户成功给用户提供帐<br><br>      号返回并提示成功信息.<br><br>&nbsp;&nbsp;<a href='http://www.cppblog.com/leejstu/archive/2008/04/10/46764.html'>阅读全文</a><img src ="http://www.cppblog.com/leejstu/aggbug/46764.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/leejstu/" target="_blank">李峰</a> 2008-04-10 18:20 <a href="http://www.cppblog.com/leejstu/archive/2008/04/10/46764.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ATMv4版  </title><link>http://www.cppblog.com/leejstu/archive/2008/04/10/46762.html</link><dc:creator>李峰</dc:creator><author>李峰</author><pubDate>Thu, 10 Apr 2008 10:07:00 GMT</pubDate><guid>http://www.cppblog.com/leejstu/archive/2008/04/10/46762.html</guid><wfw:comment>http://www.cppblog.com/leejstu/comments/46762.html</wfw:comment><comments>http://www.cppblog.com/leejstu/archive/2008/04/10/46762.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/leejstu/comments/commentRss/46762.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/leejstu/services/trackbacks/46762.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 要求：<br>    <br>    1.在v3版本的基础上将系统进一步分隔成client 和 server 两个模块,并将V2版本之上的多个小功能模块分别<br>    做成精灵进程.<br>    2.利用unix  c++ 中读写文件存取对象方式来实现，读写文件操作.<br>    3.客户接收用户输入基本信息后，利用 unix c++中的消息队列与 server 端业务子精灵进程进行通信.<br>    4.所有的业务子模块系统后台操作，利用一个起动文件停止文件，起动和停止所有的精灵进程<br>    5.使用 unix c++中的信号知识，避免僵死进程的产生.<br>    6.给 server 端写一个起动与停止调用程序.<br>    7.与用户交互的操作全部在 client 端实现.<br>    <br>核心技术:<br>    1.在前期V3版本的基础之上，新增知识点，信号机制及精灵进程，主要改进服务器端,服务器端每次接收到<br>    用户一次请求时，是通过一个子进程来完成相应的业务操作，以增强服务器功能，加强并发访问能力，服务<br&nbsp;&nbsp;<a href='http://www.cppblog.com/leejstu/archive/2008/04/10/46762.html'>阅读全文</a><img src ="http://www.cppblog.com/leejstu/aggbug/46762.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/leejstu/" target="_blank">李峰</a> 2008-04-10 18:07 <a href="http://www.cppblog.com/leejstu/archive/2008/04/10/46762.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>