资源列表

« 1 2 3 4 5 6 78 9 10 11 12 ... 69 »

[STL几何问题

说明:试用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0000。 (2) 实现2 个构造函数:允许用1个参数或2 个参数声明几何对象。用1 个参数r声明的 几何对象为半径为r 的圆;用2 个参数r1和r2 声明的几何对象为r1磖2 的矩形。所声明的几 何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4)
<510199789@qq.com> 在 2010-03-08 上传 | 大小:1652 | 下载:0

[STLalg2

说明:test program for STL generic algorithm that search for elements that satisfy a condition
<大大大> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLSTL_without_warnings_src

说明:去除使用STL时编译warning-removed when using STL compiler warning
<老蒋> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLmatirx_stl

说明:c++ stl 实现的矩阵程序-c stl procedures to achieve the matrix
<许磊> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLcateatmousestl

说明:STL例子,猫吃老鼠的STL实现-STL example,STL implements cat eat mouse
<李晋江> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLsuanshubiaodashi

说明:关于栈中算术表达式求法 别人写的,觉得很好 十分敬佩-on the stack arithmetic expression Solution written by someone else, a very good feel admiration
<tt> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLMyAccumulatePro

说明:C++ stl accumulate的使用实例,小例子适合初学者使用,使用Winconsole开发-C++ Stl accumulate the use of examples of small examples suitable for beginners to use, the use of Winconsole Development
<shulei> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLstl

说明:一步 学STL标准模板库,从简单做起。-Step learning STL Standard Template Library, from simple start.
<lcux> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLhandout-files

说明:SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" ret
<sadsea> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLfloodit

说明:Floodit Solver, using STL.
<Hackson> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLSQL2000bao

说明:int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int ge
<json> 在 2024-04-27 上传 | 大小:2048 | 下载:0

[STLstl文件在matlab中的读取

说明:在matlab中读取点云数据stl文件并在界面显示(Read the point cloud data STL file in MATLAB and display it on the interface.)
<LvZhao> 在 2024-04-27 上传 | 大小:1024 | 下载:0
« 1 2 3 4 5 6 78 9 10 11 12 ... 69 »

源码中国 www.ymcn.org