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

搜索资源列表

  1. SortedSet

    0下载:
  2. 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3306
    • 提供者:zhangbb
  1. jiaojibingji

    0下载:
  2. 使用顺序表实现的交集并集问题,其中使用了类模板和简单的线性表存储结构。-order to achieve the intersection of sets, which use a class template and a simple linear table storage structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17273
    • 提供者:muyu
  1. cmoban

    2下载:
  2. 参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the preparation of a class template cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3541
    • 提供者:gongwen
  1. 兩個链表模板类

    1下载:
  2. 编写一个STL中的CString类-preparation of a STL redeem Cla
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:17395
    • 提供者:海天
  1. KDTreeTest

    0下载:
  2. kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6499
    • 提供者:zhengke
  1. binaryTree

    0下载:
  2. 使用类模板生成与遍历二叉树:建立了一个二叉树,并以中序遍历、前序遍历和后序遍历三种方法遍历该二叉树
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10475
    • 提供者:杨玉娟
  1. datastructuresources

    0下载:
  2. 数据结构的课件 类模板 数据结构 这个学期我们在学数据结构,觉得老师的课件比较好,跟大家分享一下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:104333
    • 提供者:欧比
  1. c++

    0下载:
  2. 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8584
    • 提供者:axax123
  1. dividefind

    0下载:
  2. 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:lilinqing
  1. 模板类栈求表达式值

    0下载:
  2. 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63588
    • 提供者:丁兴全
  1. tNQueens

    0下载:
  2. 链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2188
    • 提供者:liuben
  1. SPPP3.0

    2下载:
  2. 一个开源项目。SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。SP++中所有算法都以C++类模板方法实现,以头文件形式组织而成,所以不需要用户进行本地编译,只要将相关的头文件包含在项目中即可使用。-SP++ (Signal Processing in C++) is a signal processing and numerical computation on the open
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4549059
    • 提供者:李伟
  1. cpp200

    0下载:
  2. 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:104496
    • 提供者:jd
  1. ClassTemplate

    0下载:
  2. 类模板,助于参考及编写代码,代码以数据结构值的排序方式及链表操作为主. -Class template, reference and help to write code, the code value to the data structure and linked list Sort-based operation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4594
    • 提供者:许永明
  1. f

    0下载:
  2. 设计一个类模板Find,用于对一个有序数组采用二分法查找指定数据的元素下标-The design of a class template Find, for an orderly array of data using dichotomy to find the elements specified subscr ipt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1321
    • 提供者:苏浙
  1. fga-1.4.tar

    0下载:
  2. 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface function is passed the fitness functi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:226693
    • 提供者:asy
  1. qpglipin.com

    0下载:
  2. 礼品类网站,功能非常齐全的网站模板。网站类型为企业网站,适用于礼品类销售。-Gifts Web site features a very complete site templates. Type of site for business sites, for sales of gift categories.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:52617171
    • 提供者:林少聪
  1. stack

    0下载:
  2. 用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1012
    • 提供者:
  1. binarytree

    1下载:
  2. 二叉树的递归遍历算法 “二叉链表”的类模板,数据结构和算法必备学习程序。-Recursive binary tree traversal algorithm " binary list," class templates, data structures and algorithms necessary learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2276
    • 提供者:
  1. FucTempClassTemp

    0下载:
  2. 这是关于c++函数模板和类模板方面的资料,对那些不了解这方面的初学者有一定帮助.-This is about c++ Function templates and class template information, for those who do not understand this will definitely help beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:16879
    • 提供者:李明子
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com