代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/491881/6428058
v decode.v
module decode(
input en,clk,half_full,
input [17:0] datain,
output reg [15:0] dataout,
output reg r_wrreq,data_error,
output reg ack);
integer n;
reg error=0;
//奇偶校验
always @ (posedge
www.eeworm.com/read/492009/6429775
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/491079/6440322
c decode.c
void decode(void)
{
HuffmanTree HT;
FILE *fp,*fp1;
int n=0,i,c,p,m;
char ch,filename[30],filename1[30],temp,temp1;
clrscr();
printf("--------------------------------
www.eeworm.com/read/489936/6463641
c decode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/489069/6482375
asm decode.asm
#define _HolTek_C_
#include HT83F60_TPL_ADPCM_New.hed
www.eeworm.com/read/487590/6506093
vhd decode.vhd
-----------------------------------------------------------------------
--
-- Original Code Copyright (c) 1999 by Esperan. All rights reserved.
-- www.esperan.com
--
-- This source file may be
www.eeworm.com/read/487590/6506128
vhd decode.vhd
-----------------------------------------------------------------------
--
-- Original Code Copyright (c) 1999 by Esperan. All rights reserved.
-- www.esperan.com
--
-- This source file may be
www.eeworm.com/read/486418/6532310
c decode.c
/* Routines to decode the population */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Function to decode a population to find out the binary
www.eeworm.com/read/485380/6560946
vhd decode.vhd
--SINGLE_FILE_TAG
-------------------------------------------------------------------------------
-- $Id: decode.vhd,v 1.6 2007/12/13 13:56:42 stefana Exp $
-------------------------------------------