搜索资源列表
这是一个关于银行存取款的程序。
- 这是一个关于银行存取款的程序。 包括存款,取款,兑换不同货币,察看当前账户信息等操作。 调试环境 javaSDK1.3.1 操作系统 window2000 程序结构: Bank: 银行包括各种关于银行业务的操作。 Account: 账户信息。 Customer:顾客对象,每个顾客为一个线程。 Money: 货币的抽象基类。 Rate: 汇率 。 RMB: 人民币。 USD: 美元。暂时包括一种外汇,可以扩展。 -on bank deposit pr
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
Thunk.rar
- 网络上流行的Thunk技术,主要用于将成员函数变为线程函数或窗口过程.弥补了static成员函数不能访问非静态成员数据的缺点,最典型的应用就是微软的MFC和ATL中的窗口类实现,此原码也是网上公开的一个Thunk类实现,Thunk popular network technology, mainly for the membership function into a thread function or the window procedure. Up for static member fu
MultiThread7
- 建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD,
MultiThread9
- 建立一个基于对话框的工程MultiThread9-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD, heading for the user interface thread, right-click project and select the " New Class ..." for the project to ad
Thread
- 最简单的多线程程序. 适合新手看.老鸟就不需要看了.实在是给新手看的-You can display a simple procedure time. Mainly on the application of aspects of the class time is quite good
xkg
- 线程封装类,最近在做win下的多线程程序,自己封装了一个多线程的类-Thread wrapper class, recently doing multithreaded program under Windows, own class encapsulates a multithreaded
ZFCMFC
- 基于MFC对话框类创建的线程,传递给线程函数2个参数-Based on the MFC dialog box class to create threads, two parameters passed to the thread function