远控项目(Windows Socket)

实现内容(屏幕,鼠标,键盘实时控制)   控制端: 1 #pragma once 2 3 #ifndef keybd_H 4 #define keybd_H 5 6 #include <stdio.h> 7 #include <stdlib.h> 8 9 int KeyBD(int tch) { 10 if (tch > 64 && tch < 9
相关文章
相关标签/搜索