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

搜索资源列表

  1. 1330

    0下载:
  2. 调用多线程的例子-called multithreading example
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:58350
    • 提供者:刘瑞东
  1. Thread

    0下载:
  2. 多线程的例子程序-multithreading examples procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17207
    • 提供者:李自成
  1. adi

    0下载:
  2. 线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:25093
    • 提供者:逐云客
  1. Web

    0下载:
  2. 一个有用的东东,是一个网络WEB访问程序,可以进行多线程的WEB访问-a useful Dongdong, a network of Web visits procedures, multithreading can visit the Web
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:李请
  1. Multi-Thread RS232

    0下载:
  2. 说明:又一个多线程 Multi-Thread RS232 串行口通讯构件 ( 1.2 版,附源码 )-Note : Also a multithreaded Multi-Thread RS232 serial port communication components (version 1.2, with source)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:17251
    • 提供者:zxb
  1. comm32

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28206
    • 提供者:zxb
  1. czxt_1

    0下载:
  2. 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2636
    • 提供者:沈扬
  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:0030
  1. sf_200562516252

    0下载:
  2. 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2701
    • 提供者:boxu
  1. HookInsert

    0下载:
  2. 利用消息钩子在系统进程插入线程的改进版本-use of information systems in the process of improving the threaded insert version
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:23649
    • 提供者:刘麻子
  1. pthread_1

    0下载:
  2. 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:152969
    • 提供者:cguo
  1. EMAILSRC

    0下载:
  2. 自编的群发邮件程序,DELPHI编写,可按字典中邮件多线程发送。-directed the mass-mailing procedures, the preparation of Delphi, according to the dictionary multithreading mail sent.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:204954
    • 提供者:郭磊
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. Linux下的读者写者 xx

    0下载:
  2. 在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:xx
  1. MTServerSrc

    0下载:
  2. 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6621
    • 提供者:无形
  1. MTSClientSrc

    0下载:
  2. 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6920
    • 提供者:无形
  1. simpleThreadPool

    0下载:
  2. 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3414
    • 提供者:测试
  1. 网络实验

    0下载:
  2. linu下socket多线程服务器与客户端的通信-LINU socket under multithreaded server and client communications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:李丽
  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37330
    • 提供者:王五
  1. UseThreadApp

    0下载:
  2. 线程的启动、终止、和停止操作的实现,操作功能有System.threading完成-threads start to end, to cease operation and the realization of operating functions are completed System.threading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10838
    • 提供者:丁胜
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com