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

搜索资源列表

  1. 字符排序

    0下载:
  2. 这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序-This is a common data structure algorithms, is the sort of character input string of characters with character Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.49kb
    • 提供者:飞扬草
  1. 哈夫曼110

    0下载:
  2. 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for Huffman coding algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:飞扬草
  1. 公约数与公倍数

    0下载:
  2. 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27.98kb
    • 提供者:李想
  1. magicsquarecalc

    0下载:
  2. 任意阶一次幻方生成器 < 常用算法与数据结构 >-arbitrary order a magic square generator lt; Common algorithms and data structures gt;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46.94kb
    • 提供者:程果
  1. longest-common-string

    0下载:
  2. 这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:210.85kb
    • 提供者:haha
  1. longest_common_subsequence

    0下载:
  2. 求出所有最长公共子序列(连续序列) 输入: malose malmose 输出: lcs_length=3 lcs_string=ose lcs_string=mal-ouput all the longest common subsequences. the subsequence must be series. for example: [input] malose malmose [output] lcs_length=3 lcs_stri
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:583byte
    • 提供者:ocree
  1. common-father

    0下载:
  2. 如何求二叉树的任意两个节点的公共祖先,可以通过编译-How to find a binary tree of the common ancestor of any two nodes, you can compile
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:898.29kb
    • 提供者:张迪
  1. c--common--suanfa--.DOC

    0下载:
  2. C语言中常见的几种算法,会帮您很大的忙。-common manth will help you
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:69.39kb
    • 提供者:阿瑟
  1. most-common-subsequence-string

    0下载:
  2. 算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.75kb
    • 提供者:lixu
  1. Dynamic-Programming

    0下载:
  2. 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsac
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.71kb
    • 提供者:林达
  1. longest-substring

    0下载:
  2. 最长公共子序列递归算法,最长限制是10000字符-Longest common subsequence of a recursive algorithm, the maximum limit is 10,000 characters
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-12-20
    • 文件大小:1.71kb
    • 提供者:zibin_lee
  1. Greatest-common-divisor-algorithm

    0下载:
  2. 求最大公约数C语言的基本算法,C语言基础学习。-Greatest common divisor algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:51.86kb
    • 提供者:张新
  1. Seek-the-greatest-common-divisor

    0下载:
  2. 求最大公约数 求最大公约数 -Seek the greatest common divisor
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:79.86kb
    • 提供者:zx
  1. The--longest-common-subsequence

    1下载:
  2. 本代码是算法设计中的最长公共子序列问题,通过C++编写。-This code is the longest common subsequence algorithm design, written by C++.
  3. 所属分类:Data structs

    • 发布日期:2016-11-27
    • 文件大小:1kb
    • 提供者:随波
  1. The-longest-common-subsequence

    0下载:
  2. 运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:770byte
    • 提供者:吕子乔
  1. greatest-common-divisor

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:672byte
    • 提供者:郭同学
  1. least-common-ancestor

    0下载:
  2. Tarjan的脱机最小公共祖先问题,里面使用了pair,map以及结构体等相关结构-Tarjan off-line least common ancestors problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.56kb
    • 提供者:lixiaobo
  1. common-search-algorithm

    0下载:
  2. 这是常用搜索算法的源码。不是我自己写的,是一本书里自带的,自己运行着可以用-This is a common search algorithm source code. Not my own writing, is a book that comes with their own running you can use
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:605.67kb
    • 提供者:朱建华
  1. Eight-Common-Sorging-Algorithms

    0下载:
  2. 常见的八大排序算法,包括冒泡,排序,二分法等,满足常见的排序要求-Eight common sorting algorithms, including bubble sort, dichotomy, to meet the requirements of the common sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.22mb
    • 提供者:zqzhang
  1. Longest common subsequence

    0下载:
  2. 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:lcy2074
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com