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

搜索资源列表

  1. process.zip

    0下载:
  2. 创建一个子进程并接收子进程的消息和输出信息
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:14.8kb
    • 提供者:
  1. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:131.76kb
    • 提供者:水依
  1. pipe

    0下载:
  2. Linux 下验证管道通信机制。一端发送消息,一端接收消息。
  3. 所属分类:进程与线程

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

    0下载:
  2. 创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news and the output information
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:15.11kb
    • 提供者:站长
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:87.16kb
    • 提供者:许书博
  1. ProcessSendMessageSample

    0下载:
  2. 可以实现进程间的发送消息和接收消息,同步和异步!ProcessSendMessageSample.zip-Inter-process messages and receive messages, synchronous and asynchronous!
  3. 所属分类:Process-Thread

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

    0下载:
  2. 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6.8mb
    • 提供者:yeliu
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:98.96kb
    • 提供者:徐向阳
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:82.25kb
    • 提供者:梁东
  1. zq92345

    0下载:
  2. 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:184.29kb
    • 提供者:fg
  1. Receiving-and-sending-messages

    0下载:
  2. 线程间的消息接收与发送 可作为多个线程通信的基础代码-Thread to receive and send messages between multiple threads can be used as the basis for communication code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4.42kb
    • 提供者:陈蓝
  1. Interprocess-messaging

    0下载:
  2. 进程间传递消息(发送和接收系统消息)的功能-Interprocess messaging (send and receive system messages )
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:170.38kb
    • 提供者:四大的
  1. os

    0下载:
  2. 功能是在进程间完成文件的传送。一个发送进程把两个文件送入消息队列,另外两个接收进程分别从消息队列各自接收一个文件。该例由3个源程序文件组成:user.h 是共用的头部文件,filesnd.c的功能是把两个文件读出并发送到消息队列,filercv.c的功能是从消息队列读取文件。-Function is to complete the file transfer between processes. A sending process the two files into the message q
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:9.66kb
    • 提供者:Jiang
  1. MultiThreadMsg

    0下载:
  2. 实现多线程:主线程、工作线程消息发送接收-MultiThread:Msg Send And Recv
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:34.22kb
    • 提供者:张忠国
  1. online

    0下载:
  2. 这个小程序可以实现窗口的创建以及同步接收和发送消息的功能。-WHEN YOU SEND MESSAGE TO OTHERS ,THEY WILL CAN RECEIVE IT TIGHT NOW.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.25mb
    • 提供者:huitailang
  1. suppopdwindhwuse

    0下载:
  2. 窗口形状是背景图,支持动态按钮及用DLL接收处理按钮及按键消息(Shape of window is the background, support for dynamic button button and use DLL receives treatment and key message)
  3. 所属分类:进程与线程

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