05 2024 档案

摘要:#include <iostream> #include <vector> using namespace std; int main(){ string l; cin>>l; int x=0,c=0; vector<int> a,b; int cl[100]={0}; for(int i=l.si 阅读全文
posted @ 2024-05-31 20:24 -刘-j-x- 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> using namespace std; int main(){ int b; string la; cin>>la>>b; vector<int> a,cl; for(int i=0;i<=la.size();i++){ 阅读全文
posted @ 2024-05-25 16:02 -刘-j-x- 阅读(4) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> using namespace std; int main(){ long b; int w; string l,lw; cin>>l; int c=0; vector<int> a; for(int i=l.size()- 阅读全文
posted @ 2024-05-25 10:02 -刘-j-x- 阅读(7) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <windows.h> #include <conio.h> #include <vector> using namespace std; int main(int argc, char** argv) { HANDLE handle=Get 阅读全文
posted @ 2024-05-24 20:23 -刘-j-x- 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1. DWORD dwExStyle //窗口的扩展风格(加强版专有)指定扩展的窗口样式。为以下值中的一个或多个(devc++用“|”连接):WS_EX_ACCEPTFILES 指定此样式创建一个窗口接受拖放文件。WS_EX_APPWINDOW 当窗口可见时布置一个顶级窗口到任务栏上。WS_EX_C 阅读全文
posted @ 2024-05-04 15:49 -刘-j-x- 阅读(13) 评论(0) 推荐(0) 编辑
摘要:#include <windows.h> //创建窗口程序的步骤: //1.创建winMain()主函数 //2.设计窗口 //3.注册窗口 //4.创建窗口 //5.显示窗口 LRESULT CALLBACK WndProc(HWND hwnd, UINT Message, //消息 WPARAM 阅读全文
posted @ 2024-05-04 15:15 -刘-j-x- 阅读(10) 评论(0) 推荐(0) 编辑
摘要:1 #include<bits/stdc++.h> 2 #include<windows.h> 3 using namespace std; 4 int main(){ 5 cout<<"猜数字游戏"<<endl; 6 int max=100,in=0; 7 char d1[max+10]; 8 c 阅读全文
posted @ 2024-05-04 10:02 -刘-j-x- 阅读(10) 评论(0) 推荐(0) 编辑
摘要:1 #include<bits/stdc++.h> 2 #include<windows.h> 3 using namespace std; 4 int main() 5 { 6 MessageBox(NULL,"你好,这是一个提示信息框","信息框",MB_OK); 7 MessageBox(NU 阅读全文
posted @ 2024-05-04 08:56 -刘-j-x- 阅读(40) 评论(0) 推荐(0) 编辑

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