搜索资源列表
画直线,斜线,曲线的控件
- 画直线,斜线,曲线的控件,转载。-drawing straight lines, slash, Curve Controls, reprinted.
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
自由画直线
- 这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
橡皮筋法画直线和圆
- 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
LCD12864画点,画直线,画圆和画图片算法
- LCD12864画点,画直线,画圆和画图片算法
用bresenham算法实现画直线
- 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
dda画直线
- dda画直线
图形学DDA算法画直线
- DDA算法画直线
画直线,斜线,曲线的控件
- 画直线,斜线,曲线的控件,转载。-drawing straight lines, slash, Curve Controls, reprinted.
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
自由画直线
- 这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
直线、圆弧、椭圆弧生成
- 图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
mapx4demo实现了mapx的绝大部分功能
- 这个程序源码实现了mapx的绝大部分功能,非常经典!!并且我增加了一个重要功能,网上有许多人提出了这个功能,但是没有很好的解决。修改后,可以实现图层的动态移动,在创建折线时,当鼠标位于窗口边缘时,图幅自动平移,就像mapinfo一模一样的效果,并非简单的移动视图中心。当然你可以根据需要将功能扩充到在画直线、画多义线、画多边形的时候实现动态移动。具体功能与说明请下载后参阅ReadMeFirst。-the process to achiev
DDA_Mid_Line
- 计算机图形学中用DDA与中点法画直线 练习-DDA and the midpoint of paintings straight practice
一个图形图像程序
- 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar diffe
line1234
- 用vb实现的画直线程序,他是一种简单的调用line函数实现的-open de door and play the basketball.l love this game,and you?
DrawPaper
- 我的画图程序,做毕设时的熟悉VC++后作的第一个画图程序,对理解VC++编程有重要帮助。可实现画直线,矩形,圆等图形。推荐-my drawing, and so Albert located at the VC familiar with the resolution after a drawing program, to understand VC program is important to help. Painting can
橡皮筋法画直线和圆
- 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
画直线
- 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)
画直线、方形
- 画图,学用rectangle画方形和直线。(Drawing, learn to use rectangle to draw a square and a straight line.)