代码搜索:decode
找到约 10,000 项符合「decode」的源代码
代码结果 10,000
www.eeworm.com/read/314060/13575888
vhd decode.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity decode is
Port ( binary : in std_logic_vector(3 downto 0);
one_hot : ou
www.eeworm.com/read/313956/13578285
hlp decode.hlp
ha_help_begin
DECODE Decodes an encoded codeword using Hamming code method.
MSG = DECODE(CODE, N, K, METHOD), METHOD = 'hamming', decodes the
binary codeword in CODE using Hamming cod
www.eeworm.com/read/313956/13578317
m decode.m
function [msg, err, ccode, cerr] = decode(code, n, k, method, opt1, opt2, opt3, opt4)
%DECODE Error-control code decoding computation.
% MSG = DECODE(CODE, N, K) decodes binary codeword in COD
www.eeworm.com/read/312907/13601909
cpp decode.cpp
void main()
{
UDP *p;
p=new UDP[Ulenth];
RTP *put;
put=new RTP[Rlenth];
delete(p);
delete(put);
}
www.eeworm.com/read/311038/13638058
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
www.eeworm.com/read/310882/13641806
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/310882/13641807
cfg decode.cfg
/* ============================================================================
* Copyright (c) Texas Instruments Incorporated 2005
*
* Use of this software is controlled by the terms and con
www.eeworm.com/read/310882/13641814
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/309349/13673669
c decode.c
/* DECODE.C - Decode blocks of received data. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* program and accompa