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

搜索资源列表

  1. Y_TFun_Tournament

    0下载:
  2. 二叉树,堆排序模板,时间复杂度:为O(N*Log2(N))。空间复杂度: 2*N-1(个结点)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1887
    • 提供者:xzzz
  1. poj1100

    0下载:
  2. 北大在线OJ 1100题,运用自动机成功求解方程式的经典例子,此程序可作为自动机模板
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:陈佩鹏
  1. libkdtree++_0.6.2

    1下载:
  2. 一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:94158
    • 提供者:Wen Ming Yu
  1. c++2

    0下载:
  2. 第六章 模板与数据结构习题 6.2.1 需要编写一个对多维数组通用的算法(即各维的大小未定),怎样才能把实参多维数组的信息全部传递到函数中去?
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17245
    • 提供者:皇甫
  1. functors_src

    0下载:
  2. 又一个c++委托(函数对象)模板类的实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13014
    • 提供者:seo
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:新康
  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. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. Computational_Geometry.rar

    0下载:
  2. 资料是陈海丰的计算几何资料,有很多计算几何代码模板便于参考学习,Chen Haifeng information is information on the computational geometry, computational geometry, many ease of reference to study the template code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:117862
    • 提供者:天雨
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:169550
    • 提供者:james
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14732
    • 提供者:诗苇
  1. list

    0下载:
  2. 使用模板类编写的单链表,其中有拷贝构造函数,重载赋值函数等一系列功能-Prepared using a single linked list template class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:426093
    • 提供者:zsdl1288
  1. wykobi

    0下载:
  2. 一个二维计算几何库,包含了很多实用算法,都是用模板编写,容易集成。-A two-dimensional computational geometry library contains many useful algorithms are written using templates, easy to integrate.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:107183
    • 提供者:xgary
  1. bignumber

    0下载:
  2. 大数计算模板加强版,此版本可以做到几乎全部的计算,包括大数取模计算。已经封装成类。可以直接定义。 -Enhanced version of the template computation of large numbers, this version can do almost all of the terms, including large numbers modulo calculation. Has been packaged as class. Can be defined direc
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2327
    • 提供者:coolbe
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
  1. sortoutside

    0下载:
  2. 外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3125
    • 提供者:caj
  1. shanghaiACM

    0下载:
  2. 杭电ACM培训资料PPT和上海交大ACM队模板,另加算法pdf-Hangzhou Xinhua ACM training materials, and Shanghai Jiao Tong University ACM Team PPT template, plus algorithm pdf
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17298386
    • 提供者:谭俊
  1. Deliver

    0下载:
  2. 包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。-Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4761
    • 提供者:黄尚
  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. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com