登录
首页 » C# » Longest Common Subsequence (Dynamic Programming)

Longest Common Subsequence (Dynamic Programming)

于 2022-05-14 发布 文件大小:112.91 kB
0 200
下载积分: 2 下载次数: 1

代码说明:

#include   #include   const int M = 100;      //記錄序列X和Y的LCS的長度   int c[M][M];   //二維陣列b記錄搜索方向,1-對角線方向;2-向上;3-向左;4-向上或向左   int b[M][M];   //lcs 記錄得到的LCS字元   char lcs[M];   // LCS最大長度   int  nlcs = 0;   /*  功能: 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 多元一次方程
    该程序利用龙格库塔四阶算法,求解多元一次微分方程组。(The program uses the Runge Kutta four order algorithm to solve the multivariate first order differential equations.)
    2018-09-04 13:48:40下载
    积分:1
  • cuda dct 变换
    cuda dct 变换In this whitepaper the Discrete Cosine Transform (DCT) is discussed. The two-dimensional variation of the transform that operates on 8x8 blocks (DCT8x8) is widely used in image and video coding because it exhibits high signal decorrelation rates and can be easily implemented on the majority of contemporary computing architectures. The key feature of the DCT8x8 is that any pair of 8x8 blocks can be processed independently. This makes possible fully parallel implementation of DCT8x8 by definition. Most of CPU-based implementations of DCT8x8 are firmly adjusted for operating using fixed point arithmetic but still appear to be rather costly as soon as blocks are processed in the sequential order by the single ALU. Performing DCT8x8 computation on GPU using NVIDIA CUDA technology gives significant performance boost even compared to a modern CPU. The proposed approach is accompanied with the sample code “DCT8x8” in the NVIDIA CUDA SDK.    
    2022-07-22 04:21:09下载
    积分:1
  • 一种无损图象压缩算法,可用于珍贵图象的保存 calic
    一种无损图象压缩算法,可用于珍贵图象的保存.(A lossless image compression algorithm, can be used for the preservation of precious images.)
    2020-08-10 18:48:28下载
    积分:1
  • spline
    matlab小波变换源代码,供广大研究者学习(matlab wavelet transform source code, for the majority of researchers to learn)
    2013-11-22 21:37:29下载
    积分:1
  • C++ Primer书籍源码
    MS_pre_C11.zipGCC_4_7_0.zip GCC_pre_C11.zip
    2020-12-11下载
    积分:1
  • 模拟实现锁管理器
    模拟实现锁管理器(Simulation lock manager)
    2005-01-24 23:07:03下载
    积分:1
  • C-langage-2
    C语言的配套学习课件 适合计算机专业学生(C Programming Language supporting courseware)
    2013-03-15 20:28:06下载
    积分:1
  • 变频器控制
    【实例简介】
    2021-07-24 00:31:04下载
    积分:1
  • 1
    说明:  c++primer 1源代码希望大家能够接受(c++primer 1)
    2015-10-31 09:25:04下载
    积分:1
  • 2DAcoustic
    完成不带PML边界的2维声波介质波场正演(Forward modelling of the wave field in two-dimensional acoustic medium)
    2021-03-03 19:19:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载