搜索资源列表
ntservicectrl
- 用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCtrl:是一个独立的程序例子,用它可以监控某个
UsingFile
- 使用C# 监控某个进程是否占用某个文件夹下面的文件,如果有往串口发送信息!-Monitor some process Whether Using some files in a path .and send a message for port .Using C#
yuuter-monitor
- 操作系统实习报告编写一段程序,使用系统调用FORK创建两个子进程(Operating system internship report. Write a program to use the FORK system call to create two child process)