搜索资源列表
计算机远程监控
- 计算机远程监控,可以对局域网内的所有计算机进行远程控制,能进行锁定,开关机,进程控制,发送消息,发送控制台命令。-Control all computers in a LAN, can lock, close or startup them, and can also control their processes, send message and console command to them.
DarkShell
- Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是暴风仿的源代码,只供学习网络编程,不要用于其它用途。-Darkshell backdoor is a small remote control software, which is characterized by the process is not running in the show did not use the dynamic link library DLL
DynaPriAlgoriSimulation
- 在控制台上,输出动态优先权的进程调度算法模拟的结果- In control bench, output dynamic priority process dispatching algorithm simulation result
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
