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

搜索资源列表

  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. 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. LearnMessage

    0下载:
  2. 初学windows消息者,可以参考一下。可以深入了解。-beginners windows news, for reference. A better understanding.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:334462
    • 提供者:fazwh
  1. 2006021801

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

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

    0下载:
  2. 截取程序消息的DLL和使用例子GetMSG,VC++实现-news interception procedures and the use of the DLL GetMSG example, the VC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:113450
    • 提供者:徐敏
  1. testjinchtongxin

    0下载:
  2. 演示不同进程进行通信的方法之一: 消息,只需修改代码中有关窗口寻找的代码 就可以在其它窗口动态创建按钮并响就事件-demonstration of different communication processes one way : news, but only a modification of the code window for the code would lead to the creation of other dynamic window button and ring
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29432
    • 提供者:abc
  1. MyNamedPipe

    0下载:
  2. 管道技术,利用管道实现两个进程数据交换,包含事件消息-pipeline technology, the use of two pipelines achieving data exchange processes, including news events
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68078
    • 提供者:张少华
  1. xxysbyapplexx

    0下载:
  2. VC++6.0编写的Windows消息演示系统的源代码。 功能: 获取窗口handle 获取edit内容 隐藏窗口 可供学习的地方: 窗口前置 窗口置top capture window flat picture button 常用的message-VC 6.0 of the Windows news demo system's source code. Function : access window handle access
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:148512
    • 提供者:赵杰伊
  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
    • 文件大小:134919
    • 提供者:水依
  1. MyFastRun

    0下载:
  2. windows下编写的每天提醒时钟,可以定时弹出消息,挺实用的-windows to prepare the daily reminded the clock, can regularly pop news, quite practical
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39950
    • 提供者:金杨
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:275084
    • 提供者:
  1. jincheng1

    0下载:
  2. 一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简-a C language simulation windows process management procedures, including the process of creating, viewing, replacement, news communications, etc., I do, very concise
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:黄飞鸿
  1. ipc_wmcopy_src32.zip

    0下载:
  2. 使用WM_COPYDATA消息进行进程间通讯的程序, Uses the WM_COPYDATA news to carry on the advancement the communication procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:18547
    • 提供者:
  1. XTalk

    0下载:
  2. 在两个窗口间通过线程同步,传递消息,即显示相同的内容。适合初学者学习线程同步控制。-Between the two windows through thread synchronization, transfer news, which display the same content. Thread synchronization control for beginners to learn.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:24475
    • 提供者:princekerry
  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
    • 提供者:站长
« 12 »
搜珍网 www.dssz.com