代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/314196/13571762
m dir2par.m
function [C,B,A] = dir2par(b,a);
% DIRECT-form to PARALLEL-form conversion
% --------------------------------------
% [C,B,A] = dir2par(b,a)
% C = Polynomial part when length(b) >= length(a)
%
www.eeworm.com/read/302325/13837701
m dir2par.m
function [C,B,A] = dir2par(b,a);
% DIRECT-form to PARALLEL-form conversion
% --------------------------------------
% [C,B,A] = dir2par(b,a)
% C = Polynomial part when length(b) >= length(a)
%
www.eeworm.com/read/152843/5661860
c turbografx.c
/*
* $Id: turbografx.c,v 1.14 2002/01/22 20:30:39 vojtech Exp $
*
* Copyright (c) 1998-2001 Vojtech Pavlik
*
* Based on the work of:
* Steffen Schwenke
*/
/*
* TurboGraFX parallel port inte
www.eeworm.com/read/152843/5661929
makefile
#
# Makefile for Parallel port IDE device drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
obj-$(CONFIG_PARIDE) += pari
www.eeworm.com/read/152843/5661952
c bpck6.c
/*
backpack.c (c) 2001 Micro Solutions Inc.
Released under the terms of the GNU General Public license
backpack.c is a low-level protocol driver for the Micro Solutions
"BACKPACK" parallel port
www.eeworm.com/read/147766/5724266
c bpck6.c
/*
backpack.c (c) 2001 Micro Solutions Inc.
Released under the terms of the GNU General Public license
backpack.c is a low-level protocol driver for the Micro Solutions
"BACKPACK" parallel port
www.eeworm.com/read/136786/5864985
c bpck6.c
/*
backpack.c (c) 2001 Micro Solutions Inc.
Released under the terms of the GNU General Public license
backpack.c is a low-level protocol driver for the Micro Solutions
"BACKPACK" parallel port
www.eeworm.com/read/135153/5888951
h mpp.h
#ifndef _LINUX_MPP_H
#define _LINUX_MPP_H
/*
* Definitions related to Massively Parallel Processing support.
*/
/* All mpp implementations must supply these functions */
extern void mpp_init(void
www.eeworm.com/read/132748/5909812
h mpp.h
#ifndef _LINUX_MPP_H
#define _LINUX_MPP_H
/*
* Definitions related to Massively Parallel Processing support.
*/
/* All mpp implementations must supply these functions */
extern void mpp_init(void
www.eeworm.com/read/132747/5910417
c atp.c
/* atp.c: Attached (pocket) ethernet adapter driver for linux. */
/*
This is a driver for commonly OEMed pocket (parallel port)
ethernet adapters based on the Realtek RTL8002 and RTL8012 chips.
Wr