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

搜索资源列表

  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. 3

    0下载:
  2. 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 -This article describes the Internet can find the simplest, most fast Huffman coding. This method does not use any extension dynamic librarie
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:13718
    • 提供者:mxb
  1. approachstl

    0下载:
  2. 本文面向的读者:学习过C++程序设计语言(也就是说学习过Template),但是还没有接触过STL的STL的初学者。-This article is for readers: Learning over C++ programming language (ie, studied Template), but has not yet come into contact with STL, STL beginner.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:9332
    • 提供者:
  1. sort

    0下载:
  2. 用STL里面自带的功能来实现排序的功能。-A sort of example use STL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:523925
    • 提供者:renchnegyi
  1. copy

    0下载:
  2. Specifies "copy" algorithm of the STL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8516
    • 提供者:Saro Arakelyan
  1. linuxc

    0下载:
  2. linuxc函数库参考手册 pdf格式 书中包含大量列子,通俗易懂 全面-linux function STL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4967323
    • 提供者:陈碧锋
  1. WIN32_BALLv3.2

    1下载:
  2. 纯win32 环境加GDI, 模拟以前FC游戏 弹球(pinball) 开发的一款小游戏. 其中使用到单例设计模式, STL常用用法等, 代码共2k 行左右, 仅供游戏开发初学者参考.-Pure win32 environment, plus GDI, simulated game before the FC pinball (pinball) the development of a game. Cases in which the use of design patterns into a
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:54873
    • 提供者:林祥
  1. STLrumen

    0下载:
  2. stl 入门。。介绍的内容简单易学-stl entry. . Describes the contents of easy to learn
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:652169
    • 提供者:hebin_hit
  1. stlbe.pdf

    0下载:
  2. < Design Components with C++ STL>>是一本关于STL,模板编程的经典之做。 -This is a e-book about STL programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:784079
    • 提供者:Lazy Boy
  1. stlalgor

    0下载:
  2. 本程序介绍演示如何使用 STL的Algorithm与 Functor(function object)。-This demo program show how to use STL Algorithm and Functor(function object)。
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:6516
    • 提供者:Lazy Boy
  1. CatListBox_src

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platforms based on MFC and the STL string class, you can achieve fast string search.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:7850
    • 提供者:师磊
  1. eightequeen

    0下载:
  2. 经典著名的八皇后问题,利用stl源码加工而成的,具有商业性质-eight queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:662443
    • 提供者:云从龙
  1. AdvancedSTLProgramming

    0下载:
  2. advanced stl programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:13990
    • 提供者:kidd
  1. DS2

    0下载:
  2. 使用STL queue adapter,实现队列先入先出。通过.run文件中的内容,实现相应的输出。-Using the STL queue adapter, to achieve queue FIFO. Through. Run the contents of the document to achieve a corresponding output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1445518
    • 提供者:lavender
  1. odeint

    0下载:
  2. Solving ordinary differential equations in C++development-This article introduces the C++ framework odeint for solving ordinary differential equations (ODEs), which is based on template meta-programming. I think this framework has some nice advantage
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:13331
    • 提供者:pearline
  1. 1101

    0下载:
  2. 用stl函数解Gamblers(acm题)-Stl function solution with the Gamblers (acm title)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:802
    • 提供者:wuwei
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3600
    • 提供者:方启
  1. Astar

    0下载:
  2. A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2049
    • 提供者:oily
  1. Finder

    0下载:
  2. 文件搜索的例子,使用了STL基本库,非常容易学习和引用-File search example, using the basic STL library, very easy to learn and references
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:51725
    • 提供者:shiweilei
  1. algo

    0下载:
  2. 这里会逐渐上传一些C++的STL得源码,希望对初学者有用
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:974
    • 提供者:STL
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com