Loading

摘要: 请使用WinAPI方式实现烟花效果 //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <stdio. 阅读全文
posted @ 2020-03-15 18:59 ViKyanite 阅读(336) 评论(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 阅读(196) 评论(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 阅读(295) 评论(0) 推荐(0)