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

搜索资源列表

  1. SmartOGCtrl

    0下载:
  2. VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。-VC++ simple OpenGL library package source files, just started lea
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:105815
    • 提供者:Massachusetts
  1. cppreference

    0下载:
  2. C和C++的基础手册,提供C的基本函数,已经C++的stl-C&C++ manul
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:161965
    • 提供者:吴伟
  1. STLinusagemap

    0下载:
  2. map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。 -map due to its internal and orderly to ensure the tree by the red and black, many functions of the time complexity of the implementation are log2N,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12560
    • 提供者:邹氏
  1. temp

    0下载:
  2. algo list for stl and c++ for programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:779
    • 提供者:pankaj
  1. Howtostudy_STL_CN

    0下载:
  2. STL 是Standard Template Library的缩写,中文名是标准模板库。STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。-STL is an acronym for Standard Template Library, Chinese name is a standard template library. STL for its unique charm to be loved more and m
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:601188
    • 提供者:rain
  1. 200510251140228859

    0下载:
  2. STL的轻松入门,很基础性的文章,是不错的,推荐一下-STL easy entry, it is the basis of the article is good and recommended by some
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:14845
    • 提供者:only
  1. STL_stack

    0下载:
  2. 对 STL学习后对于栈的实现,代码量少,但可以帮助理解。-After learning of the STL for the realization of the stack, the code less, but can help to understand.
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:9078
    • 提供者:Liane
  1. Notepad.Plus.v4.4

    0下载:
  2. Notepad 是一款代码编辑器,采用 win32 api 和 STL 以 C++ 三者结合而成,并且选用功能强大的编辑模组 Scintilla;Notepad出色的功能可完美取代Windows系统的记事本程序。-Notepad is a code editor, using win32 api and STL in C++ III combination and selection of powerful editing module Scintilla Notepad outstandin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:4082828
    • 提供者:Leviathan
  1. libcstl-1.0.1.tar

    0下载:
  2. libcstl是使用C语言编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现。-libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1356434
    • 提供者:王晓
  1. C_Plus_Plus_standard_library

    0下载:
  2. c++标准库stl帮助文档,对初学stl十分有用-c++ standard library to help document
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:118296
    • 提供者:Vincent
  1. STL

    0下载:
  2. A simple use of DataGridView control.
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:17723
    • 提供者:july
  1. STLGuidance

    0下载:
  2. 本教程介绍有关学习C++ STL的预备知识和STL的相关背景知识,适合想对STL做大致了解的初学者。-This tutorial to learn about C++ STL and STL prior knowledge of the relevant background knowledge, for want of understanding of STL for beginners to do more or less.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:129440
    • 提供者:刘美娥
  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. interviewByCSDNTopLanguageAnswered

    0下载:
  2. 很多朋友都抱怨说STL出问题的时候debug很难,编译期错误算是轻的,大不了一串串令人头晕的出错信息,至少还能双击定位到错误行。而神秘的运行期崩溃才是真正令人头大的问题。-Many of my friends have complained that STL difficult to debug when problems, compile-time error light is the worst case scenario is dizziness a string of error mes
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:13344
    • 提供者:赵雷
  1. howcouldyoustudiC

    0下载:
  2. First, Generic Programming is sort of invented by Alexander Stepanov and David Musser, who, and several others including Bjarne Stroustrup and Andrew Knoenig, introduced the whole C++ Templates system and essentially “the” STL into C++. This means th
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:21193
    • 提供者:赵雷
  1. StuManV

    0下载:
  2. 用STL的VECTOR 以为文件流的输入输出 实现了一个学生成绩管理系统 控制台应用程序 对巩固C++ 和 数据结构优点帮助-This is a student management system with Vector , file iostream and so on
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2448035
    • 提供者:卡卡
  1. DataStruct_CppSTL

    0下载:
  2. 数据结构 C++语言描述--应用标准模板库STL源码
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3531908
    • 提供者:Tao Wu
  1. CommonLib

    0下载:
  2. 一些常用的VC++模板类及代码,这些模板类都是作者多年来开发过程中积累下来的好用代码,并在多个系统中使用了,因不大喜欢用STL,所以自已编写了XDynamicArray,XArray,XMap,XStack,XSet等模板类,还有XByteBuffer,XInputByteBuffer动态缓冲区数据处类。还有XCRC,XHexCode,XMD5,XBase64等类。自我感觉蛮好用的,代码在BCB6编译下通过的,BCB5下需要改一下,主要是XHexCode内含了ASM代码。-Some common
  3. 所属分类:Applications

    • 发布日期:2017-04-01
    • 文件大小:80832
    • 提供者:148
  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. matrix_vector

    0下载:
  2. 矩阵 向量的类 接口全 底层使用STL 实现 稳定可靠,蛮不错的用过一次-Matrix Vector class interface using STL to achieve the entire ground floor of a stable and reliable, very good used one. . .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:19833
    • 提供者:亭子
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com