代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/354138/10383462
m qpskmapping.m
%===============================================================================
%10/30/04 Sun Jie-ting ECUST
%===============================================================================
% Qpsk
www.eeworm.com/read/275408/10817379
m qpskmapping.m
%===============================================================================
%10/30/04 Sun Jie-ting ECUST
%===============================================================================
% Qpsk
www.eeworm.com/read/484571/6580030
m qpskmapping.m
%===============================================================================
%10/30/04 Sun Jie-ting ECUST
%===============================================================================
% Qpsk
www.eeworm.com/read/474876/6796977
m qpskmapping.m
%===============================================================================
%10/30/04 Sun Jie-ting ECUST
%===============================================================================
% Qpsk
www.eeworm.com/read/475034/6799845
m qpskmapping.m
%===============================================================================
%10/30/04 Sun Jie-ting ECUST
%===============================================================================
% Qpsk
www.eeworm.com/read/136989/5835191
readme
Notification Discard Policy Test
================================
Description
-----------
This test exercises the event discarding policies of the Notification
Service. Each of the implement
www.eeworm.com/read/136989/5835255
readme
Notification Ordering Policy Test
================================
Description
-----------
This test exercises the event discarding policies of the Notification
Service. Each of the implemen
www.eeworm.com/read/101039/6260359
sql ad_sequencenextno.sql
CREATE OR REPLACE FUNCTION AD_Sequence_NextNo
(
TableName IN VARCHAR2
)
RETURN NUMBER
AS
/*************************************************************************
* The contents of this fil
www.eeworm.com/read/388457/8607948
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate
www.eeworm.com/read/388457/8608174
m p8_3.m
% Program P8_3
% Illustration of Filtering by an IIR Filter
%
clf;
% Generate the input sequence
k = 0:50;
w2 = 0.7*pi;w1 = 0.2*pi;
x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k);
x = x1+x2;
% Determin