搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
shukong
- 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
chabu
- 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular i
逐点比较法Line
- 用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
dujunli_337
- 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;
逐点比较法画圆
- 其实这个是 用逐点比较法求得的关于圆的画法,但是一定要在 win-tc的环境下-In fact, this is a case-by-point comparison of the circular obtained by the method of painting, but must win-tc environment
逐点比较法插补圆弧
- 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
逐点比较法圆弧插补VB程序
- 逐点比较法圆弧插补VB程序
逐点比较法VB插补
- 逐点比较法VB插补方法
逐点比较法Line
- 用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
逐点比较法画圆
- 其实这个是 用逐点比较法求得的关于圆的画法,但是一定要在 win-tc的环境下-In fact, this is a case-by-point comparison of the circular obtained by the method of painting, but must win-tc environment
逐点比较法插补圆弧
- 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
chabu
- 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular i
dujunli_337
- 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;
cnc
- 运用逐点比较法对椭圆进行插补,得到椭圆加工过程的刀具走刀轨迹。-Use-by-point comparison of the elliptic interpolation to obtain elliptical processing cutting tool trajectory.
circle
- 自己编的vb编程,逐点比较法插补从而画出圆弧,很不错的-The vb own programming, point by point comparison method in order to draw circular interpolation, it is good
chabu
- 用VB设计的数控插补教学软件,逐点比较法、数字积分法单步插补模拟仿真。-NC interpolation using VB designed teaching software, point by point comparison method, the digital integration method for simulation of single-step interpolation.
Zcf
- 数控系统课程设计,VS2010编程,逐点比较法和数字积分法的插补过程模拟,可以实现单步和连续等多种功能。图形操作界面从“数据输入”开始,然后显示出插补过程。-GDI application for CNC, as DDA.
P2P
- 采用Verilog语言,实现逐点比较法和圆弧插补(Using Verilog language, to achieve point by point comparison method and circular interpolation)
matlab仿真逐点比较法
- 在matlab上实现基于逐点比较法的直线及圆弧插补(Point-to-Point Comparison Method of Linear and circle Interpolation)