-
自己写的双缓存例子程序,实现屏幕快速刷新无闪烁。
自己写的双缓存例子程序,实现屏幕快速刷新无闪烁。-write their own examples of the double procedure cache to achieve the rapid refresh the screen without blinking.
- 2022-05-18 01:50:32下载
- 积分:1
-
Android上关于Notification使用的简单例子
Android上关于Notification使用的简单例子-This is a simple, How to use Notification On Android
- 2022-01-25 14:28:15下载
- 积分:1
-
VB series with a small trick for the Huguo understand it's still MM
用VB编的一个小把戏,用来唬唬不懂的MM还是可以的-VB series with a small trick for the Huguo understand it"s still MM
- 2022-01-25 22:44:53下载
- 积分:1
-
binarization of images
binarization of images
- 2022-01-25 17:09:05下载
- 积分:1
-
用windows GDI 做的推箱子游戏,很经典,为学习windows GDI编程的同志提供了很好的例程...
用windows GDI 做的推箱子游戏,很经典,为学习windows GDI编程的同志提供了很好的例程-Windows GDI to do with the game of Sokoban is a classic, in order to learn programming windows GDI Comrade routine provides a good
- 2022-09-15 09:15:03下载
- 积分:1
-
ACK
ACK-3D三维动画C语言源程序包.这也是一个3D的包,很有用的,自己看吧-ACK-3DC.3D
- 2022-07-24 00:20:55下载
- 积分:1
-
使用CxImage包开发的一些图像格式转换的程序源代码
使用CxImage包开发的一些图像格式转换的程序源代码-use CxImage package developed some image format conversion program source code
- 2022-07-15 07:28:12下载
- 积分:1
-
原创,实现了Windows抓屏和保存。其实编写时主要目的是测试StretchBlt函数,此函数在许多机器上运行有BUG,可以用这个程序测试。...
原创,实现了Windows抓屏和保存。其实编写时主要目的是测试StretchBlt函数,此函数在许多机器上运行有BUG,可以用这个程序测试。-originality, the realization of the Windows Capturing the Screen and preservation. In fact, the main purpose of writing is to test StretchBlt function, this function in many machines running on a BUG, can use this test procedure.
- 2022-07-11 08:21:50下载
- 积分:1
-
Looks like a drawing program, a good look at him the principles of how to achiev...
貌似一个画图的程序,好好看看他的原理,到底怎么实现的,当然你学画图也行。-Looks like a drawing program, a good look at him the principles of how to achieve in the end, of course, drawing you to learn is required.
- 2023-02-23 22:20:03下载
- 积分:1
-
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image.
- 2022-09-05 00:30:03下载
- 积分:1