代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/301474/3839633
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
www.eeworm.com/read/301474/3839710
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 II
www.eeworm.com/read/285891/4044263
h interp-direct.h
/*
* Copyright (C) 2003, 2004, 2005, 2006, 2007
* Robert Lougher .
*
* This file is part of JamVM.
*
* This program is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/273525/4205057
style connectstyle-direct.style
*! version 1.0.0 22dec2002
sequence 1000
www.eeworm.com/read/448886/1683463
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 II
www.eeworm.com/read/448886/1683541
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
www.eeworm.com/read/448886/1683618
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 II
www.eeworm.com/read/447738/1695431
d relax-direct.d
#source: relax-direct.s
#as: -m68hc11
#ld: --relax
#objdump: -d --prefix-addresses -r
#target: m6811-*-* m6812-*-*
.*: +file format elf32-m68hc11
Disassembly of section .text:
0+8000 lds \*
www.eeworm.com/read/447738/1695446
s relax-direct.s
;;; Test 68HC11 linker relaxation from extended addressing to direct
;;; addressing modes
;;;
.sect .text
.globl _start
_start:
start:
lds stack
ldd _bar
beq F1
beq F2
std _bar
jsr _bar
F1:
www.eeworm.com/read/440906/1782463
c direct2.c
/* Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Nathan Sidwell 8 May 2001 */
/* Test of prohibition on directives which result from macro expansion.