此程序可以焊好的读取STL文件,可以输出F(面数),V(顶点),N(三角面片的法向量)等,可以稳定输出
2019-12-21 20:54:54 3KB MATLAB STL文件
1
Standard Template Library Programmer's Guide The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL. 标准模板库,STL是一个C++库的容器类,算法和迭代器;它提供了许多的计算机科学的基本算法和数据结构。STL是一个通用库,意味着它的组件被大量参数化:STL中的几乎每个组件都是模板。你应该确保你了解模板在C++之前你使用STL。
2019-12-21 20:53:29 6.01MB 帮助文档 stl
1
C++STL中文高清非扫描版源码剖析 可编辑 !!!!!!!!!!!!!!!
2019-12-21 20:52:47 3.73MB c++ stl
1
STL源码 STL.txt
2019-12-21 20:51:09 218KB STL源码
1
完整的c++初学者资料大全,其中包括《c++ primer》、《effective c++》、《More Effective C++》(中文版)、《STL源码剖析》等
2019-12-21 20:49:12 137.8MB STL,c++
1
这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;甚至还能够看到底层的memory pool和高阶抽象的traits机制的实现。
2019-12-21 20:41:34 18.05MB STL
1
参考博客:https://blog.csdn.net/Belence_zhao/article/details/80323009 MFC+OpenGL三维绘图(二)——打开一个STL文件并显示 -博主Belence_Zhao 由于博主发的源代码有乱码,因此本人参考这篇博客https://blog.csdn.net/Cracent/article/details/51049246 Opengl教程之读取stl文件并绘制在picturecontrol控件内 -博主Cracent 将两个工程中代码做了拼凑,可以正常使用! 要显示其他stl文件 只需要修改OpenGLDrawingView.cpp文件 125行和129行的stl文件路径 .stl和.txt都可以读取 多个stl文件拼接的python代码 为OpenGLDrawing文件夹中的test.py
2019-12-21 20:40:57 376KB MFC OpenGL VS2017 C++
1
3D打印模型:手机支架八爪鱼的一只爪,只有你想不到没有做不到!
2019-12-21 20:39:08 1.1MB STL文件
1
使用WPF对3D打印格式STl进行显示,实现了对图形的旋转与缩放,富有详细注释
2019-12-21 20:39:00 323KB WPF STL
1
利用openGL库编写,采用VC++6.0开发环境,实现STL文件读取、显示、操作、控制、分层。
2019-12-21 20:33:43 236KB STL 布尔运算
1