代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/132649/5915870
hpp sequence_viewer_widget.hpp
/*
* ===========================================================================
* PRODUCTION $Log: sequence_viewer_widget.hpp,v $
* PRODUCTION Revision 1000.0 2003/10/29 18:38:55 gouriano
* PRO
www.eeworm.com/read/101039/6260403
sql ad_sequence_doctype.sql
CREATE OR REPLACE PROCEDURE AD_Sequence_DocType
(
p_DocType_ID IN NUMBER,
p_ID IN NUMBER,
p_DocumentNo OUT VARCHAR2
)
AS
/**************************************************************
www.eeworm.com/read/101039/6260428
sql ad_sequence_doc.sql
CREATE OR REPLACE PROCEDURE AD_Sequence_Doc
(
p_SequenceName IN VARCHAR2,
p_AD_Client_ID IN NUMBER,
o_DocumentNo OUT VARCHAR2
)
AS
/********************************************************
www.eeworm.com/read/101039/6260433
sql ad_sequence_next.sql
CREATE OR REPLACE PROCEDURE AD_Sequence_Next
(
p_TableName IN VARCHAR2,
p_ID IN NUMBER,
p_NextNo OUT NUMBER
)
AS
/**********************************************************************
www.eeworm.com/read/101039/6260614
sql ad_sequence_check.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/492302/6420987
c der_decode_sequence.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/492302/6421005
c der_length_sequence.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/492302/6421081
c der_encode_sequence.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/490775/6442352
m walsh_sequence_generator.m
Hadamard矩阵实现CDMA信道walsh正交码
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 该函数通过输入因子生成相应阶数的哈达曼(Hadamard)矩阵 %
%
www.eeworm.com/read/490775/6442359
m m_sequence_generator.m
使用移位寄存器生成m序列
%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 该函数根据输入的扩频因子生成相应的M序列, %
% 其中扩频因子限制在2的3次幂到2的12次幂之间。 %
%