随笔- 75
文章- 0
评论- 2
阅读-
2522
12 2023 档案
学生系统
摘要:#include<iostream> #include<vector> using namespace std; struct student{ int id;//学号 string name;//名字 int age;//年龄 int grade;//班级 }s; void xitong(){ c
阅读全文
我的世界 (外挂)
摘要:#include <iostream> #include <windows.h> using namespace std; /*声明变量 */ HWND hand=NULL; //游戏窗口 DWORD pid=0;//游戏进程ID HANDLE hProcess=NULL;//进程对象 DWORD
阅读全文