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

搜索资源列表

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

    0下载:
  2. 电话号码管理系统,很小的程序,是学习stl,自己编的,用map实现,还有文档说明-Telephone number management system, small procedures, are studying stl, own, and with map implementation, there is documentation
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:66222
    • 提供者:sdfsd
  1. Server1

    0下载:
  2. 基于VISA的网络仪器控制的服务器端程序,用Socket封装了viRead和viWrite函数,并用Windows API函数实现了对网络仪器的控制,其中用到了STL中的map-Based on the VISA network equipment control server-side procedures, using Socket package of Viread and viWrite function, and use Windows API function implementat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1909844
    • 提供者:海涛
  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-15
    • 文件大小:3711101
    • 提供者:向前
  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. hashmap

    0下载:
  2. 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.-A Hash Table Implementation The following header file and implementation fil
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:667941
    • 提供者:刘亚
  1. wrk

    0下载:
  2. 利用STL中的MAP和VECTOR实现的一个多节点树-The use of STL in the MAP and the VECTOR to achieve a multi-node tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:18335
    • 提供者:Waxgin
  1. ShowVBStrArr

    0下载:
  2. API函数原型测试——DLL中返回字符串数组的函数原型(导出函数的原型不用vector<wstring>),演示用变体/安全数组代替vector/map等STL容器制作标准DLL(这里是C的接口、C++的实现)的一般方法,在vb/vc中测试通过。-API function prototypes- DLL returns a string array of function prototypes (not export the function prototype vector <
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4762543
    • 提供者:hanxiaohua
  1. dbinit_stl_views-1_03

    0下载:
  2. linux下gdb调试工具扩展脚本,可以查看stl模板类的信息-linux gdb debug stl list map
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6832
    • 提供者:mhzlg
  1. stx-btree-0.8.3

    0下载:
  2. 用b+树算法实现的map,set容器,查找速度超快-map,set container base on B+tree algorithm 。can search faster than the STL container base on RBtree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1284043
    • 提供者:冯刚
  1. STL_map

    0下载:
  2. STL中map用法详解 STL中map用法详解-Detailed map uses the STL STL STL Detailed descr iption of the map Detailed map usage
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:97821
    • 提供者:augusdi
  1. Guider

    0下载:
  2. STL功能文档,方便STL实现编程,进行map,set,vector等的使用-STL function documentation to facilitate the implementation of the STL programming, to map, set, vector, etc. Use
  3. 所属分类:STL

    • 发布日期:2017-06-11
    • 文件大小:18061098
    • 提供者:lijiawei
  1. mapInSTL

    0下载:
  2. STL中map用法详解-C++名库,说的很详细看看吧-Detailed map use the STL-C++ library name, said, very detailed look at it
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:36996
    • 提供者:青林
  1. ParaManager

    0下载:
  2. 利用STL中MAP容器写的参数工具类及其使用示例:可以方便地从文件中读取参数,将参数保存到文件,在自己程序中随时随地存取参数。-Written using STL containers in the MAP parameter tools and their use example: you can easily read from the file parameter, the parameter to a file, the program anytime, anywhere access
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:894269
    • 提供者:mikeywj
  1. stx-btree-0.8.6.tar

    0下载:
  2. The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1776728
    • 提供者:icegull
  1. SingingCompetition

    0下载:
  2. 用VS2008写的一个唱歌比赛的应用,主要练习STL各种容器的使用,包括vector,list,set,multiset,map,multimap等-Using VS2008 to write a singing competition applications, the main variety of exercises using STL containers, including vector, list, set, multiset, map, multimap, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6252701
    • 提供者:shenzhe
  1. testForStl.cpp

    0下载:
  2. 本程序是基于stl写的,作用是寻找出无向图上某点到某点的所有的路径-This procedure is based stl write, the role is to find out all the way to a point not to a point on the map
  3. 所属分类:STL

    • 发布日期:2017-04-14
    • 文件大小:3071
    • 提供者:yang
  1. stl_tree

    0下载:
  2. Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap). -Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7265
    • 提供者:suewdzai
  1. pwwMap2015-12-28

    0下载:
  2. 大数据分析和存储利器 内含三种map,适合各种应用场合 diskmap nosql数据库功能 memmap 完全替代stl库 hashmap 超级查询-1. Memory Map(memMap): It has a good access speed. But its size is limited by memory size. 2. Harddisk Map(diskMap): It utilizes hard disk to store data. So it coul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:587786
    • 提供者:pww
  1. MapPloynomial

    0下载:
  2. C++实现一元多项式的运算,使用链表、映射等高级stl技术-C++ map list
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:171604
    • 提供者:chenxing
« 1 2 34 »
搜珍网 www.dssz.com