搜索资源列表
从NT服务启动Windows程序
- 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedu
这是可以说是windows蜘蛛纸牌的一个作弊器吧
- 这是可以说是windows蜘蛛纸牌的一个作弊器吧,不过程序事先要用金山游侠等测出自己机子有关内存地址,一般测一次就行了.然后程序会检测有没有运行纸牌,再修改分数和步骤数.只是用来练习进程操作的例子.,It is said that Spider Solitaire is a windows browser to cheat you, but prior to use procedures such as Gold Peak Ranger detect memory address of the
Windows_Thread_learn
- 多线程学习的很好的代码,里面有很多变成的实例,可以直接运动测试.-Learn a good multi-threaded code, which has become an example of many, can directly exercise test.
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
test
- 一个多线程同步的例子,源代码分享,VC6实现-Example of a multi-thread synchronization, source code sharing, VC6 achieve
AutoClose
- 最近在研究多线程,写的一个测试线程关闭程序的例子,超简单,放在这里-Recent research in multi-threaded example, write a test thread closes the program, super simple, go here