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

搜索资源列表

  1. CIVStringSet_Demo

    0下载:
  2. CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-CIVStringSet_Demo.zipCIVStringSet_Source.zip platform based on the MFC and the STL string class, can be achieved in fast string search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:31965
    • 提供者:dg
  1. er

    0下载:
  2. 数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
  3. 所属分类:STL

    • 发布日期:2017-06-15
    • 文件大小:23328103
    • 提供者:wuhua
  1. CADclip

    0下载:
  2. CAD中求取模型的截面,通常截面可以通过STL类模型转化,但CAD有自己的截面功能-CAD model to strike a cross-section, usually cross-section through the STL model into categories, but the CAD cross-section has its own function
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:112263
    • 提供者:greatgate
  1. StudentSrc

    0下载:
  2. STL模板在系统编程中的应用.上面用实例的方法使用模板和单键实例方法实现了程序的编写,这样能够使程序更加严谨,更易于维护-STL template in-system programming applications. Above examples of ways to use templates and examples of methods to achieve a one-click process to prepare, this will enable more rigorous, m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:85035
    • 提供者:wbb21230
  1. 1262523828

    1下载:
  2. VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:1013190
    • 提供者:yongchensong
  1. STLQueoTest

    0下载:
  2. Visual C++ C6.0 版本的STL中关于queue 的使用例子-Visual C++ C6.0 version of STL on the use of queue example
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:29452
    • 提供者:范宏艳
  1. STLGuide

    0下载:
  2. 标准模板类的简明入门手册,共25页简明扼要的阐述STL编程方法-Standard template classes concise manual entry, a total of 25 clear and concise on the STL programming method
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:273283
    • 提供者:马顺利
  1. floodit

    0下载:
  2. Floodit Solver, using STL.
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:Hackson
  1. STLport-5.2.0.tar

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

    • 发布日期:2017-03-29
    • 文件大小:916243
    • 提供者:冰雨
  1. dtl

    0下载:
  2. 一个跨平台的数据库操作库.可以在linux和windows下运行. DTL下层采用ODBC,上层把数据库封装成STL的容器风格。使用非常直观简介。 dtl由于进行了模板化的封装,在使用上类似于stl的模板类,非常容易上手,不过效率上比不过otl,但是易用性比otl强多了. 如果你的代码要跨平台运行,数据库操作部分建议采用该库进行设计.-A cross-platform library database operations. Linux and windows can run. DT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:977675
    • 提供者:刘火明
  1. C++knowledge

    0下载:
  2. c++学习必备的概念诸如:数据抽象、多态、设计模式、STL等知识-c++ learning essential concepts such as: data abstraction, polymorphism, design patterns, STL, such as knowledge
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14272
    • 提供者:fuzi35
  1. fibonacci

    0下载:
  2. 该为使用stl处理的fibonacci序列,能够计算 出任意规模下的fibonacci序列-The handle for the use of stl Fibonacci sequence, can be calculated under the arbitrary scale Fibonacci Sequence
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:3638
    • 提供者:wangjiangbo
  1. particle

    0下载:
  2. 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:227067
    • 提供者:
  1. Matrix

    0下载:
  2. 用STL对OpenCV中的CvMat进行C++类封装-Using STL to OpenCV for CvMat of C++ Category Packaging
  3. 所属分类:Special Effects

    • 发布日期:2017-01-05
    • 文件大小:3468
    • 提供者:李桥梁
  1. BusyByte

    0下载:
  2. 使用VC6开发,C++语言编写。充分使用stl特性。 功能:模拟电子器件的功能。 由电子器件引脚的输入波形最快的得出相应的输出波形。并输出一个bmp的波形直观图。-Use VC6 to develop, C++ Languages. Full use of stl characteristics. Functions: the function of analog electronic devices. Electronic devices from the input pin to draw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:360479
    • 提供者:王小九
  1. FindApiinmdb

    0下载:
  2. 5个分别用于积累自定义函数、标准c运行时库/vb运行时库/WinAPI、游戏各系统通信函数、标准DirectX方法和DXUT函数、MFC/STL的数据库的文档示意图,具体数据库经常更新,暂不上载。-5, respectively, for the accumulation of self-defined function, the standard c runtime library/vb run-time library/WinAPI, game the system communicatio
  3. 所属分类:DirextX

    • 发布日期:2017-04-16
    • 文件大小:126047
    • 提供者:hanxiaohua
  1. cfgmanage

    0下载:
  2. 用STL模板库实现的配置文件读写库,可以对ini文件的属性值任意读写-STL template library with the realization of the configuration file to read and write library, can ini files to read and write arbitrary attribute values
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2508
    • 提供者:shenzhengang
  1. ola

    0下载:
  2. 组合数学 中 欧拉函数的 实现 用STL 编写-Combinatorial Mathematics in the Euler function prepared using STL
  3. 所属分类:STL

    • 发布日期:2017-04-12
    • 文件大小:1041
    • 提供者:wangxin
  1. Mobius

    0下载:
  2. Mobius 反演定理的 实现 用 STL 编写 -Mobius inversion theorem prepared using STL
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:1178
    • 提供者:wangxin
  1. Cayley

    0下载:
  2. Cayley 定理的实现 stl编写 树与序列的一一对应关系-Cayley theorem stl prepare the realization of the tree with one-to-one relationship between sequence
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:1238
    • 提供者:wangxin
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com