CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stl.s

搜索资源列表

  1. astl.beta.2.0

    0下载:
  2. 一个类似STL的自动机的源代码库,利用STL 组件开发,适合Windows和*nix多平台的C++ 编译器。-a similar automatic machine's source code for use STL components development for Windows and * nix multi-platform C compiler.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:942437
    • 提供者:jjyynmb
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:张建
  1. yahoo-gp-oo-cpp

    0下载:
  2. 主要是对STL进行讲解,候捷在上海的关于STL的演讲-was to explain the STL - designate of the Czech Republic in Shanghai on STL's speech
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:1668486
    • 提供者:陈建军
  1. mypsd

    0下载:
  2. MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:633499
    • 提供者:孙磊
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:196141
    • 提供者:陈铤杰
  1. 41104

    0下载:
  2. This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:郭春阳
  1. MyPSD_src

    0下载:
  2. MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10466
    • 提供者:changming
  1. dtl

    0下载:
  2. The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automa
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:422916
    • 提供者:
  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. VC 十个评委评分系统

    1下载:
  2. 这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:73714
    • 提供者:成龙
  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. STLport-5.1.5-symbian-r1-RC

    0下载:
  2. symbian 上的stl_port进过编译的。-the stl_port of symbian 3rd_fp1
  3. 所属分类:Symbian

    • 发布日期:2017-04-09
    • 文件大小:1337564
    • 提供者:li
  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. pascal-compiler-in-cpp

    0下载:
  2. pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:721743
    • 提供者:xukeying
  1. dtl.3.6.11.tar

    0下载:
  2. 数据库模板类 支持ODBC -The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers chang
  3. 所属分类:Database system

    • 发布日期:2017-03-27
    • 文件大小:794069
    • 提供者:zxj
  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. Addison.Wesley.Effcient.C++ProgrammingTechniques.

    0下载:
  2. This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlin
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:1020611
    • 提供者:udo
  1. EffectiveSTL-revised

    0下载:
  2. Sure, the STL has iterators, algorithms, and function objects, but for most C++ programmers, it s the containers that stand out. More powerful and flexible than arrays, they grow (and often shrink) dynamically, manage their own memory, keep track of
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1233973
    • 提供者:searcher
« 1 23 4 »
搜珍网 www.dssz.com