06 2024 档案

摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2024-06-22 15:59 -刘-j-x- 阅读(7) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2024-06-22 15:10 -刘-j-x- 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2024-06-21 20:34 -刘-j-x- 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "Windows.h" #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.Con 阅读全文
posted @ 2024-06-15 09:58 -刘-j-x- 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 int main(){ 5 long b; 6 int w; 7 int c=0; 8 vector<int> a; 9 a.push_back(1); 10 cin 阅读全文
posted @ 2024-06-14 19:46 -刘-j-x- 阅读(4) 评论(0) 推荐(0) 编辑
摘要://服务端(以C++作范例) #include"mysocket.h" //导入头文件:由于mysock头文件本身就有其它文件,这里无需导入 using namespace std; SOCKET s_accept; int main() { cout << " 服务端 \n"; cout << " 阅读全文
posted @ 2024-06-08 10:03 -刘-j-x- 阅读(17) 评论(0) 推荐(0) 编辑
摘要://客户端 #include"mysocket.h" //头文件 using namespace std; int main() { cout << " 客户端 \n"; startup(); //启动 //检测版本号 if (LOBYTE(wsdata.wVersion) != 2 || HIBY 阅读全文
posted @ 2024-06-08 10:02 -刘-j-x- 阅读(27) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> using namespace std; int main(){ string la,lb; int b,l=0; cin>>la>>b; vector<int> a,cl; for(int i=la.size()-1;i> 阅读全文
posted @ 2024-06-07 20:29 -刘-j-x- 阅读(7) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> using namespace std; int main(){ string la,lb; cin>>la>>lb; vector<int> a,cl,b; for(int i=0;i<=la.size();i++){ i 阅读全文
posted @ 2024-06-01 15:55 -刘-j-x- 阅读(7) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 int main(){ 5 string la,lb; 6 cin>>la>>lb; 7 vector<int> a,cl,b; 8 for(int i=0;i<=l 阅读全文
posted @ 2024-06-01 15:28 -刘-j-x- 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示