登录
首页 » 图形图像 » Chapter 6 B

Chapter 6 B

于 2022-01-22 发布 文件大小:12.50 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

Chapter 6 B-spline Surfaces basis.c tbasis.c Calculates the B-spline basis functions. bsplsurf.c tbsurf.c Calculates a B-spline surface. bspsurfu.c tbsurfu.c Calculates a periodic B-spline surface. dbasis.c tdbasis.c Calculates the B-spline basis functions and derivatives. dbsurf.c tdbsurf.c Calculates a B-spline surface and derivatives. knot.c tknot.c Calculates an open knot vector. knotu.c tknotu.c Calculates a periodic knot vector. rdpnp.c Support routine - inputs PNP (polygon net point) file. chap6all.zip ZIP file for all of Chapter 6. chap6all.tar.gz UNIX tar file for all of Chapter 6. -Chapter 6 B-spline Surfaces basis.c tbasis.c Calculates the B-spline basis functions. bsplsurf.c tbsurf.c Calculates a B-spline surface. bspsurfu.c tbsurfu.c Calculates a periodic B-spline surface. dbasis.c tdbasis.c Calculates the B-spline basis functions and derivatives. dbsurf.c tdbsurf.c Calculates a B-spline surface and derivatives. kn

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

发表评论

0 个回复

  • 从一幅大中剪切一小块来,c语言程序。自己写的,可以用...
    从一幅大图像中剪切一小块来,c语言程序。自己写的,可以用
    2022-06-26 06:41:24下载
    积分:1
  • opengl切削仿真
    #include "stdafx.h" #include #include #include #include void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»­Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ {      GLUquadricObj* qobj = gluNewQuadric();     gluCylinder(qobj, radius, radius, height, slices, stacks);    //slicesÀàËÆÓÚ¾­¶È£¬stacksÀàËÆÓÚγ¶È     glScalef(-1.0, 1.0, -1.0);
    2022-02-03 11:01:56下载
    积分:1
  • 视频采集
    视频采集-Video Capture
    2022-08-24 00:39:39下载
    积分:1
  • 一个简易象处理小程序,可以供娱乐使用,压缩包没有密码...
    一个简易图象处理小程序,可以供娱乐使用,压缩包没有密码-a small simple image processing procedures, for entertainment use compressed no password
    2022-02-07 00:04:15下载
    积分:1
  • 基于OpenGL的2D硬加速库,实现了常用的2D显示算法。
    基于OpenGL的2D硬加速图形库,实现了常用的2D图形显示算法。-Based on the 2D hardware accelerated OpenGL graphics library, a commonly used algorithm for 2D graphics.
    2022-06-14 02:07:00下载
    积分:1
  • vega prime 中将屏幕中心点的屏幕坐标转化为世界坐标并且将其值实时显示在屏幕左下角...
    vega prime 中将屏幕中心点的屏幕坐标转化为世界坐标并且将其值实时显示在屏幕左下角-vega prime focal point of the screen will be the screen coordinates into world coordinates and its value in real-time displayed in the lower-left corner of the screen
    2022-08-11 04:40:26下载
    积分:1
  • computer graphics algorithms
    计算机图形学中的一种算法----多彩变换曲线算法。对于本学科的初学者很有帮助。-computer graphics algorithms-a colorful transformation curve algorithm. The subjects for beginners helpful.
    2022-02-12 14:31:11下载
    积分:1
  • 的边缘、轮廓检测。其边缘检测主要包括有Robert、Sobel、Prewitt、Gauss...
    图像的边缘、轮廓检测。其边缘检测主要包括有Robert、Sobel、Prewitt、Gauss-Laplace等算子;以及Hough变换等常用的检测算法代码。-Image edge, contour detection. Its edge detection mainly including Robert, Sobel, Prewitt, Gauss-Laplace operator, etc. and Hough transform detection algorithm and other commonly used code.
    2022-12-05 00:20:02下载
    积分:1
  • DXF文件读写接口
    供用户直接调用的12个子程序调用: 1、 opendxf(xl,yl,drname,lend) 功能:新建DXF文件, 参数:xl,yl,drname,lend 分别为图幅长、宽、图名、图名长度  注意: 接口库中使用了文件通道号990、991、992、993、998、999, 请在程序中不要重复使用  2、 layer(ca1,nc) 功能:在表段和头段中写层信息, 参数:ca1,nc分别为层名、颜色值 注意:必须先赋层名值:ca1="hjk328" 再调用 call layer(ca1,ic)       不能直接call layer("hjk328",ic) 3、 circle(cx,cy,cz,cr) 功能:画圆 参数:cx,cy,cz,cr 分别为圆心的三维坐标和半径 4、 trace(x1,y1,z1,x2,y2,z2,wh) 功能:画轨迹线 参数:x1,y1,z1,x2,y2,z2,wh 分别为轨迹线中线端点三维坐标及线宽 5、 line(x1,y1,z1,x2,y2,z2) 功能: 画单线 参数:x1,y1,z1,x2,y2,z2  分别为线端点三维坐标 6、 poly(PLX,PLY,PLZ,NV,WH) 功能:画复线  参数:PLX,PLY,PLZ,NV,WH分别为复线各拐点三维坐标、拐点数及线宽 7、 point(x1,y1,z1) 功能:画点 参数:x1,y1,z1分别为点的三维坐标 8、 hz(xxt,yyt,zzt,zzh,rrang,ssca,qxj,cca1,len) 功能:中点对正写单行汉字 参数:xxt,yyt,zzt,zzh,rrang,ssca,qx
    2022-03-24 02:59:46下载
    积分:1
  • 老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用...
    老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用-Written by foreigners GPU-accelerated raycasting algorithms, hardware-accelerated CG algorithm used to prepare. Learning hardware-accelerated volume rendering algorithm is useful
    2022-11-02 13:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载