代码搜索:Decode

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

代码结果 10,000
www.eeworm.com/read/343627/3219114

jhd decode.jhd

MODULE decode
www.eeworm.com/read/343627/3219118

v decode.v

module decode (ONE_HOT, BINARY); input [3:0] BINARY; output [9:0] ONE_HOT; reg [9:0] ONE_HOT; always@(BINARY) case (BINARY) 4'b0001 : ONE_HOT = 10'b0000000001; // 1 4'b0010 : ONE_HOT =
www.eeworm.com/read/343345/3220695

asp decode.asp

www.eeworm.com/read/342142/3239486

h decode.h

/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * Copyright
www.eeworm.com/read/342142/3239491

c decode.c

/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * Copyright
www.eeworm.com/read/341711/3241664

asp decode.asp

www.eeworm.com/read/341711/3241882

asp decode.asp

www.eeworm.com/read/341324/3255175

asp decode.asp

www.eeworm.com/read/340288/3289549

sh decode.sh

#!/bin/sh # (1:sequence) (2:label) (3:rate) (4:width) (5:height) (6:fps) bin/H264AVCDecoderLibTestStatic str/$1_$2_$3.264 rec/$1_$2_$3.yuv bin/PSNRStatic $4 $5 ../orig/$1_$2.yuv rec/$1_$2_$3.yuv
www.eeworm.com/read/340288/3289550

bat decode.bat

@REM (1:sequence) (2:label) (3:rate) (4:width) (5:height) (6:fps) @bin\H264AVCDecoderLibTestStatic str\%1_%2-%3.264 rec\%1_%2-%3.yuv @bin\PSNRStatic %4 %5 ..\orig\%1_%2.yuv rec\%1_%2-%3.yuv 0 0 0