搜索资源列表
-
0下载:
代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、如何获取专用文件夹的路径名? 巧。-code contains a model following examples : 1, 2 GetKeyState use examples, and the STL string UNICODE three categories, how to C# or.NET framework expose
-
-
0下载:
lastest and stable boost library. C++ 的最强2个基础库之一.-9045.htm and stable boost library. C strongest two for one basis.
-
-
0下载:
stl introduction
-
-
0下载:
改进版本的c++类模版库和其原代码-improved version of the C + + Class Library template and its source
-
-
0下载:
很好用的库,支持矩阵运算,速度很快。。。、
-
-
0下载:
著名的SGI的STL lib源码.(C++范型类编成,没有合适的分类,但是放到数据结构类别中也绝对适合)-famous SGI STL lib source. (C Fan-type establishment, and there is no suitable categories, but the data structure into categories have absolutely appropriate)
-
-
0下载:
Free C++ Standard Library,是一个非常类似于STL的C++类库,目的是实现一个更小、更快的stl库-Free Standard C Library, is a very similar to the C Class STL, which is aimed at a smaller, faster stl library
-
-
0下载:
PTypes是一个扩充了多线程和网络功能的STL库,具有跨平台移植的能力-PTypes is an expansion of the multithreading and networking capabilities for the STL, which is cross-platform capability transplant
-
-
1下载:
试用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;然后声明一个
-
-
1下载:
是侯捷的stl源码解析的配套文档,通俗易懂,Hou Jie, stl is the source of the matching document analysis, user-friendly
-
-
0下载:
source code from Mastering The Standard C++ Classes using C++.
1) The source code listings from each chapter can be found in the listings
directory. The listings directory is divided by chapter.
2) A html quick reference for the mo
-
-
0下载:
数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
-
-
0下载:
stl的源码,可以学习stl的架构和详细原理,对学习c++的底层实现机制很有帮助-stl the source, you can learn the structure of stl and detailed principle of learning c++ underlying mechanism to achieve very helpful
-
-
0下载:
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 getDivisor (int iNum) (int i = 1
-
-
0下载:
Data Structures With C++ using STL part 2
-
-
0下载:
1实现stl容器;
2实现说给声明的函数
3使用递归方法
相对于实验2,新增了2个类Class Category。Class Categories;
关键算法:
virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches)
void findOfferingsRecursive (Listing::iterator start, Listi
-
-
0下载:
1,实现stl模型的优先队列;
2,实现所有声明的函数
关键内容:
1新建的类:bid:Class Bid models a bid placed on an advertisement.
2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。
重要方法:
priority_queue<Bid>& Advertisement::getBids(void)
vector<Bi
-
-
1下载:
侯捷的STL源码分析源码中推荐的一个实现版本SGI-STL-Hou Jie, the STL source code analysis source code in an implementation of the recommended version of the SGI-STL
-
-
0下载:
programme used to resolve equation 2 variables and 2 unkown.
-
-
0下载:
stlport5.20,c++标准模板库,很好的-stlport5.20, c++ standard template library, very good
-