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

搜索资源列表

  1. 用标准模板库STL实现文件比较

    2下载:
  2. 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5082
    • 提供者:海贵
  1. stl_code

    0下载:
  2. c++ STL source code, hash and vector etc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:249657
    • 提供者:cloudffx
  1. tic-tac-toe

    0下载:
  2. 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
  3. 所属分类:Shell api

    • 发布日期:2017-04-09
    • 文件大小:1038755
    • 提供者:laixin
  1. implementMapVecterListWithCProgram

    0下载:
  2. c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7540
    • 提供者:黄亮
  1. Vectordemo

    0下载:
  2. 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:865
    • 提供者:陈旭
  1. odad

    2下载:
  2. 一个开源的矢量绘图软件 一个开源的矢量绘图软件(类似MS Visio),支持基本图形绘制,旋转,缩放,串行化。使用MFC、STL、GDI/GDI+和一点点设计模式。 -An open source vector graphics software, an open source vector graphics software (like MS Visio), in support of the basic graphics rendering, rotation, scaling, ser
  3. 所属分类:Windows Develop

    • 发布日期:2014-05-17
    • 文件大小:58272
    • 提供者:artan
  1. CH_STL

    0下载:
  2. 详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3711101
    • 提供者:向前
  1. STL222

    0下载:
  2. 一些STL编程方面的源代码,其中包括vector,list拿出来给大家分享-Some aspects of STL programming source code, including vector, list out for everyone to share
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5758634
    • 提供者:wusheng
  1. VectorTest

    0下载:
  2. 練習用STL Vector寫的測試程式,請用Borland C++ 打開-Practice with the STL Vector to write a test program, please use the Borland C++ Open
  3. 所属分类:其他小程序

    • 发布日期:2017-04-09
    • 文件大小:1424901
    • 提供者:ryan
  1. Q2_HaoLin_c

    0下载:
  2. - read numbers from a file - sort the numbers - output to a file - use STL vector to do this.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:armsky
  1. MiniDraw

    0下载:
  2. MiniDraw是个小型绘图系统,实现了画直线、椭圆、多边形、矩形、随手画的功能。可以帮初学者体会MFC编程,巩固使用STL的vector.-MiniDraw is a small graphics systems, to achieve a draw a straight line, ellipse, polygon, rectangle, readily draw function. MFC programming experience can help the beginner, to c
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:23697
    • 提供者:miaomiao
  1. STL-vector

    1下载:
  2. STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
  3. 所属分类:Windows编程

    • 发布日期:2014-03-21
    • 文件大小:719054
    • 提供者:齐齐
  1. vector

    0下载:
  2. 该程序是关于c++中STL的vector的一些简单应用实例。-The program is the STL' s vector c++ in some simple application examples.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:5686711
    • 提供者:周鑫
  1. test20_chy

    0下载:
  2. (1) 编写程序,实现STL向量的增、删、改、查、排序;-(1) write a program, the realization of add, delete, change, check the STL vector, sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:1680
    • 提供者:chen
  1. vector-array

    1下载:
  2. 用vector(向量)实现动态开辟二维三维数组,这里vector中元素的内存的地址分配也有同双指针实现的二维数组有同样的特点。不过用vector的方法比使用双指针简单地多,分配内存空间时会更安全,数组初始化代码也更简单,所以本人建议使用STL中的vector来实现变长多维数组。-Implemented with vector (vector) opened a two-dimensional dynamic three-dimensional array, the memory address
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-08
    • 文件大小:1024
    • 提供者:lcb
  1. vector

    0下载:
  2. vector操作,详细描述了在STL中如何使用vector,主要针对常用操作-vector Operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:130781
    • 提供者:王斌
  1. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:10497
    • 提供者:zzrpr065shuxi
  1. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-04
    • 文件大小:10037
    • 提供者:hz4044zaixing
  1. stl_malloc

    0下载:
  2. 用c++实现了stl内存池,用来分配内存和释放内存,并且用vector测试(The STL memory pool is implemented with c++, which is used to allocate memory and release memory, and to test with vector)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2961408
    • 提供者:lg998
  1. Stack_Vector

    0下载:
  2. 通过STL里的Vector实现的简单栈结构(Simple stack structure implemented through Vector in STL)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:61440
    • 提供者:buzzgoing
« 12 »
搜珍网 www.dssz.com