代码搜索:TAP3

找到约 66 项符合「TAP3」的源代码

代码结果 66
www.eeworm.com/read/127739/6001193

readme

GENERAL INFORMATION =================== The GSM TAP3 (Transferred Account Procedure, Version 3) decoder. Invoking `make` will compile the ASN.1 specifications from the ../tap3.asn1 file. THERE IS N
www.eeworm.com/read/444254/7615570

m lfsr.m

function [ lfsrBit ] = lfsr( lfsrLength, tap1, tap2, tap3, SEQLEN ) %by TNT@maxscend (2009/02) if(lfsrLength>200 || tap1>tap2 || tap2>tap3 || tap3>= lfsrLength) %exit end for i = 1:lfsrLength
www.eeworm.com/read/5905/81016

tdf state_m.tdf

SUBDESIGN state_m ( clk, reset, new : INPUT; sel[1..0], next, first : OUTPUT; ) VARIABLE filter: MACHINE WITH STATES (idle, tap1, tap2, tap3, tap4); BEGIN filter.clk = clk; fi
www.eeworm.com/read/5905/81020

tdf state_m.tdf

SUBDESIGN state_m ( clk, reset, new : INPUT; sel[1..0], next, first : OUTPUT; ) VARIABLE filter: MACHINE WITH STATES (idle, tap1, tap2, tap3, tap4); BEGIN filter.clk = clk; fi
www.eeworm.com/read/136827/5845411

conf named_netmask.conf

[Buttons] Buttons=0123456789*# Tap0="0 Tap1="1 Tap2="2 Tap3="3 Tap4="4 Tap5="5 Tap6="6 Tap7="7 Tap8="8 Tap9="9 Tap*="./ Tap#="/.
www.eeworm.com/read/183058/5258347

conf named_netmask.conf

[Buttons] Buttons=0123456789*# Tap0="\"0" Tap1="\"1" Tap2="\"2" Tap3="\"3" Tap4="\"4" Tap5="\"5" Tap6="\"6" Tap7="\"7" Tap8="\"8" Tap9="\"9" Tap*="\"./" Tap#="\"/."
www.eeworm.com/read/17769/758832

vhd filt_cmp.vhd

--4.12 包(Package) --下面用一个具体的Package程序的例子来说明VHDL包的设计方法。 LIBRARY ieee; USE ieee.std_logic_1164.all; PACKAGE filt_cmp IS --包的声明开始 TYPE state_type IS (idle, tap1, tap2, tap3, tap4); COMPO
www.eeworm.com/read/17970/768802

vhd filt_cmp.vhd

--4.12 包(Package) --下面用一个具体的Package程序的例子来说明VHDL包的设计方法。 LIBRARY ieee; USE ieee.std_logic_1164.all; PACKAGE filt_cmp IS --包的声明开始 TYPE state_type IS (idle, tap1, tap2, tap3, tap4); COMPO
www.eeworm.com/read/411765/2183719

v cal_ctl.v

`resetall `timescale 1ns/100ps `define tap1 5'b01111 `define tap2 5'b10111 `define tap3 5'b11011 `define tap4 5'b11101 `define tap5 5'b11110 `define tap6 5'b11111 `define defaultTap `tap
www.eeworm.com/read/411765/2183705

v cal_ctl.v

`resetall `timescale 1ns/10ps `define tap1 5'b01111 `define tap2 5'b10111 `define tap3 5'b11011 `define tap4 5'b11101 `define tap5 5'b11110 `define tap6 5'b11111 `define defaultTap `tap4