代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/195013/5119343
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/182384/5264101
vhd dwnldpar.vhd
library ieee;
use ieee.std_logic_1164.all;
entity dwnldpar is
port(
-- parallel port data, control, and status pins
ppc : in std_logic_vector(3 downto 0);
-- serial port
r
www.eeworm.com/read/180227/5287686
c lpt_rt_irq.c
/*
* Interrupt handling in Real-Time. react to an RT-interrupt by toggling all
* bits on the parallel port
*
* Sotlen from Michael Barabanov by Der Herr Hofrat,
* (C) FSMLabs 2001. der.herr@hofr
www.eeworm.com/read/179911/5297032
c atp.c
/* atp.c: Attached (pocket) ethernet adapter driver for linux. */
/*
This is a driver for commonly OEM pocket (parallel port)
ethernet adapters based on the Realtek RTL8002 and RTL8012 chips.
Writ
www.eeworm.com/read/179911/5298086
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/350097/3131925
c atp.c
/* atp.c: Attached (pocket) ethernet adapter driver for linux. */
/*
This is a driver for commonly OEM pocket (parallel port)
ethernet adapters based on the Realtek RTL8002 and RTL8012 chips.
Writ
www.eeworm.com/read/350097/3132977
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/347503/3172601
exp m32r2.exp
# M32R2 assembler testsuite.
if [istarget m32r*-*-*] {
run_dump_test "m32r2"
run_dump_test "parallel-2"
}
www.eeworm.com/read/343627/3219061
cdf untitled.cdf
JedecChain;
FileRevision(JESDxxA);
/* NoviceMode */
/* Active Mode BS */
/* Mode BS */
/* Cable Parallel lpt1 */
P ActionCode(Cfg)
Device
PartName(xcv300e)
File("H:\My_Designs\watchv
www.eeworm.com/read/341597/3247961
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)
%