搜索资源列表
ReadSTL
- read stl format in matlab
TSP_GA
- 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
stlread
- reads stl files in matlab
SaveSTL
- save stl format in matlab
stl
- 实现拉格朗日差值计算的C++程序,结果输入到m文件中用于matlab计算。-Lagrangian difference calculated to achieve C++ program, the results for input to the m file matlab calculations.
STL_Import
- 本程序实现的功能是将stl文件导入到matlab中。-The function of this program is to achieve the stl file into matlab in.
STLRead
- matlab code for STL File Reader
stlwrite
- matlab code for stlwrite - Write binary or ascii STL file
particleplusplus
- 一个C++粒子滤波模板 粒子过滤器或连续的蒙特卡洛方法需要在每次迭代中采样大量的粒子。这使得它在MATLAB仿真特别慢。因此,为速度的缘故,需要执行的是可取的。此模板提供了一些有用的为用户模拟粒子过滤器的+ +类。- This template provides some useful C++ classes for users to simulate particle filters. We try to use the STL as much as possible to provide
stlwrite
- stl转换,能够有效的将matlab 转化为stl文件,用于3DMAX的绘图(STL conversion, can effectively convert matlab to STL files, for 3DMAX drawing)
stlread
- matlab 读取stl文件,输出顶点、面、法向量(matlab read stl file)
stl文件在matlab中的读取
- 在matlab中读取点云数据stl文件并在界面显示(Read the point cloud data STL file in MATLAB and display it on the interface.)
stlshow
- 在matlab中实现读取二进制格式stl文件并生成3d图形(In matlab stl file to read binary format and generate 3d graphics)
STLreader new
- matlab实现读取STL文件功能。STL需要是二进制的。(MATLAB realizes the function of reading STL files. STL needs binary.)
surf2stl
- 将Matlab中的网格曲面文件输出STL格式,可用于模型转换(Output surface in Matlab to STL format)