代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/443386/1745786
c cpia_usb.c
/*
* cpia_usb CPiA USB driver
*
* Supports CPiA based parallel port Video Camera's.
*
* Copyright (C) 1999 Jochen Scharrlach
* Copyright (C) 1999, 2000 Jo
www.eeworm.com/read/443386/1745969
c parkbd.c
/*
* $Id: parkbd.c,v 1.10 2002/03/13 10:09:20 vojtech Exp $
*
* Copyright (c) 1999-2001 Vojtech Pavlik
*/
/*
* Parallel port to Keyboard port adapter driver for Linux
*/
/*
* This program i
www.eeworm.com/read/430182/1938765
c cpia_usb.c
/*
* cpia_usb CPiA USB driver
*
* Supports CPiA based parallel port Video Camera's.
*
* Copyright (C) 1999 Jochen Scharrlach
* Copyright (C) 1999, 2000 Jo
www.eeworm.com/read/430182/1938787
makefile
#
# Makefile for Parallel port IDE device drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
L_TARGET := paride.a
export-
www.eeworm.com/read/425964/1999642
tdf p_s.tdf
parameters
(
width = 12
);
subdesign p_s
(
parallel_in[width..1] : input;
serial_out : output;
clk : input;
clr : input = vcc;
load_n : input ;--= gnd;
)
variable
reg[wid
www.eeworm.com/read/424059/2020367
py jtag.py
#!/usr/bin/env python
#Parallel JTAG programmer for the MSP430 embedded proccessor.
#
#(C) 2002 Chris Liechti
#this is distributed under a free software license, see license.txt
#
#
www.eeworm.com/read/417857/2096755
usage pepinfo.usage
Here is a sample session with pepinfo
% pepinfo
Plots simple amino acid properties in parallel
Input protein sequence: ts
www.eeworm.com/read/407519/2261902
h pdofmap.h
// Copyright (C) 2007 Garth N. Wells.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-05-29
// Last changed:
//
// This file is used for testing parallel assembly
#ifndef __PDOF
www.eeworm.com/read/407519/2261906
h partition.h
// Copyright (C) 2007 Garth N. Wells.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-05-27
// Last changed:
//
// This file is used for testing parallel assembly
#ifndef __PART
www.eeworm.com/read/407072/2270959
hpp particlefilter.hpp
#ifndef INDII_ML_FILTER_PARTICLEFILTER_HPP
#define INDII_ML_FILTER_PARTICLEFILTER_HPP
#include "../aux/DiracMixturePdf.hpp"
#include "../aux/parallel.hpp"
#include "Filter.hpp"
#include "ParticleR