代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/327560/13072706
o decode.o
www.eeworm.com/read/327560/13072940
c decode.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequency Exten
www.eeworm.com/read/140366/13085977
o decode.o
www.eeworm.com/read/140366/13086037
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/140366/13086046
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _DECODE_H_
#define _DECODE_H_
void deco
www.eeworm.com/read/140352/13086469
v decode.v
//接收端的解码模块(可综合)
//在信号接收的刚开始发送端发送的是10个1信号,
//即10个+M序列,所以我们在开始时每接收到一个信号做一次累加运算
//当出现正的高峰时则认为达到同步,进入同步解调过程(mainbody)。
//也就是从此每进入一个信号就进行相应的相乘相加,
//在解接收到31个信号后进行一次判断,大于0认为接收到1,小于0认为接收到0。
`timescale ...
www.eeworm.com/read/140218/13096046
bsf decode.bsf
/*
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/140218/13096145
v decode.v
module decode(addr,addr_data,ALE_E,PSEN_N,reg_en,addr_match);
input [15:8] addr;
inout [7:0] addr_data;
input ALE_E;
input PSEN_N;
output addr_match;
//wire addr_
www.eeworm.com/read/242005/13100478
cpp decode.cpp
#include
#include
#include
#define maxsize 256
#define maxweight 2.0
typedef struct element{
float weight;
float EffCodeLenght;
unsigned char ch;
unsigned c
www.eeworm.com/read/241924/13109142