代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/445027/7601145
vwf decode.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/441985/7661604
ico decode.ico
www.eeworm.com/read/399935/7821105
tdf decode.tdf
TITLE "Complex AHDL decoder";
SUBDESIGN decode
(
a, b, c, d, clock : INPUT;
out1, out2, out1l : OUTPUT;
)
VARIABLE
out1d : DFF;
BEGIN
out1d.clk = clock;
out1d = out1;
www.eeworm.com/read/399395/7866010
gdf decode.gdf
www.eeworm.com/read/399209/7880271
m decode.m
%**************************************************************
%decode: Input is the output of the encoder
%performs the decoder processing.
%result in xout1 and xout2
%**************************
www.eeworm.com/read/398579/7935921
txt decode.txt
mxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmxcmx
www.eeworm.com/read/398579/7935939
h decode.h
#include
#include
#include
using namespace std;
void Decode(string infilename, string outfilename, int wordnumber[], string str[])
{
const char *out = outfilenam
www.eeworm.com/read/433343/7939876
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