CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LCS

搜索资源列表

  1. LCS

    0下载:
  2. KMP算法实现最长公共子序列的C++算法
  3. 所属分类:midi

    • 发布日期:2014-01-20
    • 文件大小:11111
    • 提供者:王鹏程
  1. STLLCS

    0下载:
  2. STL风格LCS算法 STL style LCS algorithm
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:antss
  1. LCS

    0下载:
  2. 最优自序列问题,对动态规划有更深的理解,用C的方式实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1483
    • 提供者:王菲
  1. LCS

    0下载:
  2. 实现求解整数的递增子序列。给出一串整数,求解其最长递增子序列。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7541
    • 提供者:wu
  1. suffixArray

    0下载:
  2. 后缀数组的资料在国内还是少有的,是种很高效数据结构,用来求LCS很方便
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1891
    • 提供者:sinamaster
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:132600
    • 提供者:burcin
  1. All_Lcs

    0下载:
  2. 设计一个算法求出全部的LCS,分析最坏情况。 用”会计方法”证明,利用b[i,j]来求所有LCS的算法 在最坏情况下时间复杂度为O( )。 -Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the w
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1037310
    • 提供者:小牛
  1. LCS-VC60

    0下载:
  2. C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:154552
    • 提供者:wangxuan
  1. LCSp2264

    0下载:
  2. 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:诗苇
  1. lcs

    0下载:
  2. 求解两个序列的最大子序列问题,以图形显示求解过程-Solving the two sequences of the largest issue of subsequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8747
    • 提供者:浪潮
  1. ada2

    0下载:
  2. lcs ,prims ,kruskal ,merge algorithms for ada -lcs ,prims ,kruskal ,merge algorithms for ada
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5321
    • 提供者:saurabhsingh
  1. LCS

    0下载:
  2. 输入两个字符串,计算两个字符串的最长子序列-Two input strings, the longest string calculation of the two sub-sequences
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1324
    • 提供者:erene
  1. LCS

    0下载:
  2. 本人的写的第一个局域网中的聊天室,用的MFC框架,适用新手-I write the first LAN chat room with the MFC framework, the application of new
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:105904
    • 提供者:查香禾
  1. lcs

    0下载:
  2. local contrast equalization.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:964
    • 提供者:jash
  1. nLCS

    0下载:
  2. 新版本的LCS,增加了一些删除功能。为了下载啦。-A new version of the LCS, the deletion of a number of features increased.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:105932
    • 提供者:查香禾
  1. LCS

    0下载:
  2. longest common subsequence implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1081
    • 提供者:chengers
  1. L_C_S

    0下载:
  2. This program finds Least Common Divisor (LCS) of two or more numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:527
    • 提供者:Binoy
  1. ACM_fuction

    0下载:
  2. acm 常用函数,如数学问题,高精度算法,快速傅里叶算法,字符串问题,LCS,几何问题,图论,Dijkstra,Prim,Floyd,数论,素数筛选等-fuctions of acm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:39023
    • 提供者:youguiyan
  1. LCS

    0下载:
  2. 求最长公共子系列,即给出两序列,求得相同的序列-Seeking the longest common sub-series, that is, given two sequences, obtained the same sequence of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:林风
  1. ethernet_tri_mode_latest.tar

    0下载:
  2. 10_100 0 Mbps tri-mode ethernet MAC implements a MAC controller conforming to IEEE 802.3 specification. It is designed to use less than 2000 LCs/LEs to implement full function. It will use inferred RAMs and PADs to reduce technology dependance.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3199149
    • 提供者:Gopi
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com