代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/155543/11864152
m latcfilt.m
function [y] = latcfilt(K,x)
% LATTICE form realization of FIR filters
% ---------------------------------------
% y = latcfilt(K,x)
% y = output sequence
% K = LATTICE filter (reflection) co
www.eeworm.com/read/343730/11931984
c msp430x24x_adc12_06.c
//******************************************************************************
// MSP430x24x Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perform
www.eeworm.com/read/343730/11932316
c msp430x24x_adc12_06.c
//******************************************************************************
// MSP430x24x Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perform
www.eeworm.com/read/343458/11946886
test-database
#!/usr/bin/python
import time
import dbus
bus = dbus.SystemBus()
xml = ' \
\
\
\
\
www.eeworm.com/read/256514/11991425
txt 分形维数.txt
function d=d_seq(x)
%used to calculate the dimension of the sequence
%d=d_seq(x)
%x,times sequence
%data
load c:\matlab\work\data\data_c1.mat;
x=xy(1001:length(xy(:,1)),1); %提取X向量
www.eeworm.com/read/256505/11994549
txt rfc2560.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:姚玥(yaoyue baboon@public9.sta.net.cn)
译文发布时间:2001-6-8
版权:本
www.eeworm.com/read/342845/11996024
m sigmult.m
function [y,n] = sigmult(x1,n1,x2,n2)
% implements y(n) = x1(n)*x2(n)
% -----------------------------
% [y,n] = sigmult(x1,n1,x2,n2)
% y = product sequence over n, which includes n1 and n2
% x
www.eeworm.com/read/342845/11996056
m sigadd.m
function [y,n] = sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = fi
www.eeworm.com/read/342648/12007753
cpp for_each.cpp
#include
#include
#include
#include
using namespace std;
//template
class out_times_x
{
private:
int multiplier;
public:
ou