资源列表
STL_test_code
- STL的测试代码,包括对algorithm,memory,utility等函数库的用例测试。涉及了这些库的每一个程序。
David_Maisonave_smart_ptr
- 比STL和BOOST更强大的智能指针库!!! 私藏很久的老底与大家一起分享了.
65313387
- STL程序员开发指南源码 -STL - source programmers to develop guidelines
几何问题
- 试用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0000。 (2) 实现2 个构造函数:允许用1个参数或2 个参数声明几何对象。用1 个参数r声明的 几何对象为半径为r 的圆;用2 个参数r1和r2 声明的几何对象为r1磖2 的矩形。所声明的几 何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r的圆c1;然后声明一个
“神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
- “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
tass-sgi-stl-2.91.57-annotated
- 是侯捷的stl源码解析的配套文档,通俗易懂,Hou Jie, stl is the source of the matching document analysis, user-friendly
stl_reader
- C++读取STL文件,输出所有三角形的顶点坐标-C++ reads the STL file, the output coordinates of all vertices of the triangle
StLViewer
- 读取STL格式的文档,并把图形显示在自己创建的窗口中。程序能够利用鼠标移动和旋转图形。-read STL file, and visualize the graphic in your own designed widget. And you can move and rotate the figure with the mouse.
STL-list(Sample)
- 用STL中的List来实现多项式的各种运算-Polynomial of a variety of computing the STL List
stl
- 读取STL格式文件代码,通过建表简化拓扑结构,获取模型的最大值,最小值等参数。-STL format file to read the code, through the construction of simplified topology table, access to model maximum and minimum values ??and other parameters.
STLReader
- Python读取STL文件,输出所有三角形顶点坐标(去除重复坐标)-Python read STL files, the output of all triangle vertices (removing duplicate coordinates)
stlView
- 一个小程序,显示二进制stl格式的3维文件。-A small program that displays 3-D binary stl file format.