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

搜索资源列表

  1. Socket Model

    0下载:
  2. 基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:253001
    • 提供者:ICE
  1. sdk_winbase_io_asyncio

    0下载:
  2. The AsyncIO sample (also called the \"PDC\" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19087
    • 提供者:黄磊
  1. c123

    0下载:
  2. LINUX环境下的线程同步和进程控制问题的源代码,希望大家-LINUX environment threads synchronization and process control of source code, we hope to s
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3919
    • 提供者:饶元见
  1. vccc

    0下载:
  2. 在主线程上进行写端口,另外再创建一个线程读端口。-on the main threads write ports, another to create a reading threaded port.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:798
    • 提供者:szz
  1. stopthread

    0下载:
  2. 假定你需要你的程序能够停止线程,你需要一个告诉线程何时停止的方法,这个可以实现。-assume you need you can stop the process threads, you need a thread when told to stop, this can be achieved.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:53210
    • 提供者:dynam
  1. serilport

    0下载:
  2. EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:99340
    • 提供者:思成
  1. 会话程序

    0下载:
  2. 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:rain
  1. vcchuankou.rar

    0下载:
  2. vc上位机串口程序,编写接受线程与发送线程,及线程之间同步。通信协议,奇偶校验,vc PC serial procedures, prepared to accept the thread and sending threads, and synchronization between threads. Communication protocol, parity
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:39284
    • 提供者:还都
  1. singnal

    0下载:
  2. 利用信号量进行多线程通讯 首先在主程序中建立两个线程,然后设置信号量,每个线程循环等待符合要求的信号量,只要满足条件,则线程执行。该例为多线程通讯的简单实例,只是展示了原理-Signal was carried out using multi-threaded communication first in the main program to create two threads, and then set the semaphore for each thread to wait for
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:7753
    • 提供者:ly
  1. Lock

    0下载:
  2. 有关互斥锁的介绍,在多线程中,在不同线程中计算同一个数据时,需要用互斥锁-Introduction of the mutex lock, in the multi-threaded, in different threads to calculate the same data, the need to lock mutex
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:49286
    • 提供者:caolei34701
  1. EliteSpy

    1下载:
  2. 获取任意程序的窗体句柄并操作程序,想进行线程和任务控制的朋友可以参考。-Access to any program handles the form and procedures, I would like to carry out the control of threads and tasks can refer a friend.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:130543
    • 提供者:wzp
  1. RS232toEthernet

    0下载:
  2. 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
  3. 所属分类:Communication

    • 发布日期:2017-06-13
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. echo_1

    0下载:
  2. 客户端创建10个线程,每个线程向echo服务器发送10条信息,每条信息间隔1秒。-The client created 10 threads, each sending 10 to the echo server information, each interval of 1 second.
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5874490
    • 提供者:梵仁
  1. duankousaomiaoqi

    0下载:
  2. 根据ip地址或是主机名,通过设置端口范围线程数 开始扫描,并可以保存扫描结果-According to ip address or host name, the number of threads by setting the port range to start scanning, and scan results can be saved
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:23149
    • 提供者:
  1. multlpThreadShareMem

    0下载:
  2. 多线程共享内存技术,为线程之间的通讯立下了汗马功劳-Shared memory multi-threading technology, communication between threads has achieved a lot
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:96568
    • 提供者:greathome
  1. MyClassThread04

    0下载:
  2. 线程的创建以及线程间的通讯。这些都是我初学的适合写的源码。值得初学者学习和收藏。-The creation of thread and communication between threads. These are all I write for beginners source code. Beginners are worth and the collection.
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:29355
    • 提供者:李凯
  1. pthreads

    0下载:
  2. pthreads for communication using threads.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3242
    • 提供者:james smith
  1. communication-between-threads-

    0下载:
  2. 线程之间的通信 包括全局变量 事件 线程可以实现通信-communication between threads
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:2233
    • 提供者:zhangyuling
  1. SPCOMM

    0下载:
  2. Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi TThread class. It is implemented using two threads: one for reading from, and one for writing to a Comm P
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:44296
    • 提供者:李稍
  1. PeekMessage

    0下载:
  2. 线程之间的消息传递,很有用的额,希望可以帮助到大家。-Messages between threads to relax, the amount of useful, hope can help everyone.
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:24923423
    • 提供者:陶治江
« 12 »
搜珍网 www.dssz.com