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

搜索资源列表

  1. program

    0下载:
  2. 此压缩包中包括六个c++程序,分别是:多线程实例,动态链接库(DLL),消息循环重载,进程查看程序,文件关联,剪切板查看器-This package includes six c++ program, namely: multi-threaded example, dynamic link library (DLL), heavy-duty cycle of message, process viewer, file association, clipboard viewer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:584326
    • 提供者:guyan
  1. PostMessageSendMessage

    0下载:
  2. 多线程间发送消息,调用系统的消息机制实现用消息进行线程间的通信-Send message among many threads, call system with message message mechanisms to achieve inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:65326
    • 提供者:丸子
  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
    • 文件大小:89248
    • 提供者:许书博
  1. ThreadTest

    0下载:
  2. 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:11852
    • 提供者:hengdd
  1. ABAB

    0下载:
  2. 线程对数据的同步操作与用消息来控制线程的正常结束。有文档说明怎么实现的-Thread synchronization of data and using information to control the normal end of the thread. Have documented how to achieve the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:36848
    • 提供者:方南
  1. chat

    0下载:
  2. 一个简单的聊天程序,可以实现消息的发送与接受,支持多线程。-A simple chat program, messages can be sent with the acceptance, support multi-threading.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:39269
    • 提供者:李家月
  1. Realization-of-Multithread-Program-Based-on-Callba

    0下载:
  2. 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:170429
    • 提供者:陈建刚
  1. WM_CREATE

    0下载:
  2. 巧用WM_CREATE消息隐藏DLL木马-Using hidden WM_CREATE message DLL Trojan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:164067
    • 提供者:saku
  1. WM_COPYDATA

    1下载:
  2. 进程间通讯小程序,用VC2008 编写 WM_COPYDATA 控制发送消息-Inter-process communication applet, using VC2008 write control to send the message WM_COPYDATA
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:85127
    • 提供者:qq
  1. testMultiOp

    0下载:
  2. 这是一个在MFC下的线程同步的例子,我在其中用了一个副线程(SecondApplication)来处理对话框的消息,同时处理消息,将处理的消息反馈给对话框的textbox-This is an MFC thread synchronization under the examples in which I used a vice thread (SecondApplication) to handle the dialog box message, while addressing the me
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:45693
    • 提供者:sunyi
  1. MessageThread

    0下载:
  2. 一个使用自定义消息进行线程间的通信得例程,来自于Visual C++范例大全-Use a custom message to the communication between threads was routine, and from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:33324
    • 提供者:ladeng
  1. Parallelprogram

    0下载:
  2. 并行程序设计:对于所希望的应用,很多并行代码似乎不存在的 即使有,也常不能用于用户的并行机上.因为并行代码原来都是为不同的并行结构写的.   它的问题是:至今并行算法范例不能被很好地理解和广泛地接受 并行程序设计是建立在不同的计算模型上的,而它们没有能像冯*诺依曼模型那样被普遍的接受和认可.绝大部分被使用的并行程序设计语言都是Rortran和C的推广,他们都不能够充分地表达不同并行结构的特点,既不成熟也不通用.并行程序设计工具依赖于具体的并行结构和计算机代的更迭,既不通用也不稳定,在某个并行
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:854844
    • 提供者:我爱罗
  1. ProcessSendMessageSample

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

    • 发布日期:2017-04-03
    • 文件大小:60910
    • 提供者:
  1. 20102404MultiThread7

    0下载:
  2. 该例程演示了如何使用自定义消息进行线程间通信。-This routine demonstrates how to use a custom message thread interprocess communications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:19882
    • 提供者:陈大民
  1. mkfifo

    0下载:
  2. c++进程间通信,消息队列实例,需要的朋友情看看!-c++ inter-process communication, message queue instance!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1854
    • 提供者:sky
  1. msg_Send_Get

    0下载:
  2. VC环境下线程间收发消息最简单的例子,非常容易理解和掌握-VC environment, send and receive messages between threads, the simplest example, very easy to understand and master
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:27420
    • 提供者:丁力
  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
    • 文件大小:101330
    • 提供者:徐向阳
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  1. thread2_threadCommnicate

    0下载:
  2. windows 线程的三种通信方式,包括发消息,共享全局变量等。-three ways of communications between windows thread,include sendmessage ,share globals etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1949189
    • 提供者:wjg
  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
    • 文件大小:84224
    • 提供者:梁东
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com