CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 STL 搜索资源 - IN

搜索资源列表

  1. MFCIteratorDemo

    0下载:
  2. 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL - style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and compatible with the STL. In t
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:26701
    • 提供者:张雷
  1. array2_T

    0下载:
  2. 一个二维数组,模板写的,内存连续,可以通过计算内存得到正确的数据,元素类型为T-a two-dimensional array, templates written in the continuous memory, memory can be correctly calculated data, elements of type T
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:hhn
  1. cvm_jmlr_exe

    0下载:
  2. 香港的Kwok在JMLR上发表的CVM论文的可执行文件,以供需要快速算法需求的用户直接调用。用于海量数据的分类。-in JMLR CVM published papers executable file, the need for rapid algorithm needs of the users call directly. Massive data for the classification.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:927098
    • 提供者:宋争鸣
  1. CIVStringSet

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

    • 发布日期:2008-10-13
    • 文件大小:23408
    • 提供者:大黄
  1. testlinklists

    0下载:
  2. 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:33770
    • 提供者:啊啊
  1. STL.zip

    0下载:
  2. source code from Mastering The Standard C++ Classes using C++. 1) The source code listings from each chapter can be found in the listings directory. The listings directory is divided by chapter. 2) A html quick reference for the mo
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:1017441
    • 提供者:wwtmw
  1. sliding

    0下载:
  2. 求出sliding window的最大最小值-n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves ri
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:582
    • 提供者:ben
  1. STL1

    0下载:
  2. 关于STL各种操作复杂度的文章,在对速度比较敏感的情况下,可以作为使用STL的参考-Complexity of various operations on the STL articles, in the case of the speed-sensitive, can be used as a reference using the STL
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:6776
    • 提供者:陈宇
  1. STL

    0下载:
  2. 介绍STL特性,使初学者快速入门,能够在短时间内快速了解STL编程的优点。-Introduces the STL features, so that beginners get started quickly, and can quickly understand the advantages of STL programming in a short time.
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:53496
    • 提供者:shzhq
  1. StLViewer

    1下载:
  2. 读取STL格式的文档,并把图形显示在自己创建的窗口中。程序能够利用鼠标移动和旋转图形。-read STL file, and visualize the graphic in your own designed widget. And you can move and rotate the figure with the mouse.
  3. 所属分类:STL

    • 发布日期:2017-01-06
    • 文件大小:4884480
    • 提供者:youyaohui
  1. ptypes.tar

    0下载:
  2. ptyes,轻量级的stl,C++初学者的很好的参考资料,也可以在实际中使用-ptyes, lightweight stl, C++ for a good reference for beginners as well as in the actual use of
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:333405
    • 提供者:CBean
  1. shijianqudong

    0下载:
  2. 事件驱动程序 用C++写的 希望对大家有所帮助 适合初学者-Event-driven program with C++ written in hope to help for beginners
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:32200
    • 提供者:刘华
  1. STL_doc.tar

    0下载:
  2. STL的官方文档,STL的最权威的解释!C++学习必备利器,可以极高的提高编程效率-The resample software package contains free sampling-rate conversion and filter design utilities written in C, including a stand-alone command-line sampling-rate conversion utility called resample. The packag
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:550813
    • 提供者:金牟良
  1. List

    0下载:
  2. 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:568468
    • 提供者:jiutianfeixue
  1. ext_string

    0下载:
  2. 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:69713
    • 提供者:萧萧
  1. msgQueueClass

    0下载:
  2. 一个多线程安全的消息队列类的实现,依赖于STL库-realization of message queue class in multi-thread enviroment
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:1164
    • 提供者:魏静
  1. Stack-Delimiter-Match

    0下载:
  2. 用于检测代码源文件中的符号匹配是否正确,使用双栈实现,C++ STL实现栈类。开发工具:VS 2008-Used to detect whether the symbols in source code is well matched , dual-stack implementation,using C++ STL to implement stack class.
  3. 所属分类:STL

    • 发布日期:2017-03-23
    • 文件大小:4042
    • 提供者:Godfrey Jia
  1. Manning_JSTL_in_Action

    0下载:
  2. JSTL in Action SHAWN BAYERN
  3. 所属分类:STL

    • 发布日期:2017-05-18
    • 文件大小:4800486
    • 提供者:vr
  1. Manning---JSTL-in-Action

    0下载:
  2. JSTL in Action的英文版,pdf格式-JSTL in Action in English, pdf format
  3. 所属分类:STL

    • 发布日期:2017-05-17
    • 文件大小:4856754
    • 提供者:chrissie
  1. STL-in-ACM

    0下载:
  2. acm中用到的stl的讲解,也算是stl的入门介绍。-stl in acm, introduction to stl of acm.
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:22926
    • 提供者:feng1
« 12 3 4 5 6 »
搜珍网 www.dssz.com