代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/232307/14199023
c friq.c
/*
friq.c (c) 1998 Grant R. Guenther
Under the terms of the GNU General Public License
friq.c is a low-level protocol driver for the Freecom "IQ"
parallel port
www.eeworm.com/read/223889/14613845
c jp2.c
/* jp2-linux.c -- JTAG protocol via parallel port for linux
Copyright(C) 2001 Marko Mlinar, markom@opencores.org
Code for TCP/IP copied from gdb, by Chris Ziomkowski
This file is part of OpenRI
www.eeworm.com/read/223889/14613851
c jp1.c
/* jp1-linux.c -- JTAG protocol via parallel port for linux
Copyright (C) 2001 Marko Mlinar, markom@opencores.org
Code for TCP/IP copied from gdb, by Chris Ziomkowski
This file is part of OpenR
www.eeworm.com/read/214382/15103987
psf ddr_sdram.psf
DEFAULT_PARAMETERS
{
~ELA~WIDTH = 0;
~ELA~DEPTH = 0;
}
SYNTHESIS_FITTING_SETTINGS
{
AUTO_TURBO_BIT = ON;
AUTO_OPEN_DRAIN_PINS = ON;
AUTO_PARALLEL_EXPANDERS = ON;
AUTO_FAST_OUTPUT_REGIS
www.eeworm.com/read/213298/15137425
m schroeder2.m
function [y,b,a]=schroeder2(x,cg,cd,ag,ad,k)
%This is a reverberator based on Schroeder's design which consists of 4 parallel feedback comb filters
%in series with 2 cascaded all pass filters.
%
www.eeworm.com/read/213298/15137426
m moorer.m
function [y,b,a]=moorer(x,cg,cg1,cd,ag,ad,k)
%This is a reverberator based on Moorer's design which consists of 6 parallel feedback comb filters
%(each with a low pass filter in the feedback loop
www.eeworm.com/read/213298/15137428
m stereoverb.m
function [yleft,yright]=stereoverb(x,d,cg,cg1,cd,ag,ad,k)
%This is a stereo reverberator based on Moorer's design which consists of 6 parallel feedback comb filters
%(each with a low pass filter
www.eeworm.com/read/213298/15137436
m parallelcoefficients.m
function [b,a]=parallelcoefficients(b1,a1,b2,a2)
%This function gives the filter coefficients of the parallel connection of two filters.
%
%The structure is: [b,a] = parallelcoefficients(b1,a1,b