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

搜索资源列表

  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
搜珍网 www.dssz.com