-
simple, powerful, voice processing documents to meet the basic needs, but MCI al...
MCI虽然调用简单,功能强大,可以满足声音文件处理的基本需要,但是MCI也有它的缺点,那就是它一次只能播放一个WAVE文件,有时在实际应用中,为了实现混音效果,需要同时播放两个或两个以上的WAVE文件时,就需要使用微软DirectX技术中的DirectSound了,该技术直接操作底层声卡设备,可以实现八个以上WAV文件的同时播放。-simple, powerful, voice processing documents to meet the basic needs, but MCI also has its shortcomings, it is only once a player WAVE documents, sometimes in practical application, in order to achieve mixing effects, need to play two or more WAVE documents, it is necessary to use Microsoft"s DirectX technology DirectSound, and the technology underlying direct audio equipment operation can be achieved over eight WAV files at the same time players.
- 2022-08-13 05:07:20下载
- 积分:1
-
TCPIP Architecture and features of the relevant information, please download the...
TCPIP 体系结构与特点的相关资料,欢迎大家下载-TCPIP Architecture and features of the relevant information, please download the U.S.
- 2023-04-12 12:20:03下载
- 积分:1
-
MPEG文件格式定义清单
MPEG文件格式定义清单-MPEG file format list of definitions
- 2022-03-19 07:58:34下载
- 积分:1
-
指纹密码锁的资料,LT
指纹密码锁的资料,LT-810A指纹锁用户手册,可以了解下指纹锁的功能-Fingerprint locks information, LT-810A lock user manual, you can lock the function of understanding
- 2022-06-16 12:44:09下载
- 积分:1
-
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是...
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是大于实际的汉字数,针对这个缺陷,本人编写了这个程序,方法如下-series wordage statistical procedures we all know, there are Word "word statistics" function, But its "words Statistics" is a functional defect : it will turn the whole angle are seen as symbols of Chinese characters, Statistical results of a few Chinese characters are always larger than the actual number of Chinese characters to address the shortcomings, I prepared for the process, as follows
- 2022-02-25 10:02:19下载
- 积分:1
-
一个RFC3261的中文版本,关于SIP协议的,说明很详细,英文不好的省好多事呢...
一个RFC3261的中文版本,关于SIP协议的,说明很详细,英文不好的省好多事呢-a RFC3261 the Chinese version of SIP, describing in great detail, English is not good to do many of the provinces
- 2022-06-30 20:43:59下载
- 积分:1
-
基于远程外差简单的60-GHz的MB-OFDM超宽带ROF系统
这是一个PDF文件,以了解研究无线电过光纤系统的参考。一个简单的60-GHz的无线电过光纤系统用人不相关的光外差和包络的组合检测提出并实验证明。在中心局,多频带正交频分复超宽带(MB-OFDM UWB)信号被用于双臂马赫 - 曾德尔调制器的外部调制产生的光信号,边带信号,然后将其偶联与未调制的自由运行的连续波激光器。光纤外差混频在基站和包络检测在客户机被利用。实验结果证实该光子的毫米波信号的产生和检测可以在无需进行复杂的光学锁相环来实现回路和高频微波源。作为一个证明概念,成功传输的3.84 Gb / s的16-QAM的MB-OFDM UWB信号超过48公里标准单模光纤无色散补偿和另外4米无线信道被实验证实
- 2022-03-14 04:19:19下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
为了方便众多音乐爱好者,本程序自动生成.M3U文件
为了方便众多音乐爱好者,本程序自动生成.M3U文件-many music lovers, the automatic generation procedures. M3U file
- 2022-03-12 23:21:24下载
- 积分:1
-
the documents approved the naming process in the VC.NET and XP systems through c...
对文件进行批命名的程序 在VC。NET、XP系统下编译通过-the documents approved the naming process in the VC.NET and XP systems through compiler
- 2023-05-11 12:40:03下载
- 积分:1