代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/165556/10057607

c encode.c

char *encode_rcs = "$Id: encode.c,v 2.8 1998/10/23 02:13:27 ACJC Exp $"; /* Written and copyright 1997 Anonymous Coders and Junkbusters Corporation. * Distributed under the GNU General Public License
www.eeworm.com/read/165501/10059358

exe encode.exe

www.eeworm.com/read/164708/10092601

c encode.c

/* ** 2002 April 25 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness
www.eeworm.com/read/360029/10111304

pin encode.pin

-- 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,
www.eeworm.com/read/360029/10111306

qws encode.qws

[ProjectWorkspace] ptn_Child1=Frames ptn_Child2=ActionPoints [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1
www.eeworm.com/read/360029/10111317

done encode.done

Sat Feb 11 16:28:16 2006
www.eeworm.com/read/360029/10111320

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/360029/10111322

cdf encode.cdf

/* Quartus II Version 5.0 Build 148 04/26/2005 SJ Full Version */ JedecChain; FileRevision(JESD32A); DefaultMfr(6E); P ActionCode(Cfg) Device PartName(EP1C3T144) Path("") File("encode.sof"
www.eeworm.com/read/360029/10111329

sof encode.sof

www.eeworm.com/read/360029/10111330

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=8'b11111110; always@(a) begin