代码搜索:decode
找到约 10,000 项符合「decode」的源代码
代码结果 10,000
www.eeworm.com/read/363317/9959670
cpp decode.cpp
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959682
h decode.h
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959782
cpp decode.cpp
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959836
h decode.h
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/166958/9988177
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/362279/10007935
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 bytes.
* R
www.eeworm.com/read/166096/10036290
h decode.h
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public
www.eeworm.com/read/166096/10036349
c decode.c
/* $Id: decode.c,v 1.26 2001/01/26 16:40:44 roesch Exp $ */
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it and/o
www.eeworm.com/read/166055/10038182
java decode.java
//********************************************************************
// Decode.java Author: Lewis/Loftus
//
// Demonstrates the use of the Stack class.
//********************************