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

搜索资源列表

  1. ipc_wmcopy_src32.zip

    0下载:
  2. 使用WM_COPYDATA消息进行进程间通讯的程序
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:18234
    • 提供者:
  1. process.zip

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

    • 发布日期:
    • 文件大小:15157
    • 提供者:
  1. q1.zip

    0下载:
  2. q1.zip 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:79910
    • 提供者:
  1. send_handle.zip

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:702
    • 提供者:
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:zjw
  1. MSN消息黑客

    0下载:
  2. 一个MSN消息黑客的代码. 可以实现在MSN消息中添加您所定制的消息内容. -an MSN news hacking code. MSN can be achieved in the news added to your customized news content.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11374
    • 提供者:QQQ
  1. 截取程序消息的DLL和使用例子GetMSG getmsg

    0下载:
  2. 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code works 2) is used under mpeg_pl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:147068
    • 提供者:彭鹏
  1. page56

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:78675
    • 提供者:天秀
  1. mqsample

    0下载:
  2. 使用消息队列的例子,用于新学习消息队列示范-use the example for the new learning model Message Queue
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:孙盛
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯

    2下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3271437
    • 提供者:hkx
  1. 通过消息机制实现Exe程序间的数据交换

    1下载:
  2. 通过消息机制实现Exe程序间的数据交换,实现进程间的通讯的有一个方法!-information through mechanisms Exe procedures between the exchange of information, to achieve inter-process communication in a way!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49968
    • 提供者:方顺豹
  1. 第46章 消息循环重载实例

    0下载:
  2. 第46章 消息循环重载 消息循环重载实例.rar.rar-news cycle heavy news cycle heavy-duty case. Rar.rar
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:275084
    • 提供者:
  1. 使用自定义消息进行线程间的通

    0下载:
  2. 使用自定义消息进行线程间的通信 对初学者大有裨益-Using a custom message communication between threads of great benefit for beginners
  3. 所属分类:进程与线程

    • 发布日期:2017-03-24
    • 文件大小:43476
    • 提供者:kidd
  1. send_handle

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1015
    • 提供者:站长
  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
    • 文件大小:15470
    • 提供者:站长
  1. jc

    0下载:
  2. 进程通讯(自定义消息) -The process of communications (custom message)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:418281
    • 提供者:李明
  1. Queue

    1下载:
  2. 微软消息队列消息的实时监控读取封装的类 通过事件机制来实现-Microsoft Message Queuing messages real-time monitoring package, the class to read through the event mechanism to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2015-05-31
    • 文件大小:31274
    • 提供者:李冬冬
  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
    • 文件大小:7133123
    • 提供者:yeliu
  1. 易语言WM_COPYDATA消息通信源码

    2下载:
  2. 顾名思义,WM_COPYDATA消息通信源码 ,学习windows消息机制的好东西(As the name implies, WM_COPYDATA message communication source code, learning windows message mechanism good things.)
  3. 所属分类:进程与线程

    • 发布日期:2019-08-20
    • 文件大小:816128
    • 提供者:杰毛毛
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com