摘要: WINDOWS下对音频的处理,大致可分为两部分,即音频的输入、输出,和ACM压缩处理。 一般情况下在WINDOWS下可以调用诸如sndPlaySound等API(MCI)来播放一个WAV文件,但那显然不是我们需要做的。必须能够直接对音频数据流进行处理。在WINDOWS下,也为之提供了一系列的API... 阅读全文
posted @ 2008-01-15 14:12 shelvenn's blog 阅读(1532) 评论(2) 推荐(0) 编辑
摘要: 使用ODBC API之前要用到的头文件和LIB库 #include "sql.h" // This is the the main include for ODBC Core functions. #include "sqlext.h" // This is the include for applications using the Microsoft ... 阅读全文
posted @ 2008-01-15 13:59 shelvenn's blog 阅读(1196) 评论(0) 推荐(0) 编辑