代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/307094/13729204
m t_seq_gen.m
function T_SEQ = T_SEQ_gen(TRAINING)
%
% T_SEQ_GEN:
% This function generates the MSK-mapped version of the
% training sequence used in the GSMsim package.
%
% SYNTAX: T_S
www.eeworm.com/read/307091/13729230
m t_seq_gen.m
function T_SEQ = T_SEQ_gen(TRAINING)
%
% T_SEQ_GEN:
% This function generates the MSK-mapped version of the
% training sequence used in the GSMsim package.
%
% SYNTAX: T_S
www.eeworm.com/read/303058/13822606
m rts_smooth.m
%RTS_SMOOTH Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,S] = RTS_SMOOTH(M,P,A,Q)
%
% In:
% M - NxK matrix of K mean estimates from Kalman filter
% P - NxNxK matrix of K state covariances fr
www.eeworm.com/read/152721/5667418
java certbag.java
package org.bouncycastle.asn1.pkcs;
import java.io.*;
import org.bouncycastle.asn1.*;
import org.bouncycastle.asn1.x509.*;
public class CertBag
implements DEREncodable
{
ASN1Sequence seq;
www.eeworm.com/read/150965/5687606
java tcppacket.java
package jpcap.packet;
/** This class represents TCP packet. */
public class TCPPacket extends IPPacket
{
/** Source port number */
public int src_port;
/** Destination port number */
publ
www.eeworm.com/read/147391/5730146
ddl simplerecordingstable.ddl
drop table RECORDINGS;
drop sequence RECORDINGS_SEQ;
create table RECORDINGS (
RECORDING_ID INT not null,
RECORDING_TITLE VARCHAR2(50) not null,
RECORDING_ARTIST VARCH
www.eeworm.com/read/139332/5800333
hpp joint_view_begin_end_traits.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
Licen
www.eeworm.com/read/139332/5800360
hpp tuple_forward.hpp
/*=============================================================================
Copyright (c) 1999-2003 Jaakko J鋜vi
Copyright (c) 2001-2003 Joel de Guzman
Use, modification and distributi