搜索资源列表
DualExeCom
- 同时创建两个进程,实现两个窗口的显示,其中一个作为主窗口控制另一个的开启和关闭,同时添加对其的消息控制;据此可以实现后台程序的建立;已经使用与扩展屏幕显示程序。-also create two processes, to achieve the two windows, one of the main window as another control the opening and closing, the news added to its control; Accordingly back
PASTE
- 实现不同进程信息传递的一种方式 可以应用在进程或线程等方式下数据共享
Progress
- 实现基本的如何在对话框中使用进程条控件,对于初学者来说是个很好的实例!
DelphiInjection
- Delphi实现的,注入系统的某个进程,并不停地弹出对话框-Windows Process injection
vbToolTips
- 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装-Used in
SuperSpy_PE
- 文件说明:整个软件共有6个文件 1. SuperSpy.exe 主程序,可用于探测、操作窗口,判断进程类型等,并提供插件注入的入口(C#开发) 2. Invoke2.dll 实现基于CLR2的插件注入(C++/CLI开发) 3. Invoke4.dll 实现基于CLR4的插件注入(C++/CLI开发) 4. PropertyControl 插件,用于操作WinForm窗口(VB.NET开发) 5. PropertyControlForWPF 插件,专用于WPF的属性编辑器(C
MailslotSrv
- MFC实现进程间的通信,可以在一个对话框发动信息,在另一个对话框中接收。-MFC to achieve inter-process communication, you can launch a message in a dialog, another dialog box in reception.
vc-8
- vc实例编程,利用vc实现颜模拟拷贝进程,对于初学者有很大的帮助。-VC programming examples, can simulate the process of copying , a great help for beginners.
Guandao01
- VC++做的MFC管道进程通信,可以实现所有的cmd命令,很方便,语言简单命令,但是只能实现操作cmd命令-MFC pipeline process communication VC++ do, can achieve all the CMD commands, very convenient, simple language commands, but only the realization of the operation of the CMD command
WindowWrapperTest
- C#实现启动其他程序后,将其他程序(进程)中的窗体嵌入到本进程的窗体中。需要指定其他程序的名称和窗体标题,源码中的示例是将计算器窗体嵌入到自己的窗体中。-Embed other process s window on your C# form.
Banker
- 对I/O系统的死锁资源的问题的解决主要的方法是银行家算法,单种资源的银行家算法和多种资源的银行家算法的解决思路一致,要求设计实现多种银行家算法,并要求所涉及的模型最少更够满足如下要求: (1)程序能够根据进程的请求进行判断,给出系统是否安全的的提示,如果安全,要求能够显示一组进程执行的安全序列; (2)能够根据需要,显示当前系统中各种资源的分配情况;-The problem I/O system deadlock resources to solve the main method is
chsckqd_default
- 通过内存映射实现进程间的数据交换,有兴趣的朋友可参考下代码-Through memory mapping to implement the data exchange between process, interested friends can reference code
algorithmIivl
- 先进先出置换页面算法的程序实现 进程执行程序时要访问的,不错很好-Fifo page replacement algorithm of procedures to achieve process execution to access, good is very good
edgeimmlciateregularly
- vc中使用共享内存实现进程间通信,代码易懂,不错的源码-Vc is used in the Shared memory to achieve interprocess communication, code simple, good source
realyzzthe
- 一款应用于Visual c++编写的系统进程监控模拟软件可以实现基本的功能-A used in Visual c++ written process monitoring system simulation software can realize the basic functions
osCourseDesign
- 模拟多个进程在执行时对内存外存的访问。采用先来先服务的规则,根据进程的请求时间,实现多个进程对内存的交替访问- U6A21 u62R0 u5B5 u5B5 u5B8 u5B58 u5B58 u7284 u8BBF u95EE u3002 u91C7 u7528 u5148 u673 U52A1 u7684 u89C4 u5219 u09H09 u0B09 u0B09 u5B5 U4EA4 u66FF u8BBF u95EE
thethe
- vc中使用共享内存实现进程间通信,代码易懂,不错的源码(Vc is used in the Shared memory to achieve interprocess communication, code simple, good source)
SKENF342
- 通过匿名管道绑定stderr, 实现进程间的数据数据双向通信()
etvifrh413
- 利用游戏进程id在易语言中提取游戏进程句柄,来实现游戏制动辅助()
1260059
- 使用psapi和toolhelp两种方式实现的显示进程列表程序()