代码搜索:Decode

找到约 10,000 项符合「Decode」的源代码

代码结果 10,000
www.eeworm.com/read/252514/12277390

c decode.c

//////////////////////////////////////////// #include "stdio.h" // #include "math.h" // #include "malloc.h" // #include "stdlib
www.eeworm.com/read/338615/12292054

c decode.c

//AES解密程序,将code得到的加密矩阵进行解密,得到原始矩阵 #include #include //#include #define A 10 #define B 11 #define C 12 #define D 13 #define E 14 #define F 15 #define N 10 #defi
www.eeworm.com/read/150214/12304866

c decode.c

/* DECODE.C - Decode blocks of received data. */ /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes of resear
www.eeworm.com/read/149929/12330853

vhd decode.vhd

--七段数码显示--- LIBRARY ieee; USE ieee.std_logic_1164.ALL; --*************************** ENTITY decode IS PORT(adr: IN std_logic_vector(3 downto 0); dout: OUT std_logic_vector(6 downto 0))
www.eeworm.com/read/149929/12332445

vhd decode.vhd

--七段数码显示--- LIBRARY ieee; USE ieee.std_logic_1164.ALL; --*************************** ENTITY decode IS PORT(adr: IN std_logic_vector(3 downto 0); dout: OUT std_logic_vector(6 downto 0))
www.eeworm.com/read/149929/12333130

vhd decode.vhd

--七段数码显示--- LIBRARY ieee; USE ieee.std_logic_1164.ALL; --*************************** ENTITY decode IS PORT(adr: IN std_logic_vector(3 downto 0); dout: OUT std_logic_vector(6 downto 0))
www.eeworm.com/read/251519/12340281

o decode.o

www.eeworm.com/read/251519/12340316

c decode.c

/*********************************************** copyright by Haia Tech www.haia2004.com ************************************************/ #include //#include #include
www.eeworm.com/read/251519/12340327

h decode.h

/*********************************************** copyright by Haia Tech www.haia2004.com ************************************************/ #ifndef _DECODE_H_ #define _DECODE_H_ void deco
www.eeworm.com/read/251512/12340426

m decode.m

function path=Decode(Gpath) %进行解码 [row,col]=size(Gpath); for i=1:row temptable=1:col; for j=1:col for k=1:length(temptable) if Gpath(i,j)==k path(i