搜索资源列表
PostSystem
- 使用C#连结Access数据库的简易银行系统具有提款、存款、查询、转帐、删除数据等功能-use C# link to the Access database system is simple bank withdrawals, deposits, inquiries, transfers, delete data, and other functions
模拟服务台前的排队现象问题
- 某银行有一个客户办理业务站,在单位时间内随机地有客户到达,设每位客户的业务办理时间是某个范围内的随机值。设只有一个窗口,一位业务人员,要求程序模拟统计在设定时间内,业务人员的总空闲时间和客户的平均等待时间。假定模拟数据已按客户到达的先后顺序依次存于某个正文数据文件中。对应每位客户有两个数据,到达时间和需要办理业务的时间。-a certain bank for a business client stations, the unit time to a random customer arrive
jiaowuguanlixitongasp.net
- 为提高我校研究生教务管理效率,在基于ASP.NET技术的基础上,结合我校研究生教务管理的实际需求,设计一种网络化的高校研究生教务管理系统.该系统集基本信息管理、学生成绩管理、综合教务管理等功能于一体,既提高了教务工作效率,又加强了教务管理水平。经过研究分析,结合实际情况,我们使用Microsoft公司的C#.NET和Access 2003作为开发工具, 研究生教务管理系统是典型的信息管理系统,其开发主要包括前端应用程序的开发以及后台数据库的建立和维护两个方面。对于前者要求程序功能完备,易使用
li
- 计一程序,定义银行类,其中包含一个私有数据成员balance,用于存放储户的存款,一个静态数据成员rational,表示存款利率,一个静态成员函数modrat,用于更改存款利率。-Design a program, define the bank, which contains a private data member balance, for the storage of savers deposits, a static data member rational, that deposit
yinhang
- 模拟银行开户,开户后可以存钱,取钱,同时显示数据。也可以设置VIP账户,有透支功能。-Analog bank account after account can to save money, and display data. You can also set VIP account with overdraft function.
BANK
- C++数据结构课程设计,模拟银行叫号系统-C++ data structure simulated bank calling system
Account
- 一个与银行账户相关的管理程序。银行的所有账户都可以存款和取款。 存款能够产生一定的利息,查询和取款交易要缴纳一定的手续费。 派生类: SavingAccount 和 CheckingAccount; SavingAccount:继承 Account 的成员函数;构造函数接收两个参数:存 款初始值( initialBalance)和利率( rate);增加一个数据成员:利率(interestRate), 增加 public 类型的成员函数用于计算利率(calculateIntere
examples
- 用于测试遗传算法算法效率的一系列算例,首先读入问题库和优化函数,然后利用算例的数据进行测试。-A series of examples for testing the efficiency of the algorithm genetic algorithm, first read the question bank and optimization functions, then use the data to test examples.