搜索资源列表
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
itbbs
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
ShareFolder_extern
- 可以将某个驱动器或目录共享,使用netshare函数.不知道不能在mfc下用.知道的兄弟告诉我一声啊。我qq:54467141-can be a drive or directory sharing, netshare use function. not know that they can not use it in mfc. know the brothers told me a ah. I qq : 54467141
vb_killprocess
- 能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击\"保存允许的进程\",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击\"执行\"按钮就能将结束危险列表中的所有进程. -display system can process all together w
200409271711392774821
- FTP遍历下载目录,通信、网络开发、多媒体技术、流媒体软件人员-FTP download directory traversal, communications, network development, multimedia technology, streaming media software staff
DirWatch
- 本来想写个自动关机软件的,结果神不知鬼不觉的写成了一个目录监视软件!直接放源码!:-Originally wanted to write a auto-shutdown software, the result of God without anybody knowing it' s written in a directory monitoring software! Direct release source code!:
FileWatcher
- VC例程多线程目录检测,可以检测目录中文件的创建、修改、重命名等事件。-VC routine multi-threaded directory detection, can detect the files in the directory to create, modify, rename and other events.
Monitoring
- 用两个目录的监视为例说明多线程的应用,如果用列表保存线程及其所监视的目录,就可以实现任意多个目录的监视。 在创建线程前要指明其所监视的目录和反映变化的显示列表。-Monitoring with the directory as an example of two multi-threaded applications, if the list kept by the monitor thread and the directory, you can achieve any number of
View-Process-List
- 易语言源码 可以通过进程名称查到进程的目录所在-Easy language source code can be found through the process name of the directory where the process
MonitorProcess
- 本程序为监测程序,监测其他程序是否允许, 如果被监测的程序未执行,则启动。 执行之后 默认隐藏,按快捷键ctrl+s,对话框出现 再次按下Ctrl+S 则隐藏。。 在MonitorProcess目录和Debug目录下 各有2个txt文本,path和process 文本 自己添加程序的路径以及程序的名字 (ps:为程序运行之后界面上面的程序,例如:腾讯QQ2011 运行之后为QQ2011,则程序名应该写为QQ2011)-The procedure
ManagerWatchDog
- 监视在当前目录下的Monitor.ini中配置的软件的运行,如果该软件异常退出,会重新启动该软件-Monitoring the Software that configed in Monitor.ini in current directory, if the software that configed exit unusually,reset the software agagin.
TaskTop
- C#版的进程管理器,查看进程,进程详细信息,结束进程,带有文件目录的监控。-C# version of the process manager, process view, process details, the end of the process, with directory monitoring.
FileDirCopy
- 该软件用C#编写,用于多线程的文件拷贝,复制,选择好要复制的目录和目的目录点按钮开始复制-The software is written in C# for multi-threaded file copy, reproduce, choosing to copy the directory and destination directory points button to start copying
Client
- 应用分别Pipe和共享内存现实进程间通讯,此工程为Client工程,在debug目录包含Server应用程序,同时运行2个程序,实现进程间通讯.-Applications, respectively, Pipe and shared memory in real inter-process communication, Client projects, this project contains the Server application in the debug directory, and
idfind
- 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
InjectDll
- 本程序是一个远程注入的程序,将要注入的DLL拷贝到当前目录下,运行程序在控制台输入宿主进程名和注入的DLL名-This program is a remote injection procedure, the copies of the DLL to be injected into the current directory, run the program in the console to enter the host process name and injected DLL name
coredump
- 在程序崩溃的时候打印dump文件,此dump机制为:若能在程序运行目录中或path中找到ntsd.exe则打印大的dump文件,否则打印minidump记录崩溃的线程以及状态等信息。main函数中为用法,以及例子代码-To print dump file when the program crashes, this dump mechanism: to find ntsd.exe if the program run directory or path in the print large du
lianxi08
- 监视notepad.exe,如果发现其运行则每隔5s记录notepad当前内容一次,并存在当前目录下的f1.txt文件中。-Mmonitor the notepad.exe process, if it was runing log the content of notepad every 5 second and save it to f1.txt in current directory.
multiThread
- 将含有多层子目录的某个目录下的全部文件,抽取到某个目录下(无子目录)。用多线程实现,一个搜索线程,一个拷贝线程,使用windowsAPI函数-The entire file to a directory containing subdirectories under multi-extracts to a directory (no subdirectories). With multithreading, a search thread, a copy of the thread, use w
dhrecioryfile
- Dialog box with directory and file selection-Dialog box with the directory and file selection