CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - thread class

搜索资源列表

  1. 这是一个关于银行存取款的程序。

    0下载:
  2. 这是一个关于银行存取款的程序。 包括存款,取款,兑换不同货币,察看当前账户信息等操作。 调试环境 javaSDK1.3.1 操作系统 window2000 程序结构: Bank: 银行包括各种关于银行业务的操作。 Account: 账户信息。 Customer:顾客对象,每个顾客为一个线程。 Money: 货币的抽象基类。 Rate: 汇率 。 RMB: 人民币。 USD: 美元。暂时包括一种外汇,可以扩展。 -on bank deposit pr
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10.93kb
    • 提供者:文博
  1. 解决生产者-消费者问题

    0下载:
  2. 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
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:阿乌鸟
  1. Thunk.rar

    0下载:
  2. 网络上流行的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
  3. 所属分类:Static control

    • 发布日期:2017-03-29
    • 文件大小:1.83kb
    • 提供者:chenjunhui
  1. MultiThread7

    0下载:
  2. 建立一个基于对话框的工程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,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:zouxianjian
  1. MultiThread9

    0下载:
  2. 建立一个基于对话框的工程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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:zouxianjian
  1. Thread

    0下载:
  2. 最简单的多线程程序. 适合新手看.老鸟就不需要看了.实在是给新手看的-You can display a simple procedure time. Mainly on the application of aspects of the class time is quite good
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:2.88mb
    • 提供者:亮哥
  1. xkg

    0下载:
  2. 线程封装类,最近在做win下的多线程程序,自己封装了一个多线程的类-Thread wrapper class, recently doing multithreaded program under Windows, own class encapsulates a multithreaded
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-13
    • 文件大小:51.69kb
    • 提供者:Tiiks
  1. ZFCMFC

    0下载:
  2. 基于MFC对话框类创建的线程,传递给线程函数2个参数-Based on the MFC dialog box class to create threads, two parameters passed to the thread function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:61.88kb
    • 提供者:ucrmt
搜珍网 www.dssz.com