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

资源列表

« 1 2 ... .61 .62 .63 .64 .65 366.67 .68 .69 .70 .71 ... 2673 »
  1. mtqp

    0下载:
  2. 本程序能够实现遍历马踏棋盘,并且能够输出所便遍历的所有路径和可以遍历的全部可能的路径-Realize traverse horse on board of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:邓明西
  1. main

    0下载:
  2. 哈工大第一次数据结构试验-It s the first test of HIT
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:Young
  1. 2.1

    0下载:
  2. 《数据结构》该实验是:中缀表达式变后缀表达式,全面,经过调试,可以使用-The data structure of midfix expression become suffix expression
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:邵多多
  1. nibolan

    0下载:
  2. 基于数据结构栈的知识实现逆波兰表达式的代码,c++版-data structure Nipolan
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:周娇娜
  1. tree

    0下载:
  2. 二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:罗壹文
  1. pointer-bubble-sort

    0下载:
  2. 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.03kb
    • 提供者:朱康宁
  1. SSTable

    0下载:
  2. 这是一个实现一种排序法的实验,嘿嘿 ~不是我编的-This is a method to achieve a sort of experiment,嘿嘿~ not my series
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:赵hogm
  1. double_linked_list

    0下载:
  2. 双链表基本运算功能的实现,具有详细的注释说明。-Double-linked list implementation of basic computing functions, with detailed explanatory notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.03kb
    • 提供者:陈卫亮
  1. erchashu

    0下载:
  2. 假设一颗二叉树的先序序列为EBADCFHGIKJ和中序序列为ABCDEFGHIJK,请画出该树-Assuming a binary sequence of the first order and the order for the EBADCFHGIKJ sequence ABCDEFGHIJK, please draw the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:guanguan
  1. 324

    0下载:
  2. 算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件input.txt 提供输入数据,文件的第一行中只有1 个整数给出
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:杨蔚
  1. Maze

    0下载:
  2. 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:东邪
  1. 1

    0下载:
  2. 给定一颗有权无根树,修改任意一条边,求最少的任意两点间的距离和:修改一条边是指删除树中的一条边,然后选择两个端点连线,形成一课新的树,并且不改变这条边的权值,在这棵树的基础上,求最少的任意两点间的距离和是多少 任意两点的距离和指:sum(a到b的距离,a<b,a和b都是树上的点) 输入:第一行是整数n,接下来n-1行,每行包括3个整数ai,bi,wi,表示节点ai与bi之间有一条权重为wi的边。 输出:最小的任意两点间的距离和 -Given a right to u
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:qijia
« 1 2 ... .61 .62 .63 .64 .65 366.67 .68 .69 .70 .71 ... 2673 »
搜珍网 www.dssz.com