-
-
jianmo-Matlab.rar
本工具箱主要包含三部分内容
% (支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats)
% 1. MATLAB常用数学建模工具的中文帮助
% 2. 贡献MATLAB数学建模工具(打*号)
% 3. 中国大学生数学建模竞赛历年试题MATLAB程序
-
wavelift.zip
... 可以这样来测试:
x=imread( E:\study\jpeg2000\images\lena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy ...
-
vlax.rar
在VB中怎样通过代码中的两个类实现像VLISP或ARX那样,很好的控制SPLINE及PLINE线。
-
-
AnIntroductiontoNURBSCCode.rar
涵盖了nurbs方面的基本算法,可以把源码直接拷贝到程序中。
Table of Contents
Chapter 2 Bezier Curves
Chapter 3 B-spline Curves
Chapter 4 Rational B-spline (NURBS) Curves
Chapter 5 Bezier Surfaces
Chapter 6 B-spline Surfaces
Chapter 7 Rational B-spline (NURBS) Surfaces
-
-
BezierTest.zip
A simple Bezier spline implementation. Allows the user to select control points on a picture box and then
draw a Bezier curve between them.
-
-
-
erik_ferner.zip
Erik Ferner采用VC++与OPENGL开发的三维漫游软件,效果十分棒,带全套源代码,程序将把你带到圣诞树、森林、房子中漫游,摄影机沿着 B-Spline 曲线运动,十分平滑。灯光、火焰效果也是非常不错的。
-