代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/385001/8824982
readme
This tar file contains two polarized plane-parallel radiative transfer
models written by Frank Evans at Colorado State University and the
University of Colorado. The first is rt3 which is for rando
www.eeworm.com/read/180540/9303438
c i2c-parport.c
/*
* I2C driver for parallel port
*
* Author: Phil Blundell
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publi
www.eeworm.com/read/374163/9418693
h lp.h
/* Line printer stuff mostly follows the original Centronics printers. See
IEEE Std.1284-1994 Standard Signaling Method for a Bi-directional Parallel
Peripheral Interface for Personal Computers
www.eeworm.com/read/360807/10077412
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/359802/10124630
hier_info dds.hier_info
|dds
clock => SAdderSub:ParallelAdderSubtractor1i.clock
clock => SAdderSub:ParallelAdderSubtractori.clock
clock => AltiMult:Producti.clock
clock => SDelay:Delayi.clock
sclrp => SAdderSub:Parallel
www.eeworm.com/read/464811/7154902
asv par_ctr.asv
clc
clear
global timeSlotCounter;
time
parport = digitalio('parallel','LPT1');
ExternalPTT = addline(parport,0,'out','ExtPTT')
Monitor = addline(parport,1,'out','Monitor')
KnockDown = addline(parpo
www.eeworm.com/read/442433/7652005
hier_info dds.hier_info
|dds
clock => SAdderSub:ParallelAdderSubtractor1i.clock
clock => SAdderSub:ParallelAdderSubtractori.clock
clock => AltiMult:Producti.clock
clock => SDelay:Delayi.clock
sclrp => SAdderSub:Parallel
www.eeworm.com/read/439882/7697562
m4 dotm4.c.m4
/*
* dotm4.c - computes dot product in parallel and uses M4 macros
*
* This file is used in conjunction with the SimpleScalar tool suite
* originally written by Todd M. Austin for the Multiscalar
www.eeworm.com/read/439686/7702967
m ppp.m
function AB=ppp(A,B);
% $ Version 1.02 $ Date 28. July 1998 $ Not compiled $
% The parallel proportional profiles product - triple-P product
% For two matrices with similar column dimension the t
www.eeworm.com/read/299231/7871680
v scrambler.v
// Parallel scrambler
//
// xikang
// 2003-6-10
//
module pscrambler( en, reset, clk, clken, datin, datout );
input reset, clk, clken, en;
`include "scrambler.h"
// definitions in sc