代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/123297/14639457
m direct_rls.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% RLS Algorithm;
r=wavread('C:\MATLAB\work\Write_In_Paper\Shi_Yan.wav');
r=r(1:2000);
N=length(r);
Hn =[0.8783
www.eeworm.com/read/215497/15059480
m direct2.m
function [y,sf] = direct2(p,d,x,si);
% Y = DIRECT2(P,D,X) filters input data vector X with
% the filter described by vectors P and D to create the
% filtered data Y. The filter is a "Direct Form I
www.eeworm.com/read/215497/15059654
m direct2.m
function [y,sf] = direct2(p,d,x,si);
% Y = DIRECT2(P,D,X) filters input data vector X with
% the filter described by vectors P and D to create the
% filtered data Y. The filter is a "Direct Form I
www.eeworm.com/read/209321/15223426
h direct_sys.h
#ifndef ZLIBC_DIRECT_SYS_H
#define ZLIBC_DIRECT_SYS_H
#if defined RTLD_NEXT && defined __ELF__
/*#include "kernel_stat.h"*/
extern int (*zlib_real_access)(const char *, int);
extern int (*zlib_real
www.eeworm.com/read/208919/15231008
c memcpy.direct.c
/*
Example demonstrating speed of memory copying in both directions
*/
#include
// CONFIGURATION
#define __READ_AFTER_WRITE // uncomment this line to
// read memo
www.eeworm.com/read/208919/15231039