搜索资源列表
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
system_jincheng
- 显示出系统中的所有进程和每个服务进程的完整路径,vc-system shows all the processes and process each service the full path, vc
FinderDemo
- 多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身。 -Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, bu
processinfo
- Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f
AdvancedTaskManager__src
- 用vc++实现的进程管理程序,可以查看进程路径等多种信息-Using vc++ implementation of process management program, you can view the process path and other information
rjdvl236
- VC编程,在一个对话框控件里面显示出要查找的路径,不错(VC programming, in a dialog box controls inside the path of the show to find, is good)
5167456
- 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this()