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

资源列表

« 1 2 ... .14 .15 .16 .17 .18 319.20 .21 .22 .23 .24 ... 2673 »
  1. qSort

    0下载:
  2. 快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序 (3)合并:在a[p:q-1]和a[q+1:r]已经排好序的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017byte
    • 提供者:忠波
  1. 抓贼

    0下载:
  2. 这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017byte
    • 提供者:月月
  1. ddt

    0下载:
  2. 算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t的最小成本路径,进而可以灵活解决可以用多段图描述的许多实际问题.-algorithm design in the analysis of many of the map, prepared with VC dynamic programming algorithm design, the optimum principle as well
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017byte
    • 提供者:范铮
  1. Huffman

    0下载:
  2. 用vc++实现用最短路径查找哈弗曼树。n个权值构成n棵二叉树的集合F={T1, T2, …, Tn},其中每棵二叉树Ti中只有一个带树为Ti的根结点。-Achieved with the vc++ to find the shortest path tree Havermann. n-weight constitutes a collection of n binary trees F = (T1, T2, ..., Tn), which is only a Ti binary Each spe
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1017byte
    • 提供者:liangsi
  1. Polynomiaaddition

    0下载:
  2. 多项式加法,使用C++语言编写的多项式加法的程序,数据结构的经典程序-Polynomial addition, using C++ language programs of polynomial addition, the data structure of the classic procedure
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1017byte
    • 提供者:lj
  1. List

    0下载:
  2. 节点、多边形链表结构,节点、多边形链表结构-Node, polygon linked list structure, node, polygon linked list structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1017byte
    • 提供者:Candy
  1. Sort

    0下载:
  2. SHELL排序 插入排序 的C++实现 模仿自数据结构课本-SHELL insert SORT of c++ edition
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1017byte
    • 提供者:solo
  1. quzao

    0下载:
  2. 阀值去噪 用db1小波对原始信号进行3层分解并提取系数-Db1 wavelet threshold de-noising with the original signal decomposition and extraction coefficient of 3 layers
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1017byte
    • 提供者:邵明旭
  1. mergeinS

    0下载:
  2. merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.-merge sort give a set of S n integers and anot her integer x, determine whether or not there exits two elemen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1018byte
    • 提供者: 朱雨科
  1. shuju

    0下载:
  2. 单链表的交集,并集,插集,逆置,定位的实现-Single list of the intersection, and set, insert set, reverse home, location of implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1018byte
    • 提供者:王明
  1. fyzd

    0下载:
  2. 回溯法计算总费用最小费用,回溯法计算总费用最小费用-回溯法计算总费用最小费用
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1018byte
    • 提供者:徐云
  1. 3-3

    0下载:
  2. 链式存储一些有序的数据,插入新数据后使链表保持有序,数据结构课程的实例-Chain store some data in order to insert new data to maintain the order list, an instance of the data structure course
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1018byte
    • 提供者:王苯充
« 1 2 ... .14 .15 .16 .17 .18 319.20 .21 .22 .23 .24 ... 2673 »
搜珍网 www.dssz.com