搜索资源列表
multithread
- 用VC++实现多线程的工作,一个进程下的两个线程的工作情况-With VC++ Realization of multi-threading work, a process under the work of the two threads
chakanjincheng
- 简单的vc编的查看系统进程的程序!!!可以给初学vc的朋友很好的启示-Vc simple series of procedures to view system processes!!! Can give a friend a good beginner vc Inspiration
timeround
- 使用VC++6。0写的关于进程调度的一个小程序-Using VC++6. 0 written about the process of scheduling a small program
ProcessManage
- 进程管理类小程序-强制*进程,采用vc++6.0平台开发-Process management applet- compulsory to kill the process, using vc++6.0 platform development
PsyRAT
- Client 是BCB开发的 Server 是VC开发的~~(代码中有个stub.exe--这个是WIn32可执行文件在DOS下的~执行部分~) 没有什么特别的 功能如下: 文件管理 进程管理 察看系统信息 察看对方屏幕 -mulprocessed remote control tool.
j_14407_OshjTaskView
- VC进程模块查看管理器源码类别:编程源码 - C/C++授权语言:共享软件 - 简体中文应用平台:windows - 无数据库发布时间:2009-7-12 11:00:02更新时间:2009-7-12 11:00:02源码大小:0.03 MB-VC process module view Manager source categories: Programming source code- C/C++ authorization language: Shareware- Simplified C
VirtuaWin_source_4.0
- 小巧好用,且支持插件,开源的虚拟桌面软件.该软件本身可以模拟多个桌面,并且通过插件还可以实现进程管理,桌布替换等功能. 而且完全免费,开源,供开发者使用研究.软件启动后显示在系统托盘,左键点击出现布局设置,右键可以进行功能设置.该软件为 VC++ 编写, -Small and easy to use, and supports plug-ins, open source virtual desktop software. The software itself can simulate
MCIWndPlayer
- VC++动画模拟Windows的拷贝进程,播放了一个拷贝文件的AVI文件,从而用动画模拟出一个拷贝文件的动态效果来,并适时显示拷贝进度,进度条控件的使用等。 -copy dynamic
FileMapTransTxt
- VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory map in the process exchanging data, through this small example, you will learn the following skills: in-memory imag
Process
- 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
ourdev_523536
- VC禁止任务管理器结束进程源码 VC Task Manager to end process prohibited source-VC Task Manager to end process prohibited source
qqsoftwareinVC
- 用VC++制作QQ自动登陆软件,涉及了SPY++工具的使用,以及如何获取进程和窗口!-QQ automatic landing VC++ production software, involving the use of the SPY++ tools, and how to obtain the processes and windows!
yy
- PCB进程管理模拟,是在DV下运行的,可能在VC下运行有些问题-PCB process management simulation is running under the DV may run some of the problems in the VC
VC-program
- 一些与Windows相关的VC++小程序源码,比如如何打开我的电脑和我的文档、如何注销、关闭、重启系统、如何执行屏幕保护程序、如何在应用程序中启动其他程序、如何使用多媒体定时器、如何使用定时器、如何使应用程序只运行一个实例、如何实现系统托盘、如何实现钩子、如何设置桌面墙纸、如何枚举系统当前进程、如何将应用程序已运行的实例调至前台、如何获得系统显示元素的颜色、如何获得系统时间、如何获得系统的度量信息、如何获得和设置NetBIOS计算机名-Some Windows-related VC++ appl
inf
- 用VC++简单察看进程模块信息,新手看的.-check the information about the appointing process.
fcfs
- 用易于实现,简单可行的代码 实现进程的先进先出 VC-process first in first out
Jacket-U
- Jacket-U盘自动复制软件源码,采用VC++编写实现的U盘监控自动复制程序,运行后按ctrl+alt+u打开界面,功能有:自动隐藏-全自动智能选择U盘-自动拷贝-进程隐藏-开机后台启动-改进。 -Jacket-U disk automatically copy the software source code, U disk monitoring automatically with VC++ prepared to achieve copy program, run after Pre
frountwindow
- vc++进程编程,包括打开进程,*进程的应用,很实用vs2005编程-vc++ process programming, including open process, kill process applications, very practical vs2005 programming
VC-detaSharingofdosing
- VC内存共享方式实现进程多开判断 //共享数据声明和初始化-开始 #pragma data_seg("MyData") //创建一个数据段,用于存放共享的变量 int ChiShu = 0 #pragma data_seg() #pragma comment(linker,"/SECTION:MyData,RWS") //共享数据声明和初始化-结束-The VC memory sharing process to open the judgment
c1
- 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()