-
这是一个音频编解码的过程,我有所有的文件通过t ..
这是一个音频编码与解码的程序,所有文件本人都调试通过了。欢迎使用。-This is an audio coding and decoding process, I have all the documents through the debugging. Welcome.
- 2023-07-04 10:55:03下载
- 积分:1
-
windows下控制摄像头源码,c语言编写,功能不错!
windows下控制摄像头源码,c语言编写,功能不错!-windows under control camera source, c language, functional good!
- 2022-03-19 12:20:11下载
- 积分:1
-
一个avi播放器并且可以同时提取数据,本人觉得有些地方不是很完善,希望大家给于批评指正。
一个avi播放器并且可以同时提取数据,本人觉得有些地方不是很完善,希望大家给于批评指正。-An avi player and can also extract the data I feel that something is not quite perfect, hope to the criticism of correction.
- 2022-05-26 16:59:40下载
- 积分:1
-
细胞检测系统
cell detect system
- 2023-03-30 14:00:03下载
- 积分:1
-
一个非常好的ocx控件,视频采集用的
一个非常好的ocx控件,视频采集用的-a very good randomly controls, the Video Capture
- 2022-05-29 20:07:21下载
- 积分:1
-
嵌入式系统MP3解码的c语言算法,仅供大家参考
嵌入式系统MP3解码的c语言算法,仅供大家参考-Embedded Systems MP3 decoding algorithm c language, only reference to U.S.
- 2022-04-25 05:07:21下载
- 积分:1
-
语音录制和回放演示程序 V2.0 应用户要求增加了pcm的演示
完美acm语音delphi开发控件:http://www.fatthings.com/...
语音录制和回放演示程序 V2.0 应用户要求增加了pcm的演示
完美acm语音delphi开发控件:http://www.fatthings.com/
1.无延迟;
2.无内存泄漏;
3.支持delphi5/6/7;
4.支持gsm6.1 g723.1语音压缩算法;
5.使用简单,兼容性好。
znAcmOut.dcu,播放控件
znAcmIn.dcu,录制控件
znACMConvertor.dcu,转换语音格式控件(可预选编码算法,不弹出
窗口)
znACMDialog.dcu 动态选择语音格式控件(弹出选择窗口)-Voice recording and playback demo V2.0 user requirements should be increased by the demonstration pcm perfect delphi development acm voice control: http://www.fatthings.com/1. Without delay 2. No memory leaks 3. Support delphi5/6/7 4. gsm6.1 g723.1 support voice compression algorithm 5. the use of simple, good compatibility. znAcmOut.dcu, playback controls znAcmIn.dcu, recording controls znACMConvertor.dcu, audio format conversion control (which can be pre-coding algorithm, not pop-up window) znACMDialog.dcu dynamic selection control voice format (pop-up selection window)
- 2022-01-30 21:28:15下载
- 积分:1
-
根据位图做出漂亮的不规则FORM,你可以用不同的图形。
根据位图做出漂亮的不规则FORM,你可以用不同的图形。-under bitmap make pretty irregular FORM, you can use a different graphics.
- 2022-05-08 18:03:40下载
- 积分:1
-
语音识别系统Sphinx的训练模型工具程序,可以通过该训练工具抽取语音特征、训练语言模型等。...
语音识别系统Sphinx的训练模型工具程序,可以通过该训练工具抽取语音特征、训练语言模型等。-Sphinx speech recognition system training process modeling tools, the training tool can extract the speech features, such as language model training.
- 2022-03-05 18:36:58下载
- 积分:1
-
err
ACM代码总结
经过了一段时间的努力,我再Pku上也算是有了一个阶段性的总结拉,下面是我就这段时间搞ACM来的一些代码的总结,具体的一些题目类型的总结看本Blog的相关文章。
huicpc26 ACM_PKU 代码总结
1、DP(动态规划)
/*1080-HumanGeneFunctions.cpp*/
观察题目给出的一个最优解:
AGTGATG
-GTTA-G
将其从某一处切开,如果左边部分的分值不是最大,那么将其进行调整,使其分值变大,
则整个解分值变大,与已知的最优矛盾。所以左边部分的分值必是最大。
同理,右边也是。可见满足最优子结构的性质。考虑使用DP:
设两个DNA序列分别为s1,s2,长度分别为len1,len2,score为分值表。
-err
- 2022-07-06 13:40:44下载
- 积分:1