代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6245479
3int mbstowcs.3int
.TH mbstowcs 3int
.SH Name
mbstowcs \- converts a sequence of multibyte characters
into a sequence of characters of type wchar_t.
.SH Syntax
#include )
.PP
size_t mbstowcs \fI(pwcs, s, n)\f
www.eeworm.com/read/101082/6247363
3int mbstowcs.3int
.TH mbstowcs 3int
.SH Name
mbstowcs \- converts a sequence of multibyte characters
into a sequence of characters of type wchar_t.
.SH Syntax
#include )
.PP
size_t mbstowcs \fI(pwcs, s, n)\f
www.eeworm.com/read/100446/6269456
sql testdb_create.sql
CREATE TABLE persons (
id NUMBER NOT NULL,
name varchar2(255) NOT NULL
);
CREATE TABLE institutes (
id NUMBER NOT NULL,
name varchar2(255)
);
CREATE TABLE documents (
id NUMBER NOT NULL,
title
www.eeworm.com/read/274660/6288472
c callback.c
/*
** 2005 May 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f
www.eeworm.com/read/349590/6291685
m ladrfilt.m
function [y] = ladrfilt(K,V,x)
% LATTICE/LADDER form realization of IIR filters
% ----------------------------------------------
% [y] = ladrfilt(K,V,x)
% y = output sequence
% K = LATTICE (refle
www.eeworm.com/read/373145/6307087
m program_02_7.m
% Program 2_7
% Computation of cross-correlation sequence
%
colordef black;
x = input('Type in the reference sequence = ');
y = input('Type in the second sequence = ');
% Compute the correlation
www.eeworm.com/read/373145/6307101
m program_02_8.m
% Program 2_8
% Computation of Autocorrelation of a
% Noise Corrupted Sinusoidal Sequence
%
colordef black;
N = 96;
n = 1:N;
x = cos(pi*0.25*n); % Generate the sinusoidal sequence
d = rand(1
www.eeworm.com/read/494116/6378578
plg 2132sdmp3keilnos.plg
礦ision3 Build Log
Project:
E:\Design\EasyARM2131\MP3 OK\mp3\2132sdmp3keilnos.uv2
Project File Date: 10/01/2008
Output:
Build target 'Target 1'
www.eeworm.com/read/493843/6391507
m sper.m
function Px = sper(x,win,M,n1,n2)
%SPER Spectrum estimation using periodogram smoothing.
%----
%USAGE Px = sper(x,win,M,n1,n2)
%
% The spectrum of a process x is estimated using periodogram
% s
www.eeworm.com/read/493843/6391514
m ator.m
function r=ator(a,b)
%ATOR Inverse Levinson-Durbin recursion.
%----
%USAGE: r=ator(a,b)
%
% Finds the autocorrelation sequence r(k) of an
% autoregressive process that is generated by
%