摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 21:55 王一行 阅读(25) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int a = 1; for(int c = 1;c<10;c++){ for(int d = 0;d<9;d++){ cout<<a+d<<"x"< 阅读全文
posted @ 2022-09-11 21:53 王一行 阅读(111) 评论(0) 推荐(0)
摘要: //1.初始化参数 #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; void wang(int x,int y,int z,int id,int dat 阅读全文
posted @ 2022-09-11 21:51 王一行 阅读(198) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 21:50 王一行 阅读(45) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; int main(int argc, char** argv) { char a; cout<<"请输入一个字符:"; cin>>a; cout<<" "<<a<<endl; cou 阅读全文
posted @ 2022-09-11 21:49 王一行 阅读(93) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 18:37 王一行 阅读(60) 评论(0) 推荐(1)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { //连接我的世界 bool con 阅读全文
posted @ 2022-09-11 18:34 王一行 阅读(30) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; int main(int argc, char** argv) { TxMinecraft tongxin; tongxin.Conne 阅读全文
posted @ 2022-09-11 18:31 王一行 阅读(42) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <Windows.h> #include "minecraft.h" using namespace std; TxMinecraft tongxin; int main(int arcg,char**ar 阅读全文
posted @ 2022-09-11 18:24 王一行 阅读(55) 评论(0) 推荐(0)