搜索资源列表

  1. ada2

    0下载:
  2. lcs ,prims ,kruskal ,merge algorithms for ada -lcs ,prims ,kruskal ,merge algorithms for ada
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:saurabhsingh
  1. LCS

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:erene
  1. LCS

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

    • 发布日期:2024-05-19
    • 文件大小:105472
    • 提供者:查香禾
  1. lcs

    0下载:
  2. local contrast equalization.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:jash
  1. nLCS

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

    • 发布日期:2024-05-19
    • 文件大小:105472
    • 提供者:查香禾
  1. LCS

    0下载:
  2. longest common subsequence implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:chengers
  1. LCS

    0下载:
  2. long comman subsequence directory program for the beginner
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lalit
  1. L_C_S

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Binoy
  1. ACM_fuction

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

    • 发布日期:2024-05-19
    • 文件大小:38912
    • 提供者:youguiyan
  1. LCS

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:林风
  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 r
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3198976
    • 提供者:Gopi
  1. ALL_LCS

    0下载:
  2. LCS(最长公共子序列)能够输出所有的最长公共子序列-LCS (longest common subsequence) to output all of the longest common subsequence
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:huoxinya
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1037312
    • 提供者:小牛
  1. 3

    0下载:
  2. 采用动态规划算法求最长公共串,LCS算法经典中的经典-A dynamic programming algorithm seeking longest common string
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:赵晔晖
  1. lis_lds02

    0下载:
  2. A N*log(N) algorithm implementation of classic LCS problem. Very detail for reading and understanding. Hope this help people learning.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:die4home
  1. LCSAlgo

    0下载:
  2. 1.此程式執行將從路徑讀取二個文字檔 ( 路徑:C:/INPUT1.TXT, C:/INPUT2.TXT ) 2.執行結束會產生一個最佳解的文字檔 ( 路徑:C:OUTPUT.TXT )並說明最佳解的長度及跳躍次數首先動態宣告了temp陣列來存取input的內容大小依照文章的長度而定並分別記錄兩個input的文章大小給定兩 序列 ,最長共同子序列 (LCS)問題是決定一個子序列
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zelda
  1. Longgest

    0下载:
  2. 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘欢
  1. LCS

    0下载:
  2. 算法设计与分析课程中用动态规划算法求解最长公共子序列问题,C语言写的,很实用,有b数组和c数组的输出,很适合初学者一步一步走程序。-Algorithm design and analysis programs using dynamic programming algorithm for solving the longest common subsequence problem, C language written, very pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:陈丽萍
  1. 1159_Palin

    0下载:
  2. poj 第1159题palin_drome_回文 最长公共子序列 LCS DP 滚动数组-poj 1159 title palin_drome_ palindrome longest common subsequence LCS DP rolling array
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:ni
  1. lcs1.c

    0下载:
  2. This a implementation of LCS in C-This is a implementation of LCS in C
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Siki
« 1 2 3 4 5 6 78 9 10 11 »

源码中国 www.ymcn.org