Loading

摘要: 这里我写的是1和4 //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include<windows.h> #include <math.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);//窗口函数说明 // 阅读全文
posted @ 2020-03-09 13:58 ViKyanite 阅读(361) 评论(0) 推荐(0)
摘要: 唯一难的地方就是箭头的绘制了。 #include <windows.h> #include <math.h> #include <time.h> #include <stdlib.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int 阅读全文
posted @ 2020-03-09 13:55 ViKyanite 阅读(314) 评论(0) 推荐(0)
摘要: 不过我偷懒了hhhhhhh //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);//窗口函数说明 // 以下初始化窗口类 int W 阅读全文
posted @ 2020-03-09 13:52 ViKyanite 阅读(206) 评论(0) 推荐(1)
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);//窗口函数说明 // 以下初始化窗口类 int WINAPI WinMain( 阅读全文
posted @ 2020-03-09 13:51 ViKyanite 阅读(421) 评论(0) 推荐(0)
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);//窗口函数说明 // 以下初始化窗口类 int WINAPI WinMain( 阅读全文
posted @ 2020-03-09 13:45 ViKyanite 阅读(272) 评论(0) 推荐(0)
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include<windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);//窗口函数说明 // 以下初始化窗口类 int WINAPI WinMain( 阅读全文
posted @ 2020-03-09 13:42 ViKyanite 阅读(425) 评论(1) 推荐(1)