代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/429258/8814001
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/384729/8847911
h decode.h
#ifndef __DECODE_HEADER_INCLUDED__
#define __DECODE_HEADER_INCLUDED__
#define PROTO_LEN 15
typedef unsigned int proto_id_t;
struct proto_child {
struct proto_child *next;
proto_id_t id;
struct
www.eeworm.com/read/384729/8848597
c decode.c
/*
* This file is part of Firestorm NIDS
* Copyright (c) 2002 Gianni Tedesco
* This program is released under the terms of the GNU GPL version 2
*
* This is the decode engine. We keep a big internal g
www.eeworm.com/read/285309/8851203
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/285309/8851243
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef __DECODE_H__
#define __DECODE_H__
//dec
www.eeworm.com/read/285309/8851645
o decode.o
www.eeworm.com/read/428502/8863028
java decode.java
//********************************************************************
// Decode.java Author: Lewis/Loftus
//
// Demonstrates the use of the Stack class.
//********************************
www.eeworm.com/read/285011/8876446
dll decode.dll
www.eeworm.com/read/384317/8880464
m decode.m
%****************************************
% Huffman 解码
% 2007.6.7
% YS0682110
%****************************************
www.eeworm.com/read/428147/8889873
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