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

搜索资源列表

  1. vectoralist

    0下载:
  2. 练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。 -Exerc
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:1086
    • 提供者:唐亮
  1. tree

    0下载:
  2. c++下一个简单的多叉树实现: 利用迭代器方便地构建树, 可以递归输出,前序,后序。 利用栈实现输出。 销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only aft
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:761689
    • 提供者:张彭
  1. ssd7exercise3

    0下载:
  2. 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:661693
    • 提供者:邹斌
  1. 70809

    0下载:
  2. *** *** *** iterator模式-***************************** iterator pattern
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:169722
    • 提供者:陈久富
  1. ISODATA028

    0下载:
  2. 模式识别的聚类算法 ISODATA算法 有详细的迭代结果输出-ISODATA clustering algorithm of pattern recognition algorithms in detail the resulting output iterator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:37648
    • 提供者:赵静
  1. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:756940
    • 提供者:fdsf
  1. TheSTLMap

    0下载:
  2. map概述,map中的类型定义,map中的迭代器和键值对,map中的构造函数与析构函数,map中的操作方法,再议map的插入操作,multimap-overview map, map of the type definition, map the iterator and value pairs, map in the constructor and destructor, map in the method of operation, and then proposed the inserti
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:44620
    • 提供者:滕林颖
  1. Math

    0下载:
  2. GS迭代法,是利用计算机来求矩阵的解的,具有良好的执行效率-GS Iterator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1948
    • 提供者:向诗阳
  1. dictlist

    0下载:
  2. 索引链表实现细节,既有list的特点,又有map的特点。内部有两种迭代器实现。 list迭代iterator map迭代器kiterator 两种迭代器*,->操作都指向list节点。-Dictionary list(dictlist) realize detail, two kinds of iterator inside. one for list,the other for map. Both iterator point to the list node.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3816
    • 提供者:hrc
  1. code

    0下载:
  2. 用C语言实现,基于迭代器的一元多项式计算,使得算法与具体的容器无关-Using the C language, regardless of the algorithm with specific container iterator-based polynomial, so
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:10440
    • 提供者:李嘉
  1. mergelist

    0下载:
  2. 利用list iterator合并两数列-Use merge two columns list iterator
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:623
    • 提供者:harenkang
  1. Aperiodic-iterator

    0下载:
  2. 一种基于MATLAB程序的非周期点迭代程序算法-A non-periodic point iteration algorithm is based on the MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1166
    • 提供者:孔小凡
  1. P

    0下载:
  2. WLS的电力系统状态估计,能够迅速完成节点迭代-WLS state estimation of power system that can quickly complete node iterator
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3081
    • 提供者:李劲秋
  1. PreOrderTree

    0下载:
  2. 数据结构树的初步实现 写了迭代器 还有树的先序遍历 但是iterator 的operator 没有实现-Preliminary data tree also wrote a tree traversal iterator iterator s operations but did not realize operator
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1948
    • 提供者:翟增辉
  1. 数据结构

    0下载:
  2. 数据结构的主要任务就是通过描述对象的结构特征,包括逻辑结构在内的联系,然后把逻辑结构表示成计算机可实现的物理结构,从而方便计算机处理(Linked_List:The formal definition is "a data structure consisting of a group of nodes which together represent a sequence." Like arrays,linked lists have indexes,but are acc
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:38638592
    • 提供者:goldisc
  1. cheekej-iterator

    1下载:
  2. 数学建模十大算法,或许会对你有所帮助的,来看看吧()
  3. 所属分类:大数据

    • 发布日期:2018-04-30
    • 文件大小:573440
    • 提供者:yqbuv%2400166
  1. 菲涅尔迭代计算

    0下载:
  2. MATLAB 程序菲涅尔迭代计算啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(Fresnel Iterator of MATLAB Program)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-07
    • 文件大小:438272
    • 提供者:龙卷风cf
搜珍网 www.dssz.com