-
bzbmoperatdll.zip
bzbmoperatdll.zip--图象操作处理类-bzbmoperatdll.zip--Image Manipulation class
- 2022-08-23 10:10:57下载
- 积分:1
-
画图程序,可以话直线,矩形,圆,椭圆和多边形
画图程序,可以话直线,矩形,圆,椭圆和多边形-Paint program, you can, then straight, rectangular, round, oval and polygon
- 2022-07-26 15:34:14下载
- 积分:1
-
这是一个用C实现的画图源码,实现过程为通过屏幕上的一个小圆移动路径画出一副图....
这是一个用C实现的画图源码,实现过程为通过屏幕上的一个小圆移动路径画出一副图.-This is a realization of the C source drawing, the process of realizing on the screen through a mobile knolls draw a road map.
- 2022-03-01 15:06:08下载
- 积分:1
-
SDL practice, people who want to learn SDL can refer to! VC2008 under test!
SDL练习,想学习SDL的人可以参考!
VC2008下测试通过!-SDL practice, people who want to learn SDL can refer to! VC2008 under test!
- 2023-06-13 17:55:37下载
- 积分:1
-
一个Bezier曲线绘制的源代码
画贝赛尔曲线的源码-a source code of drawing bezier curve
- 2022-02-09 19:03:35下载
- 积分:1
-
图元生成算法:DDA算法,Brehensam算法,中点绘制算法
图元生成算法:DDA算法,Brehensam算法,中点绘制算法-Metafile generation algorithm: DDA algorithm, Brehensam algorithm, the mid-point rendering algorithm
- 2023-03-03 13:55:03下载
- 积分:1
-
有效的实现图像的灰度级处理效果
有效的实现图像的灰度级处理效果-Effective realization of the gray-scale images deal with the effect of
- 2022-07-28 12:35:26下载
- 积分:1
-
上传一个VB计算机绘图教程的pdf文件,供大家参考.省的买书了.
上传一个VB计算机绘图教程的pdf文件,供大家参考.省的买书了.-From a VB computer graphics tutorial pdf document for your reference. Province of books.
- 2022-01-26 20:31:52下载
- 积分:1
-
一个简单分形图形的源码,谢尔宾斯基三角形生成
一个简单分形图形的源码,谢尔宾斯基三角形生成-a simple fractal graphics source code, the Sierpinski triangle formation
- 2022-05-23 19:03:10下载
- 积分: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