12 2023 档案
system函数
摘要:#include <iostream> using namespace std; system("pause") 可以实现冻结屏幕 system("CLS") 可以实现清屏操作 调用color函数可以改变控制台的前景色和背景,具体参数在下面说明。 例如,用 system("color 0A"); 其
阅读全文
饭卡(容器)3.0
摘要:#include <iostream> #include <vector> using namespace std; #define list 1000 struct a{ string name; int id; int age; string Class; }index; void MAIN()
阅读全文
饭卡(容器)2.0
摘要:#include<iostream> #include<vector> #include<windows.h> using namespace std; int a=999; int b=0; bool c=false; struct student{ string name; int age; i
阅读全文
植物大战僵尸3.0
摘要:#include <iostream> #include <windows.h> using namespace std; //声明变量 DWORD ZombiesAddress; HWND hand = NULL; DWORD pid = 0; HANDLE hProcess = NULL; DW
阅读全文
植物大战僵尸2.0
摘要:#include <iostream> #include <windows.h> using namespace std; HWND hand=NULL; DWORD pid=0; HANDLE hProcess=NULL; DWORD BaseValue=0; DWORD SunshineAddr
阅读全文
饭卡
摘要:#include<iostream> #include<vector> #include<windows.h> using namespace std; int a=999; int b=0; bool c=false; struct student{ string name; int age; i
阅读全文
植物大战僵尸0.1
摘要:#include <iostream> #include <windows.h> using namespace std; HWND hand=NULL; DWORD pid=0; HANDLE hProcess=NULL; DWORD BaseValue=0; bool startGame();
阅读全文
空洞骑士 (画线)
摘要:#include <iostream> #include "minecraft.h" using namespace std; int main(int argc, char** argv) { TxMinecraft mc; bool con=mc.ConnectMinecraft("zk.mak
阅读全文