10 2022 档案
摘要:#include <iostream> #include <string> using namespace std; int main(int argc, char** argv) { string str="a:=3;b:=4;c:=5;"; string a; int m=str.find(";
阅读全文
摘要:#include <iostream> #include <string> #include <cstdlib> using namespace std; bool findName(int subindex,string substring,string *name){ subindex=subs
阅读全文
摘要:#include <iostream> #include <windows.h> using namespace std; DWORD YG1=0; HANDLE hProcess=NULL; DWORD address1 =0x006A9EC0;//第一个房间门的编号 DWORD address2
阅读全文