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

搜索资源列表

  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51.34kb
    • 提供者:毛东
  1. MailSlotApp_src

    0下载:
  2. 一個可以用來對行程內資料傳輸的範例,用來處理多行程的資料溝通非常方便-a trip can be used to transfer information within the paradigm used to address more information visit the communication is very convenient
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:35.58kb
    • 提供者:luckfox
  1. SharedDll

    0下载:
  2. 这个程序是我尝试使用dll共享内存段的代码。当多个程序调用dll时,dll中会产生一块所有程序可以访问的内存块,可用于用于进程通信和控制。-this procedure is to try to use the shared memory of the dll code. When the number of procedures called dll, dll will have an all procedures can access blocks of memory, process ca
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.14kb
    • 提供者:姚秋林
  1. BankCaller_new

    1下载:
  2. c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。 中国科技大学面向对象编程C++课程试验-USTC C++ Bank Caller c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operatio
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:934.17kb
    • 提供者:songlei
  1. BankCaller

    0下载:
  2. c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。-c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operation, using multi-threaded simulation of the bank s in
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:939.61kb
    • 提供者:songlei
  1. sharememclass

    0下载:
  2. 一个很好的实现了共享内存的封装类,可以用于线程之间的通信-a very good achievement of shared memory packaging category that can be used in communication between threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:14.92kb
    • 提供者:杨雨虹
  1. jincheng

    0下载:
  2. 利用vc开发的,进程之间通信的源程序,初学者可以参考。-Vc use development, the process of communication between the source, beginners can refer to.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:56.36kb
    • 提供者:gdp
  1. CandP

    0下载:
  2. 本代码能够实现os中的经典的生产者消费者同步,通信问题-This code can be achieved os classic producer consumer synchronization, communication problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:36.44kb
    • 提供者:笑哈哈
  1. Tcptest8

    0下载:
  2. 本通讯工具是基于多线程的, 可同时开放几个链接,并且相互之间传递数据并不冲突-This communication tool is based on the multi-threaded and can simultaneously open several links, and transmission of data between each other does not conflict with
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:328.1kb
    • 提供者:商志亮
  1. 20073131394675

    0下载:
  2. 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-To achieve a simple and easy-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the data on the serial transceiver
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:164.62kb
    • 提供者:lin
  1. multithreadingcorrespondence

    0下载:
  2. 一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.81mb
    • 提供者:郑建飞
  1. Reader_Writer_plus

    0下载:
  2. 一个属于操作系统方面的一个著名的读者写者问题,通过它的实现可以对操作系统信号量机制和进程线程同步及通信有深刻的理解-A part of the operating system in a well-known readers to write those problems, through its implementation can be a mechanism and process of the operating system semaphore thread synchronizati
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31kb
    • 提供者:macintosh
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25.03kb
    • 提供者:sss
  1. lsCommDemo

    0下载:
  2. 一个vc++多线程串行通讯接口源代码 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发,同时还支持大数据传送,感觉挺实用的类库源码,有空时候也可以研究一下源代码-A vc++ multi-threaded serial communication interface, VC++ source code for a relatively simple multi-threaded serial communication interface, wit
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:102.76kb
    • 提供者:andysun
  1. XQueue_demo

    0下载:
  2. 一个基于SERVER/CLINET进程间通讯的程序,能非常好的处理好并发及排队。效率非常高。-1 Based on SERVER/CLINET inter-process communication procedures, can handle the complicated and very good line up. Efficiency is very high.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:219.64kb
    • 提供者:fanziee
  1. EventObject_Manage

    0下载:
  2. 一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11.37mb
    • 提供者:欧哥
  1. VB-DDE-communication

    0下载:
  2. 由VB编写的DDE通信例子,可以实现两个EXE之间的通信,可以实现另类的多线程。使用时,Child.exe与Main.exe放于同一个文件夹内,分别启动后,在“发送”文本框内输入文本,即可以对方exe的“接收”文本框内接收到。 -Prepared by the VB DDE communication example, can achieve the communication between the two EXE, can achieve alternative multi-thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-07
    • 文件大小:9.96kb
    • 提供者:L
  1. Process-communication

    0下载:
  2. VB下进程通讯的例子,简洁明了,写的很好 基本上不用注释也能看懂了-Process communication under VB examples, concise, well written Comments can basically do not understand the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:32.95kb
    • 提供者:刘星宇
  1. process-communication

    0下载:
  2. 进程之间的信息传递不可能通过变量或其它数据结构直接进行,只能通过进程间通信来完成-Process of information transmission between impossible by a variable or other data structure directly, can only be done through inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:张耀寰
  1. siieme-document

    0下载:
  2. 本文件是我做的关于PCM的编程实现方案,希望能对大家的通信-This document is I do about the PCM programming implementation scheme, hope I can communication with everyone
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-21
    • 文件大小:3kb
    • 提供者:dirdcted
« 12 3 »
搜珍网 www.dssz.com