代码搜索:Parallel

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

代码结果 6,530
www.eeworm.com/read/154482/11951198

cz i2c-pport.cz

Primitive parallel port je driver pro i2c sbernici, ktera vyuziva vlastnosti modernich obousmernych parallelnich portu. U obousmernych portu jsou jednotlive bity zpojeny asi takto |
www.eeworm.com/read/151561/12200874

m parfiltr.m

function parfiltr(C,B,A,x); % PARALLEL form realization of IIR filters % ---------------------------- % [y]=parfiltr(C,B,A,x); % y=output sequence % C=polynomial (FIR) part when M>=N % B=K by 3
www.eeworm.com/read/339794/12204073

cta twostate4.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204075

cta twostate32.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204077

cta twostate6.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204078

cta twostate16.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204079

cta twostate8.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204080

cta twostate128.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/339794/12204081

cta twostate64.cta

/* * project: CTA-model of parallel running simple TwoState automata. * modules: TwoState, System * author: Dirk Beyer, 2000 * last change: 2001-03-28 mvogel * * Based on: Marius Bozga, Oded
www.eeworm.com/read/252132/12300632

vhd components.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; PACKAGE components IS -- n-bit left-to-right shift register with parallel load and enable COMPONENT shiftrne GENERIC ( N : INTEGER := 4 ) ;