代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/128531/5985794

c parport.c

/* * Parallel port driver for ETRAX. * * NOTE! * Since par0 shares DMA with ser2 and par 1 shares DMA with ser3 * this should be handled if both are enabled at the same time. * THIS IS NOT
www.eeworm.com/read/128531/5986939

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/127781/5998137

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/125688/6022942

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/116008/6114221

c avrdummy.c

/* AvrDummy.C Dummy device driver for the AVR parallel access Uros Platise (c) 1999 */ #ifndef NO_DAPA #include "timeradd.h" #include "AvrDummy.h" /* Private Functions */ void TAvrDummy::Enab
www.eeworm.com/read/110034/6169518

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/102935/6228402

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/102935/6228443

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/423892/6292979

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/494555/6377476

c eppflex.c

#include "ntddk.h" #include "string.h" #include "ddk/parallel.h" #include "eppflex.h" #define printk DbgPrint #define kmalloc(size) ExAllocatePool(NonPagedPool,size) #define kfree ExFree