代码搜索:Subsequence

找到约 105 项符合「Subsequence」的源代码

代码结果 105
www.eeworm.com/read/484221/6582053

htm q10405.htm

Q10405: Longest Common Subsequence
www.eeworm.com/read/255347/12085877

txt 相似度.txt

// myclass13.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include using namespace std; float sim_string
www.eeworm.com/read/266379/11229332

cpp fig02_08.cpp

/** * Linear-time maximum contiguous subsequence sum algorithm. */ int maxSubSum4( const vector & a ) { int maxSum = 0, thisSum = 0; for( int j = 0; j < a.size( ); j++ ) {
www.eeworm.com/read/201064/15416756

vhd cuicommanddata.vhd

-- -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ -- _/ _/ ____________________________________________ -- _/ _/ /
www.eeworm.com/read/357227/10213400

h kasami.h

#ifndef _KASAMI_H #define _KASAMI_H /* * $Log: kasami.h,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * */ #include "mseq.h" typedef struct { Mseq *mseq0; /* 1st m-seque
www.eeworm.com/read/473751/6839240

h kasami.h

#ifndef _KASAMI_H #define _KASAMI_H /* * $Log: kasami.h,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * */ #include "mseq.h" typedef struct { Mseq *mseq0; /* 1st m-seque
www.eeworm.com/read/112972/15473312

h kasami.h

#ifndef _KASAMI_H #define _KASAMI_H /* * $Log: kasami.h,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * */ #include "mseq.h" typedef struct { Mseq *mseq0; /* 1st m-seque
www.eeworm.com/read/102512/15779692

h kasami.h

#ifndef _KASAMI_H #define _KASAMI_H /* * $Log: kasami.h,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * */ #include "mseq.h" typedef struct { Mseq *mseq0; // 1st m-seque
www.eeworm.com/read/429468/8807160

java datafilter.java

// Decompiler options: packimports(3) // Source File Name: DataFilter.java package com.my.www.redhat; import java.util.regex.Matcher; import java.util.regex.Pattern; public class DataFil
www.eeworm.com/read/149098/5703485

cpp find_end.cpp

/************************************************************************** * * find_end.cpp - Example program for finding a subsequence. * See Class Reference Section * ****