搜索资源列表
New0004
- 个人编写的小程序,实现圆弧画图和插补,未进行规格化,如果有人能帮忙进一步优化,将不甚感激!-A program which programed by myself could bring about circular arc drawing and interpolation.But it is not standardized.I am be very grateful for whom optimize it futherly.
openglline
- 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issue through the exchange of endp
CTrench
- 图形插补 包含对直线、圆、圆弧等图形的插补算法
ARC
- 逐点圆弧插补编程 用于数控中的 可实现在某一象限的圆弧插补
imageinterpolation
- 图像插补演示程序
line_chabu
- 直线插补方法,有用的可以
lineandarcinterpolation
- 直线插补与圆弧插补仿真程序 主要做演示用
图像插补
- 图像插补,可以使用二维图像达到三维观看的效果,绝对好的很好的-Graphic interpolation could get 3D effect form two-dimension image.It is a good thing absolutly!
逐点比较法插补圆弧
- 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
DDA法直线插补程序
- 数控DDA直线插补程序
simulationofpicture
- 完成图像的插补运算,实现图像的增强与灰度调节-Completion of image interpolation operations, the realization of image enhancement and gray-scale adjustment
ddachabu
- 数控里的数字积分,微分插补。 DDA插补-NC integral to the figures, differential interpolation. DDA interpolation
zhixian
- 这是数控技术课本上的逐点比较法插补直线和圆弧的程序,-This is the numerical control technology textbook case-by-point comparison of linear and circular interpolation procedures
cblc
- 固高科技的插补例程,很好的程序,适用于三维滑台,vc语言编写-Interpolation routines solid high-tech, good procedures, applicable to three-dimensional slides, vc language
nurbs_suanfa
- 泰勒展开NURBS曲线插补算法,图文并茂。-nurbs
Demo11
- 一个数控系统模块,基于控制卡的控制系统程序,有二维直线插补、圆弧插补、快速点动功能,还有图形显示,能够实时显示加工路径。-A numerical control system module, based on control card control system program, there are two-dimensional linear interpolation, circular interpolation, fast jog, but also a graphic display
zhixianchabu
- 直线插补程序 直线插补程序 直线插补程序-Linear interpolation Linear interpolation procedures procedures procedures for linear interpolation procedure for linear interpolation of linear interpolation procedure
SK
- 线切割模拟程序,采用了两种插补方式,同时提供直线插补及圆弧插补-Wire cutting simulation program, using two interpolation methods, while providing linear interpolation and circular interpolation
CNC_Homework
- 使用VC#2008做的数控插补演示程序,一种是直线插补,一种是圆弧插补,使用了两种方法,一种是改进的逐点比较法,一种是数字积分法-Done using VC# 2008 NC interpolation demo, one is linear interpolation, circular interpolation one is using two methods, one is improved by-point comparison method, a digital integratio
圆弧插补
- 通过圆弧插补的方法,可以在二维坐标系中对以坐标轴中心为圆心的任意象限内两点之间的圆弧进行逆时针或顺时针方向的插补。(circular interpolation)