搜索资源列表
pingbao_xiaoyi
- 这是一个短小的图象屏保程序。是在c下开发的。主要运用了Bezier曲线算法.-This is a short picture screen saver. C is under development. The main use of the Bezier curve algorithm.
Bezier
- Bezier曲线的算法,C\\C++都可以的
Bezier
- 计算机图形学中Bezier曲线的 生成算法
2
- Bezier曲线算法.txt
Bezier曲线算法
- Bezier曲线算法
shiyan6-Bezier 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(Bezier曲线算法 )-Experiment 6 used computer graphics surface and curve generation algorithms, including (Bezier curve algorithm)
Bezier
- 用图形学算法绘制Bezier曲线,可以用鼠标拖动Bezier曲线的控制顶点来动态地改变Bezier曲线的形状。-Graphics rendering algorithm using Bezier curves, you can use the mouse to drag Bezier curve control points to dynamically change the shape of Bezier curves.
Bezier
- 实现计算机图形学bezier曲线的算法,用visual C++ 6.0实现-The realization of computer graphics algorithm for Bezier curves, using visual C++ 6.0 to achieve
Bezier
- Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
Bezier
- Bezier贝塞尔曲线,平滑算法实现,绘制贝赛尔Bezier曲线Applet-Bezier Java
Shiyan5
- 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
DDALine
- 实现交互式画直线、圆、椭圆 交互式裁剪 抛物线程序设计、Bezier曲线的算法实现 实现交互式移动图形-computer graphics programing code,such as line、circle、Bezier
computer-graphics
- 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
Bezier_deCasteljau_and_B_deBoor
- Bezier曲线(deCasteljau算法)和B样条曲线(deBoor算法)-Bezier curve (deCasteljau algorithm) and the B-spline curve (deBoor algorithm)
Bezier
- 利用一阶Bezier曲线实现的一种图像混合的信息隐藏算法,附上相关论文,论文里有详细步骤,Java代码按照论文中的步骤实现算法(代码只支持bmp图像作隐藏体)-Bezier curves of the first order to achieve a mix of information hiding algorithm images, attach relevant papers, thesis detailed steps, Java code in accordance with the
Bezier
- Bezier曲线算法,在VC环境下,用OPENGL编写,模块扩展内容丰富-Bezier curve algorithm, VC environment, written in OPENGL module expansion rich in content
Bezier-curve-algorithm
- 计算机图像学中的Bezier曲线算法,很经典的算法-Bezier curve algorithm in the computer iconography, classic algorithm
Bezier
- 用二次或三次B样条或Bezier曲线算法生成曲线。-Generated by a quadratic curve or a cubic B-spline or Bezier curve algorithm.
++三次样条插值和贝塞尔曲线实例程序
- this document is including the algorithm of the Bezier curve, and also including the code of this curve.
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)