在 DOS 下使用Windows *.WAV 文件(1)(2)
2013-09-24 01:12
导读:long int size0; char wave-fmt[8]; lont int sizel; int fmttag; int channel; long int samplespersec; long int bytepersec; int blockalign; int bitpersamples; } filehead; long int datasize, counter=0; uns
long int size0;
char wave-fmt[8];
lont int sizel;
int fmttag;
int channel;
long int samplespersec;
long int bytepersec;
int blockalign;
int bitpersamples;
} filehead;
long int datasize, counter=0;
unsigned char vol[MAXSIZE];
unsigned clkdiv;
int oldclk=0,running=1;
void soundon();
void soundoff();
void interrupt(*oldint8h)();
void interrupt newint8h()
{ /*用户中断例程*/
if(running)
{共2页: 1 [2] 下一页 论文出处(作者):
VB5.0中数据库查询模块的实现
高性能Windows图形开发库WinG