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

搜索资源列表

  1. MTL100JE

    0下载:
  2. 基于DOS系统下的多任务类库。Class DOS Thread provides a framework for writing DOS applications-DOS-based system under the Multi-task library. Class DOS Thread provides a framework for writi Vi DOS applications
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:61338
    • 提供者:liushan
  1. Serial_readandwrite.Rar

    0下载:
  2. 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用。 -able to read, write, watch class. Thread achieved using nonblocking call.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:40425
    • 提供者:Andy Sun
  1. 000000adada2

    0下载:
  2. 数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编写GPIB程序。有 ·GPS坐标转换软件:直角坐标与大
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:ssss3162
  1. 2004101109255820466

    0下载:
  2. 主要封装了CNdkIOCPServer,CNDKThreadServer,CNdkTcpClient 三个类及相关的连接池,线程池等,大家看看,有意 见的话给我提提 starcbh@21cn.com NdkIOCPServer类需win2k以上 必须winsock2.2以上版本 ============================================ // NdkIOCPServer.h: interface for the CNdkIOCPServer class.-CNdkI
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:251704
    • 提供者:大雨
  1. StackWalker

    0下载:
  2. In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project. The goal for this project was the following: Simple interface t
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:66080
    • 提供者:haha
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22494
    • 提供者:dozingcat
  1. xian

    0下载:
  2. 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:批皮
  1. commoncpp2-1.3.26.tar

    0下载:
  2. GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and d
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:843648
    • 提供者:Hujun
  1. threadsandprocesses

    0下载:
  2. // DLL example program (1) to demonstrate Thread Local Storage (TLS). // This DLL implements the two classes CSetter and CGeneral // // CSetter is used to set up the static text string, delete it, change it and display // its content
  3. 所属分类:系统编程

    • 发布日期:2015-06-13
    • 文件大小:8190
    • 提供者:张强
  1. CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp

    0下载:
  2. Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First o
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:205738
    • 提供者:李峥
  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
    • 文件大小:1105
    • 提供者:阿乌鸟
  1. 商家点评插件有地图版插件for UCHome 1.5

    0下载:
  2. 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上K
  3. 所属分类:PHP源码

  1. rwLock.rar

    0下载:
  2. VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。,Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1921650
    • 提供者:封泽希
  1. C_Programming_arts.rar

    0下载:
  2. 本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。,This book reveals the C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5979455
    • 提供者:Andy_Jack
  1. SocketServer.zip

    1下载:
  2. Full Multi-thread Client or Server Socket Class with ThreadPool,Full Multi-thread Client or Server Socket Class with ThreadPool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:262612
    • 提供者:ckgggl
  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
    • 文件大小:1874
    • 提供者:chenjunhui
  1. Mul-Serial

    0下载:
  2. 多线程串口类,实现对多串口的读并显示画图,该类十分有用。-Serial communication transceiver and real-time graphics, multi-thread source have comments Function is very powerful class
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:227415
    • 提供者:王越
  1. ThreadPool

    0下载:
  2. 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:42638
    • 提供者:豪戈
  1. anit

    0下载:
  2. Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:7320
    • 提供者:田浩
  1. CSemaphoreDemo

    0下载:
  2. 使用CSemaphore类实现线程同步的实例源码-Thread Synchronization using CSemaphore class implements an instance of source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:26977
    • 提供者:周晓民
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com