搜索资源列表
DrawLine
- 自动绘制各种线的演示程序。-automatically draw various lines demonstration program.
pbox
- picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness Aver
DrawLine
- Delphi中绘制实时监控曲线,非常实用的源码。-Delphi mapping real-time monitoring curve, a very practical source.
DrawLine
- 打印长度可以随数据的载入进行缩放的实时曲线源码
drawline
- 这是用VB6.0开发的一个绘图程序,移动鼠标可显示坐标点的值。
drawline
- 一个方便的,精简的绘图程序,由VC++实现,功能齐全
drawline
- 通过数值微分法,中点画线法,Bresenham法画任意斜率直线
drawLine
- 计算机图形学 bresenham 画直线 任意斜率
drawLine
- 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法
DrawLine
- 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线
DrawLine
- vc画线,入门,供vc入门朋友参考,以后有好东东了,会及时上传
Drawline
- 二维图形的简单绘图程序-a simple two-dimensional graphics drawing program
DrawLine
- 三点曲线绘画以及端点拖动,实现智能化绘图功能
DrawLine
- 画直线程序,输入两个点坐标,然后在两点之间画处一条直线-drawline
drawline
- 程序运行Bresenham的直线算法,所用坐标系为笛卡尔直角坐标系, 起始状态:用户输入所画线段的起点和终点坐标(要求起点横坐标小于终点横坐标) 结束状态:程序打印出所画线段-Bresenham run a straight line algorithm, used for the Cartesian coordinates Cartesian coordinate system, the initial state: the user to enter the painting o
DrawLine
- 用matlab编写的计算机图形学中的画线算法。包括几种经典的画线算法,如中点画线等。-Prepared using matlab draw line in computer graphics algorithms. Includes several classic line drawing algorithm, such as the dotted lines.
vb-drawline
- 在vb中实现交互式画图,绘制简单2维图形,窗体中点击显示,可改变颜色,线条样式-Implement in vb interactive drawing, draw a simple two-dimensional graphics, forms, click on display, can change the color, line styles
drawline
- 分别用DDA算法、中心点画线法和Bresenham算法实现任何斜率、任何方向直线绘制的演示程序。-DDA algorithm respectively, the center dotted line method and the Bresenham algorithm to any slope in any direction to draw a straight line demonstration program.
DrawLine-Draw-ellipse
- 利用DrawLine的方法绘制椭圆: 使用“Graphics”类的“DrawLine”方法绘制椭圆。 (提示:坐标点与角度的关系为: x=acosθ,y=bsinθ) -The DrawLine the method to draw an ellipse: " Graphics" class the DrawLine " method to draw an ellipse. (Hint: the relationship between the coord
drawline
- MFC绘图(点 线 面) 裁剪 平移 旋转 缩放-MFC drawline clip move etc