-
BankSystem
说明: 更新银行系统(BankSystem),模拟实现3个用户对统一账号进行存入、取出、转账等操作
CustomerGenerator线程:随机生成办理业务的顾客以及其操作类型、金额等
Cashier线程:从等待队列中抽取第一个顾客并为其办理业务
多线程:ArrayBlockingQueue<Customer>数组阻塞队列
文件列表:
BankSystem.java
Cashier.java
Customer.java
CustomerGenerator.java
CustomerLine.java(BankSystem
ArrayBlockingQueue<Customer>)
- 2020-07-15 17:08:50下载
- 积分:1
-
Programming_In_Lua
Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带
来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得
很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成
这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和
调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功
能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language
To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done
Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete
These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and
Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work
Can change, and other dynamic data.)
- 2014-12-26 16:52:07下载
- 积分:1
-
aa
说明: VC++与WINDOW编程。是一部很好的电子书(VC++ AND WINDOW STUDY)
- 2010-03-12 14:29:29下载
- 积分:1
-
MFC-in-simple-language
我所看过的写的最好的剖析MFC源码的书,这本书其实出版的比台湾侯俊杰的《深入浅出MFC》要早(Write the best analysis of MFC source book I have ever seen,better than Hou Junjie s book)
- 2012-05-04 00:06:50下载
- 积分:1
-
高的
高质量文件传输,界面开发的文件传输软件,可以方便的传输文件,速度快,而且支持大文件-high-quality file transfer, interface development of file transfer software that can facilitate the transmission of documents, faster, but also supports large files
- 2022-02-15 06:22:48下载
- 积分:1
-
page
STRUT1.2的简单分页,提供大家简单的学习和应用(struts1.2 s ease page,please everyone can learning and application for use.)
- 2013-04-10 15:53:21下载
- 积分:1
-
网吧影院系统,可以在网站里用的网吧影院系统。
网吧影院系统,可以在网站里用的网吧影院系统。-netroom movie system
- 2022-01-25 18:12:58下载
- 积分:1
-
ipca
第二种增量的主成分分析算法,能够增量地获取高维数据的主成分。(《Incremental PCA or On-Line Visual Learning and Recognition》)
- 2009-11-08 20:53:05下载
- 积分:1
-
安卓蓝牙通讯协议 demoAndroid-BluetoothKit-master
说明: 蓝牙通讯协议demo,已经通过通讯测试,实测可以正常进行蓝牙协议通讯(Bluetooth Communication Protocol Demo)
- 2020-06-18 01:00:01下载
- 积分:1
-
反转字符串
此代码只是变相向其相反的方向键入的单词。如果您输入一个字符串,例如一个字它回显示本身的反向。
- 2023-02-24 15:00:04下载
- 积分:1