登录
首页 » Visual C++ » CAGD_NURBS-Chap6-7

CAGD_NURBS-Chap6-7

于 2014-11-05 发布 文件大小:1622KB
0 268
下载积分: 1 下载次数: 5

代码说明:

  计算机辅助几何设计与非均匀有理b样条(修订版)施法中著;第6-7章附件(《CAGD & NURBS》)

文件列表:

Chap6
.....\Ch6K12C1,48,2012-04-07
.....\Ch6K15S1,116,2012-02-01
.....\Ch6K7C1,72,2012-04-07
.....\Ch6K9C1,120,2012-04-07
.....\Ch6M10C1,48,2012-01-25
.....\Ch6M11C1,100,2012-01-26
.....\Ch6M11C12,156,2012-01-26
.....\Ch6M12C1,88,2012-01-25
.....\Ch6M15S1,236,2012-02-01
.....\Ch6M15S2,404,2012-02-01
.....\Ch6M15S3,500,2012-04-07
.....\Ch6M16S3,500,2012-04-07
.....\Ch6M1C1,110,2003-09-11
.....\Ch6M1C2,127,2012-01-24
.....\Ch6M5C1,76,2003-09-11
.....\Ch6M7C1,96,2012-01-24
.....\Ch6M7C2,120,2012-01-24
.....\Ch6M7C3,120,2012-04-07
.....\Ch6M8C1,44,2012-01-24
.....\Ch6M9C1,72,2012-01-25
.....\Chap6.exe,532480,2013-10-31
.....\CreatManningSpline.pdf,103508,2013-08-26
.....\CreatManningSpline.txt,5242,2012-12-02
.....\GetKnotsRepeats.pdf,90543,2013-08-26
.....\GetKnotsRepeats.txt - 记事本.pdf,90543,2013-08-26
.....\InitCycleNuSpline.pdf,98316,2013-08-26
.....\InitCycleNuSpline.txt,2753,2012-12-02
.....\第六章使用说明.pdf,273872,2013-09-07
Chap7
.....\Ch7K1C1,72,2012-01-21
.....\Ch7K8C1,72,2012-01-21
.....\Ch7K9S1,220,2012-01-21
.....\Ch7K9S2,220,2013-05-16
.....\Ch7M1C1,72,2012-01-21
.....\Ch7M1C5,72,2012-01-24
.....\Ch7M1C6,88,2012-01-24
.....\Ch7M1C7,72,2012-12-28
.....\Ch7M8C1,88,2012-01-21
.....\Ch7M9S1,172,2012-01-21
.....\Chap7.exe,462848,2013-10-31
.....\GetBaseFunVal.pdf,88289,2013-08-26
.....\GetBaseFunVal.txt,927,2012-12-16
.....\GetBPr.pdf,102204,2013-08-26
.....\GetBPr.txt,2107,2013-07-30
.....\GetKnotsRepeats.pdf,90543,2013-08-26
.....\GetKnotsRepeats.txt,924,2012-11-27
.....\KnotValue.pdf,82131,2013-08-26
.....\KnotValue.txt,562,2012-11-27
.....\第七章使用说明.pdf,250297,2013-09-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MfcCurve2
    说明:  mfc下绘出样条曲线,并根据样条曲线对其上的值进行差值。(mfc-spline curves plotted under and in accordance with spline curve on the value of their difference.)
    2010-03-26 22:46:21下载
    积分:1
  • Test02
    读取DXF文件(2000,2002版本),包括了分层管理数据的思想,供大家参考(read DXF files (version 2000, 2002), including a hierarchical data management thinking, for your reference)
    2007-06-08 11:16:22下载
    积分:1
  • DrawLine
    图形学上机实验,用三种算法画线。包括Bresenham画线算法、中点画线和数值微分画线算法(Graphics on an experiment with three algorithms draw the line. Bresenham line algorithm, the dotted line and numerical differential line drawing algorithm)
    2013-04-18 13:33:27下载
    积分:1
  • Poiseuille
    poiseuille的LBM模拟,C++,三种边界处理方法。周期、反弹、曲线。(LBM simulation poiseuille s, C++, three border approach. Cycle, rebound, curve.)
    2016-01-18 11:38:16下载
    积分:1
  • draw
    电力系统绘图程序源码,对开发GIS系统的程序员有一定的帮助(VC++ electrotic DRAWING PROGAM)
    2016-04-24 19:05:38下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • ThreeBSpline_VC
    说明:  三次B样条,程序中有部分说明,可以自由在其中进行扩展设计其它类似样条程序.(cubic B-spline, some procedures that can be carried out in one free expansion design similar kind of procedure.)
    2006-05-09 10:13:42下载
    积分:1
  • 6
    说明:  画线程序,vc++图像处理原程序-_图像 处理(Draw a line procedures, vc++ Images deal with the original program-_ Image Processing)
    2008-03-30 09:06:47下载
    积分:1
  • mfcbspilin
    mfc 实现绘制3次B样条 效果很好 模块化可以在自己论文中使用(mfc achieved drawing cubic B-spline)
    2013-10-10 19:46:06下载
    积分:1
  • dxflib-3.3.4-src
    dxflib-3.3.4-src ,dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。(dxflib-3.3.4-src,dxflib is an opensource C++ library for reading and writing AutoCAD (R) DXF files. )
    2014-07-24 19:23:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载