搜索资源列表
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.
CTrench
- 图形插补 包含对直线、圆、圆弧等图形的插补算法
line_chabu
- 直线插补方法,有用的可以
lineandarcinterpolation
- 直线插补与圆弧插补仿真程序 主要做演示用
圆弧
- 为圆插补的程序文档形式,直接解压后,把程序放在C++ builder上运行 -It is a program for arc interpolation in the form of documentation . Decompress the package directly and put the program on c++ builder to run.
逐点比较法插补圆弧
- 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
DDA法直线插补程序
- 数控DDA直线插补程序
mmtable
- matlab图像处理:基于线性插补方法的一维单表格搜索算法代码-matlab image processing: methods based on linear interpolation of one-dimensional single-table search algorithm code
the_example_of_the_final_examination
- 直线插补Bresenham算法。我计算机图形学课程老师给的例子-Bresenham algorithm for linear interpolation. Computer Graphics teacher gave me an example
cc
- XY轴绘图仪的直线插补和圆弧插补以及工进、快进程序。只需为变量赋值就行-XY axis plotter linear interpolation and circular interpolation, and work forward, fast forward the program. Only for variable assignment.
circl
- 圆弧插补,可用于数控机床,用matlab编程-Circular interpolation can be used for CNC machine tools, using matlab programming
nurbs
- 本程序是一个nurbs插补的具体事例,运用论文上面的东西实现的,值的广大初学者的学习。-This program is a concrete example nurbs interpolation, the use of paper to achieve the above things, the value of the majority of beginners learning.
圆弧插补
- 通过圆弧插补的方法,可以在二维坐标系中对以坐标轴中心为圆心的任意象限内两点之间的圆弧进行逆时针或顺时针方向的插补。(circular interpolation)