搜索资源列表
rationalLogist
- 有理bezier曲线应用于图像加密的源代码(Matlab)
11562121464
- 实现Bezier曲线的绘制 -The realization of Bezier Curve
Bezier
- Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
Berizer
- 贝切尔曲线,实现有点完成曲线的功能,通过更改基函数-Bezier
bezier3
- 简单的bezier贝塞尔曲面的绘制,利用的是OpenGL中二维求值器的方法,其基本思想是在控制点之间,进行细小的分割,利用多个小三角形模拟二维曲面,所以需要进行x和y方向上的分割 -A simple bezier Bezier drawing using OpenGL 2D evaluator, the basic idea is to simulate the two-dimensional surfaces, the use of multiple small triangle sma
integral
- bezier add to polygon(.
beziereffects
- Position & KLM line eq values. These are the vertex attributes for Bezier curves. The last value of the Vec4f is ignored.
CubicIntersection_TestData
- intersects in one place (data gives bezier clip fits Kernel Device Driver for linux v2.13.6.
f2matlab
- If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Alg
137fa122c96b
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-This is a VC6.0 prepared
150128BeiSaiEr.cpp.tar
- 使用C++编程,生成贝塞尔曲线。初学者可以看一下-Use C++ programming to generate Bezier curves. Beginners can look at
kivenecan
- 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子,-In the vc environment, on the implementation of the bezier curve, you can use a mouse in the arbitrary control point position is given on the screen,
2596000
- 这是关于贝塞尔曲线的java程序,用JBuilder编的-This is about the bezier Java program, with JBuilder
bezqej
- 在delphi中编写bezier曲线的例子,很好,可以学习用(Written in Delphi examples of the bezier curve, is very good, can learn to use)
BezierCruveQt5
- 基于qt5.8写的一个贝塞尔曲线 qt5.8工程源码 直接打开编译,不是网上转的,是自己写的,里面有注释 贝塞尔曲线的t系数是0.5 C++写贝塞尔曲线,可以在任意平台编译,可移植的贝塞尔曲线 BezierCruveQt5.8画贝塞尔曲线代码工程自己写的非转载(bezier curve writen by qt5.8 qt5.8 project of bezier, you can open the pro file and compile the project directly
PXKE
- 在delphi中编写bezier曲线的例子,很好,可以学习用()