代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/323894/3507346
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity stratix_lvds_tx_parallel_register is
generic(
channel_width : integer := 4
);
port(
clk : in vl_logic;
www.eeworm.com/read/321953/3529412
c rtc_toggle.c
/* RTC_TOGGLE
uses real time clock to generate an interrupt and
toggles parallel port on each irq
Originally by Michael "FZ" Barabanov(c) 1997, Released under the GPL.
Modified by Vi
www.eeworm.com/read/316872/3592401
c pt.c
/*
pt.c (c) 1998 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the high-level driver for parallel port
www.eeworm.com/read/316872/3592709
c daisy.c
/*
* IEEE 1284.3 Parallel port daisy chain and multiplexor code
*
* Copyright (C) 1999, 2000 Tim Waugh
*
* This program is free software; you can redistribute it and/
www.eeworm.com/read/316872/3593555
c lp.c
/*
* Generic parallel printer driver
*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to
www.eeworm.com/read/316872/3594280
c imm.c
/* imm.c -- low level driver for the IOMEGA MatchMaker
* parallel port SCSI host adapter.
*
* (The IMM is the embedded controller in the ZIP Plus drive.)
*
* My unoffical company acronym lis
www.eeworm.com/read/316872/3600659
h scsi_transport_spi.h
/*
* Parallel SCSI (SPI) transport specific attributes exported to sysfs.
*
* Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved.
*
* This program is free software; you can redist
www.eeworm.com/read/316872/3603363
c portman2x4.c
/*
* Driver for Midiman Portman2x4 parallel port midi interface
*
* Copyright (c) by Levent Guendogdu
*
* This program is free software; you can redistribute it and/o
www.eeworm.com/read/316872/3604385
cpia readme.cpia
This is a driver for the CPiA PPC2 driven parallel connected
Camera. For example the Creative WebcamII is CPiA driven.
) [1]Peter Pregler, Linz 2000, published under the [2]GNU GPL
--------------
www.eeworm.com/read/312371/3672663
m par2dir.m
function [b,a] = par2dir(C,B,A);
% PARALLEL-to-DIRECT form conversion
% ----------------------------------
% [b,a] = par2dir(C,B,A)
% b = numerator polynomial coefficients of DIRECT form
% a =