Loading

随笔分类 -  该学点Windows编程了

摘要:ZAFU的CS的windows编程课设——单机三国杀 我在上面耗费了许多的心血,希望后来的人能看懂并把它完善吧 (虽然我放上来就是为了给你们白嫖,但还是希望你们能改改 ps.如果失效了可以在评论区留言哦 链接:https://pan.baidu.com/s/1WNfjEonqAnM1CTQH-tt8 阅读全文
posted @ 2020-06-12 13:10 ViKyanite 阅读(272) 评论(0) 推荐(0) 编辑
摘要:顺便取消了可以同时键盘与鼠标移动的功能(因为没啥用),现在只能使用鼠标 删除了一些冗余的代码 修改了鼠标点击某些地方导致程序崩溃的bug //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #in 阅读全文
posted @ 2020-04-11 10:57 ViKyanite 阅读(272) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include "menu_4.h" #include <math. 阅读全文
posted @ 2020-04-07 17:04 ViKyanite 阅读(210) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include "menu_3.h" #include <math.h> HBITMAP hBm; LRE 阅读全文
posted @ 2020-04-07 16:53 ViKyanite 阅读(353) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include "menu_2.h" #include <math.h> LRESULT CALLBACK 阅读全文
posted @ 2020-04-07 16:51 ViKyanite 阅读(251) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include "menu_1.h" #include <math.h> LRESULT CALLBACK 阅读全文
posted @ 2020-04-07 16:42 ViKyanite 阅读(248) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-06 11:11 ViKyanite 阅读(267) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-06 11:05 ViKyanite 阅读(176) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-06 11:00 ViKyanite 阅读(145) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:35 ViKyanite 阅读(299) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:09 ViKyanite 阅读(195) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:07 ViKyanite 阅读(209) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:04 ViKyanite 阅读(258) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:02 ViKyanite 阅读(262) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio.h> #include <math. 阅读全文
posted @ 2020-04-05 21:00 ViKyanite 阅读(353) 评论(0) 推荐(0) 编辑
摘要:请使用WinAPI方式实现烟花效果 //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio. 阅读全文
posted @ 2020-03-15 18:59 ViKyanite 阅读(321) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <math.h> LRESULT CALLBACK 阅读全文
posted @ 2020-03-15 13:43 ViKyanite 阅读(182) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> LRESULT CALLBACK WndProc(HWND, UIN 阅读全文
posted @ 2020-03-15 13:39 ViKyanite 阅读(276) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> LRESULT CALLBACK WndProc(HWND, UIN 阅读全文
posted @ 2020-03-14 17:04 ViKyanite 阅读(235) 评论(0) 推荐(0) 编辑
摘要://windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> LRESULT CALLBACK WndProc(HWND, UIN 阅读全文
posted @ 2020-03-14 11:22 ViKyanite 阅读(286) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
主题色彩