代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/450639/7479423
h adpcm_u.h
/*
** adpcm.h - include file for adpcm coder.
**
** Version 1.0, 7-Jul-92.
*/
struct adpcm_state {
short valprev; /* Previous output value */
char index;
www.eeworm.com/read/283884/8983013
swf adpcm-2.swf
www.eeworm.com/read/283884/8983022
swf adpcm-4.swf
www.eeworm.com/read/283884/8983054
swf adpcm-3.swf
www.eeworm.com/read/283884/8983057
swf adpcm-5.swf
www.eeworm.com/read/382026/9057345
txt adpcm_算法.txt
new wave types
--------------------------------------------------------------------------------
the necessary type, structure and constant defintions are in mmreg.h.
all newly defined
www.eeworm.com/read/356704/10222853
exe adpcm_encode.exe
www.eeworm.com/read/352106/10580784
cpp adpcm8.cpp
#include
#include
#include
FILE *rfp,*wfp,*fpa,*fpb;
unsigned char Xn,Dn,Sn=0,Yn,Dqn,Xen=0x80;
bool flags;
unsigned char Two_Yn;
void Encode();
void Decode
www.eeworm.com/read/352106/10580802
cpp adpcm16.cpp
#include
#include
#include
unsigned char Write_Code;
unsigned char Read_Code;
unsigned char SampH;
unsigned char SampL;
signed long Samp;
signed long Sampl
www.eeworm.com/read/465112/6966463
c adpcm_u.c
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
Permission to use, copy, mo