会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
ViKyanite.
首页
新随笔
联系
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
25
下一页
2020年4月5日
简单按键指令识别
摘要: //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
阅读(360)
评论(0)
推荐(0)
2020年3月15日
烟花
摘要: 请使用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)
2020年3月14日
简单字母弹跳+字体不断变化
摘要: //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
阅读(254)
评论(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
阅读(293)
评论(0)
推荐(0)
2020年3月10日
球与边框碰撞
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <math.h> LRESULT CALLBACK WndProc(HWND, UINT,
阅读全文
posted @ 2020-03-10 09:36 ViKyanite
阅读(187)
评论(0)
推荐(0)
随正弦曲线改变的圆
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> #include <math.h> LRESULT CALLBACK WndProc(HWND, UINT,
阅读全文
posted @ 2020-03-10 09:35 ViKyanite
阅读(374)
评论(0)
推荐(0)
数字时钟
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);/
阅读全文
posted @ 2020-03-10 09:33 ViKyanite
阅读(279)
评论(0)
推荐(0)
界面颜色变换
摘要: //windows.h文件中包含应用程序中所需的数据类型和数据结构的定义 #include <windows.h> #include <stdlib.h> #include <time.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);/
阅读全文
posted @ 2020-03-10 09:32 ViKyanite
阅读(298)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
25
下一页
公告