CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 STL 搜索资源 - .s

搜索资源列表

  1. STLProgrammerGuide

    0下载:
  2. STL Programmer s Guide.chm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:550292
    • 提供者:hyl
  1. trustlink

    0下载:
  2. trustlink的开发指南,详细列出b/s与c/s模式指纹开发的特点
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:4335242
    • 提供者:张宇
  1. patch2stl

    0下载:
  2. Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1575
    • 提供者:aprist
  1. STLport-4.5.3.tar

    0下载:
  2. What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)tes
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:739943
    • 提供者:来无影
  1. 几何问题

    1下载:
  2. 试用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;然后声明一个
  3. 所属分类:STL

  1. Boost+STL.rar

    0下载:
  2. 介绍C++和Boost的经典力作,非常值得研究,有想学习Boost的一定好好研究一下哈,Introduced the C++ And Boost classic masterpiece, very worthy of study, there are certain Boost want to learn a good look Kazakhstan
  3. 所属分类:STL

    • 发布日期:2017-03-24
    • 文件大小:498672
    • 提供者:王少华
  1. Chapter13_1.rar

    0下载:
  2. C++STL开发技术导引 一本很好的书 大家赶快下吧,C++ STL to develop technical guidance of a good book right under the U.S. as soon as possible
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:425301
    • 提供者:yuehongliang
  1. STL

    0下载:
  2. STL程序员开发指南源码,非常有用的-STL-source programmers to develop the Guide, very useful
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:156649
    • 提供者:李尧
  1. HashMap

    0下载:
  2. 一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:3043
    • 提供者:dylrockies
  1. castle-pascal

    0下载:
  2. castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:858
    • 提供者:王一一
  1. yahoo-GP-OO-CPP

    0下载:
  2. 侯捷在Yahoo关于STL的演讲资料(繁体中文)-Hou Jie, in Yahoo' s speech on the STL data (Traditional Chinese)
  3. 所属分类:STL

    • 发布日期:2017-04-09
    • 文件大小:1668045
    • 提供者:hertz
  1. paper

    0下载:
  2. 国家集训队韩文弢论文,介绍了pascal选手如何转向c++并列举若干stl的应用-National Team韩文韬papers on how to shift the pascal' s c++ and stl listed a number of applications
  3. 所属分类:STL

    • 发布日期:2017-03-28
    • 文件大小:334422
    • 提供者:天雨
  1. ssd7exercise3

    0下载:
  2. 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
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:661693
    • 提供者:邹斌
  1. ssd7exercise5

    0下载:
  2. 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
  3. 所属分类:STL

    • 发布日期:2017-05-02
    • 文件大小:669764
    • 提供者:邹斌
  1. STL

    0下载:
  2. c++ STL程序员开发指南,从程序员的角度出发,讲述C++高级编程技术,然后讲述C++标准库,最后讲述STL技术-c++ STL Programmer Developer' s Guide, from the programmer' s point of view, about the C++ advanced programming techniques, and then talk about C++ standard library, the last about the S
  3. 所属分类:STL

    • 发布日期:2017-06-11
    • 文件大小:17986922
    • 提供者:朱里
  1. booststandardlibrary

    0下载:
  2. boost基本库,STL的接班人,对所有库都有涉及。-boost basic library, STL' s successor, all libraries are involved.
  3. 所属分类:STL

    • 发布日期:2017-04-24
    • 文件大小:498405
    • 提供者:朋古
  1. cPPwebservice

    0下载:
  2. C++STL程序员指南源码 目录内容: \CHAPTER1 第1章所有源程序代码。 \CHAPTER2 第2章所有源程序代码。 \CHAPTER3 第3章所有源程序代码。 \CHAPTER4 第4章所有源程序代码。 \CHAPTER5 第5章所有源程序代码。 \CHAPTER6 第6章所有源程序代码。 \CHAPTER7 第7章所有源程序代码。 \CHAPTER8 第8章所有源程序代码。 \CHAPTER9 第9章所有源程序代码。 \CHAPTE
  3. 所属分类:STL

    • 发布日期:2017-05-04
    • 文件大小:1489495
    • 提供者:lcx
  1. ACMProgramming

    0下载:
  2. ACM的入门教程,包括ACM的简介,C++ STL泛型编程,还有一些必备的ACM编程知识,最后是50道实战题,包括详细的分析,很值得学习!-ACM introductory tutorial, including the ACM' s Introduction, C++ STL generic programming, ACM and some programming knowledge necessary, and finally the 50 actual questions, inc
  3. 所属分类:STL

    • 发布日期:2017-05-04
    • 文件大小:1328170
    • 提供者:hetingting
  1. usage-of-the-map

    0下载:
  2. STL中map用法详解,是关于map的基本操作,很详细的介绍。-Detailed usage of STL in the map, is about the map' s basic operation, it is described in detail.
  3. 所属分类:STL

    • 发布日期:2017-03-28
    • 文件大小:22625
    • 提供者:shashou
  1. STL

    0下载:
  2. 标准模板库STL介绍_程序设计,学习stl的好书,希望大家下载。-Introduction _ Standard Template Library STL programming, learning stl' s books, I hope you download.
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:513079
    • 提供者:李超
« 12 »
搜珍网 www.dssz.com