搜索资源列表
CCHDUlink
- 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的
bresenham1
- 一个很好的画直线算法-a good painting Linear Algorithm
DistributionCalculator
- 应付作业+练习OOP做的东西,功能比较简单的说,验证数据符合的分布,然后画个相应分布坐标变换后的坐标,在那上面画条回归直线。目前只做了个正态分布。
aaa
- 分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为d1与d2;之后d=min{d1,d2}。合并过程:在以垂线x=c为对称轴,2d为宽度的区域内求最近两个点的距离,记为d3;求D=min{d,d3};
zhixian
- 计算机图形学中画直线源代码描述,主要是画直线的算法,其它画曲线和画圆将陆续上传。
数字图像处理Matlab编程
- 本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80-this procedure is a gray image change, rotation, sharpening
bresenham
- bresenham画直线,非常经典的画直线算法-good
zxexf
- 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
dda
- dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
DrawPicture
- 能够完成画直线,椭圆,园,多边形等 还能够选择线型,颜色-Able to complete painting a straight line, oval, round, polygon, etc. can also choose line color
hx_jk0602
- 计算机图形学,用VC实现的画直线方法,采用独立类做的。-computer draw
Draw
- 用vc编写的简单的画图程序,实现画直线,矩形和椭圆-A simple drawing program, the realization of drawing a straight line, rectangle and oval
zkjflyjd
- 距离保护傅里叶模型算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- Distance protection algorithm using the Fourier model-based filter control chart shows the range impedance locus in the impedance circle characteristic impedance plane plot, s
zkjRLxj
- 距离保护R-L模型算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- RL model algorithm for distance protection using map-based filter control the impedance locus in the impedance plane display range characteristic impedance circle draw, settin
zkjflyxj
- 距离保护傅里叶模型相间阻抗算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- Impedance phase distance protection Fourier model-based filter algorithm control using the map display range impedance locus in the impedance circle characteristic impedan
DDALine
- 用C++编者的画直线的小程序,使用DDLINE算法,实现基本的一些功能-C++ editor with a line of small paintings, the use of DDLINE algorithm, the basic features
bresenham
- matlab绘制bresenham直线,中线画直线,DDA画直线。-matlab draw bresenham line, middle drawing a straight line, DDA line drawing.
dda
- C++,关于DDA算法画直线的小程序-C++, DDA algorithm for drawing a straight line on a small program .....
BresenhamLine
- 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line
paint2013_5_2
- 用QT基本做到了画直线、矩形等图形,还可新建画布-failed to translate