嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
nurbs样条代码
nurbs样条,输入控制点通过nurbs样条计算可以输出样条后的点,测试过蝴蝶程序
.
├── calc
│ ├── Debug
│ │ ├── calc.exe
│ │ ├── calc.ilk
│ │ └── calc.pdb
│ ├── calc
│ │ ├── Debug
│ │ │ ├── calc.Build.CppClean.log
│ │ │ ├── calc.lastbuildstate
│ │ │ ├── calc.log
│ │ │ ├── calc.obj
│ │ │ ├── calc.pch
│ │ │ ├── calc.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── calc.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── parson.obj
│ │ │ ├── stdafx.obj
│ │ │ ├── tinyspline.obj
│ │ │ ├── vc140.idb
│ │ │ └── vc140.pdb
│ │ ├── ReadMe.txt
│ │ ├── calc.cpp
│ │ ├── calc.vcxproj
│ │ ├── calc.vcxproj.filters
│ │ ├── calc.vcxproj.user
│ │ ├── crd_out.txt
│ │ ├── parson.cpp
│ │ ├── parson.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ ├── tinyspline.cpp
│ │ └── tinyspline.h
│ ├── calc.sdf
│ ├── calc.sln
│ ├── calc.suo
│ ├── code.IAB
│ ├── code.IAD
│ ├── code.IMB
│ ├── code.IMD
│ ├── code.PFI
│ ├── code.PO
│ ├── code.PR
│ ├── code.PRI
│ ├── code.PS
│ ├── code.WK3
│ └── ipch
│ ├── CALC-2ffb2166
│ │ └── CALC-1abd30bf.ipch
│ ├── CALC-4a7a5f6b
│ │ └── CALC-1abd30bf.ipch
│ └── calc-7b9c5a8b
│ └── calc-2e64f23f.ipch
└── 好例子网_calc.rar
9 directories, 50 files