代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/305524/13766659
m decode.m
function [x]=decode(a,low,up)
%解码函数
%a为待解码个体
a=fliplr(a);%二进制字符串倒序排列
s=size(a);
aux=0:1:21;aux=ones(s(1),1)*aux;
x1=sum((a.*2.^aux)');
x=low+(up-low)*x1./4194303;
www.eeworm.com/read/305176/13777491
test_decode
www.eeworm.com/read/305175/13777499
txt decode.txt
NAME
decode - decode video and/or audio or speech files
SYNOPSIS
decode [options...]
DESCRIPTION
This demo uses the Codec Engine to decode data from files and output
the
www.eeworm.com/read/305175/13777500
cfg decode.cfg
/* ============================================================================
* Copyright (c) Texas Instruments Incorporated 2005
*
* Use of this software is controlled by the terms and con
www.eeworm.com/read/305175/13777506
h decode.h
/*
* decode.h
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and
www.eeworm.com/read/304543/13791570
cpp decode.cpp
#include "LDPC_head.h"
#include
struct code *initializtion(struct code *codewords,double n0);
void one_step(struct matrix_bit *matrix, struct node *head,struct code *f);
double basi
www.eeworm.com/read/302629/13830600
cpp decode.cpp
#include
#include
int EncodeBase64(const unsigned char* pSrc, char* pDst, int nSrcLen, int nMaxLineLen);
int DecodeBase64(const char* pSrc, unsigned char* pDst, int nSrcLen);
www.eeworm.com/read/302509/13833602
txt decode.txt
module code_decode(rest,clk,en,start,Dout,Vin);
parameter size=7,
with=4;
input rest,clk,en;
input[size-1:0]Vin;
reg[size-1:0]V_in;
output[size-1:0]Dout;
reg[size-1:0]Dout;
paramet
www.eeworm.com/read/302072/13842695
c decode.c
/*
* decode.c
*
* CCITT ADPCM decoder
*
* Usage : decode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Unpack input codes and pass them back as