代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/321834/13396616

cpp main.cpp

#pragma warning (disable:4786) #include #include #include "PrefixSpanTemplateAlgm.h" #include "Sequence.h" using namespace std; const string filename("seqtbl1000item50
www.eeworm.com/read/151482/5681272

java sqlmapsequencedao.java

package org.springframework.samples.jpetstore.dao.ibatis; import org.springframework.dao.DataAccessException; import org.springframework.dao.DataRetrievalFailureException; import org.springframew
www.eeworm.com/read/132649/5915106

asn tinyseq.asn

-- -- =========================================================================== -- PRODUCTION $Log: tinyseq.asn,v $ -- PRODUCTION Revision 1000.0 2003/10/29 21:40:15 gouriano -- PRODUCTION PRODUCT
www.eeworm.com/read/131315/5942407

man rcvstore.man

RCVSTORE(1) BSD Reference Manual RCVSTORE(1) NNAAMMEE rcvstore - incorporate new mail asynchronously SSYYNNOOPPSSIISS /usr/contrib/mh-6.8/lib/rcvst
www.eeworm.com/read/115070/6120389

sql sqlchanges20010305.sql

-- r/w of prdb_dbs || r/o prweb_vhost -- -- All these changes were applied 3/8/2001 -- CREATE USER backend WITH PASSWORD 'xxxxx' NOCREATEDB NOCREATEUSER; GRANT SELECT ON prweb_vhost TO backend; GR
www.eeworm.com/read/113186/6133238

java sqlmapsequencedao.java

package org.springframework.samples.jpetstore.dao.ibatis; import org.springframework.dao.DataAccessException; import org.springframework.dao.DataRetrievalFailureException; import org.springframew
www.eeworm.com/read/108165/6184431

java sqlmapsequencedao.java

package org.springframework.samples.jpetstore.dao.ibatis; import org.springframework.dao.DataAccessException; import org.springframework.dao.DataRetrievalFailureException; import org.springframew
www.eeworm.com/read/104330/6204714

java sequencesqlmapdao.java

/** * User: Clinton Begin * Date: Jul 13, 2003 * Time: 7:21:30 PM */ package com.ibatis.jpetstore.persistence.sqlmapdao; import com.ibatis.dao.client.DaoException; import com.ibatis.dao.c
www.eeworm.com/read/488270/6491139

m p1_4.m

% Program P1_4 % Generation of a sinusoidal sequence n = 0:40; f = 0.1; phase = 0; A = 1.5; arg = 2*pi*f*n - phase; x = A*cos(arg); clf; % Clear old graph stem(n,x); % Plot the
www.eeworm.com/read/488117/6496928

m program_8_11.m

% Program 8_11 % Computation of Linear Convolution Using DFT % g = input('Type in first sequence = '); h = input('Type in second sequence = '); ga = [g zeros(1,length(h)-1)]; ha = [h zeros(1,len