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

搜索资源列表

  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. mfcdde.rar

    0下载:
  2. DDE进程间通讯类,可以实现2个进程间相互通讯功能,如果有疑问可以加QQ:30943148,DDE interprocess communications can be achieved between two processes communications, can be added if there is doubt QQ: 30943148
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:6.03kb
    • 提供者:wuzhaoguo
  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. 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. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:26.56kb
    • 提供者:peterlee
  1. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:
  1. JosherMsg

    0下载:
  2. 通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-24
    • 文件大小:9.02kb
    • 提供者:jijianjun
  1. TEST_SPDA-wjm30

    0下载:
  2. 工业串口通讯程序,可以同下位机通讯,获取下位机终端的数据-Industrial serial communication program, can obtain lower machine data terminal with lower machine communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:773.46kb
    • 提供者:JIN WU
  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. ngtural-package

    0下载:
  2. STM32用SPI与74HC595通讯,串行数据转并行,可应用为O口拓展-STM32 with 74 hc595 are needed by SPI communication, parallel, serial data transfer can be used for O for development
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:15.27kb
    • 提供者:wpyo_532999
  1. supervbsnh__instructions__property

    0下载:
  2. VB写的和icq通讯用的Activex控件,可以用来学习的源码-VB wrote and icq communications with Activex controls, can be used to study the source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:74kb
    • 提供者:Lumyvq
  1. modsyrehl

    0下载:
  2. Winsocket DLL 封装,该类是SOCKET通讯综合模型,还可以(Winsocket DLL encapsulation, the class is the SOCKET communication, a comprehensive model can also)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-20
    • 文件大小:19kb
    • 提供者:ephdpnand
  1. make__less

    0下载:
  2. 简单的服务员评比系统是业余制作使用他可以让你花少的时间记住你的好有的通讯地址(Simple waiter appraisal system is amateur use he can make you spend less time remember your good some correspondence address)
  3. 所属分类:进程与线程

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