代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/32152/1031822

hif encode.hif

Version 6.0 Build 178 04/27/2006 SJ Full Version 36 1789 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Paths -- -
www.eeworm.com/read/32152/1031829

psp encode.psp

www.eeworm.com/read/32152/1031855

dbp encode.dbp

www.eeworm.com/read/32152/1031860

dpf encode.dpf

www.eeworm.com/read/38901/1118051

pin encode.pin

-- Copyright (C) 1991-2006 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a
www.eeworm.com/read/38901/1118052

qws encode.qws

[ProjectWorkspace] ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 [ProjectWorkspace.Frames.ChildFrames.Document-0]
www.eeworm.com/read/38901/1118056

done encode.done

Sun Jan 11 20:43:51 2009
www.eeworm.com/read/38901/1118057

qsf encode.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/38901/1118058

cdf encode.cdf

/* Quartus II Version 6.0 Build 178 04/27/2006 SJ Full Version */ JedecChain; FileRevision(JESD32A); DefaultMfr(6E); P ActionCode(Cfg) Device PartName(EPM240T100) Path("") File("encode.pof
www.eeworm.com/read/38901/1118063

v encode.v

/* 优先编码器,由键盘输入,结果由数码管显示 */ module encode(a,c,en); input[8:1] a; output[7:0] c; reg[7:0] c; output[7:0] en; reg[3:0] c_tmp; integer i; assign en=0; always@(a) begin c_tmp=0;