搜索资源列表
VmyMC_VC_VTKi
- Visual C 实现的基于VTK的MC算法. 可以自自动填写阈值来调整等值面的生成.,已通过测试。 -Visual C implementation of the MC algorithm based on VTK. Automatically fill in the threshold to adjust the isosurface generation, has been tested.
mytoolbox
- arcgis绘制等值线、等值面工具,只需传入反距离权重函数参数即可。-The arcgis draw contour isosurface tool need only pass inverse distance weighting function parameters can.
kq
- 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面- clc clear [x,y,z]=meshgrid(linspace(-1.3,1.3)) f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3 p=patch(isosurface(x,y,z,f,0)) set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)