-
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪...
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪花),然后使这些雪花不断地向下移动(重画),反复循环,就成功地模拟了下雪的景象。下面是这个小程序,你可以修改其中的一些数据调整雪花的密度和雪花落下的快慢。-The snow scene you may not be familiar with, we still use VB to create a snow scene of it. In fact, the production of such a scene of snow is not complicated, it is the first principle of a black background for the screen to draw a random number of white spots (snow), and then make these snowflakes down constantly (re-drawing), repeated cycle, on the successful simulation of the snow scene. The following is a small program, you can modify some of the data to adjust the density of snowflakes and the speed of falling snowflakes.
- 2023-01-03 02:40:03下载
- 积分:1
-
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西-image fades out of view of many, this is the realization of the text fades out of the good stuff
- 2023-06-19 23:40:04下载
- 积分:1
-
自己写的一个8X8点阵静态显示,用汇编写的
自己写的一个8X8点阵静态显示,用汇编写的-Himself wrote a 8x8 passive matrix display, with the compilation of written
- 2022-02-13 16:45:13下载
- 积分:1
-
非常好的Tree Control之间进行拖放
非常好的Tree Control之间进行拖放-very good Tree Control between drag and drop
- 2022-08-09 12:43:20下载
- 积分:1
-
打开使用excel表格
打开使用excel表格-tables were turned excel
- 2023-04-20 17:55:04下载
- 积分:1
-
一个动态链接开发实例,可以很好体现动态链接库的作用
一个动态链接开发实例,可以很好体现动态链接库的作用-The development of a dynamic-link example, you can very well reflect the role of a dynamic link library
- 2023-08-28 00:40:03下载
- 积分:1
-
排序,冒泡算法
一些简单的小程序。就是排序冒泡,算法,是用vc编译的c++程序,全部验证正确,亲身实验!
- 2022-02-21 04:57:58下载
- 积分:1
-
本程序实现下雪场景的动画制作与具体实现,代码简单易懂。...
本程序实现下雪场景的动画制作与具体实现,代码简单易懂。-snow scenes with the animation to realize the code simple and understandable.
- 2022-02-15 10:18:50下载
- 积分:1
-
通过evc编程实现wince下led灯中断控制,
通过evc编程实现wince下led灯中断控制,-through evc Programming wince under lights led interruption control,
- 2022-02-06 10:04:49下载
- 积分:1
-
heelo
C程序开发经典实例之1
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。
2.程序源代码:-heelo
- 2022-03-17 10:48:50下载
- 积分:1