-
VFW视频采集
用微软VFW技术采购USB摄像机的视频,可以抓拍保存为BMP格式,实时实频获取,采用VC++6.0开发,包括设备列表的获取!
- 2022-03-04 04:25:06下载
- 积分: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
-
multithreading broadcast voice input and the use of multi
多线程语音输入与播放使用API 多线程技术 实现语音的输入 播放 及WAVE文件记录保存 -multithreading broadcast voice input and the use of multi-threading API voice input document shows and record-keeping WAVE
- 2022-07-22 13:08:54下载
- 积分:1
-
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio...
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio pes, video GOP, not AC3 audio
- 2022-02-12 07:29:07下载
- 积分:1
-
YUV格式与RGB格式转换
将YUV420格式或YUV 422数据以RGB格式。代码简单和快速。请随意下载并使用它。
- 2022-06-21 18:57:03下载
- 积分:1
-
VC做的播放器,提供源码.需要的自己看,应该不错。欢迎使用。...
VC做的播放器,提供源码.需要的自己看,应该不错。欢迎使用。-VC players do provide source. Need to look up, it should be good. Welcome. ... ... ... ... ... ... ... ... ... ... ... ...
- 2022-02-15 11:42:32下载
- 积分:1
-
这是一个8
This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
- 2022-01-21 20:52:17下载
- 积分:1
-
分析mpeg2文件格式,例分析数字电视,ts流,各种psi表, pat,pmt,cat,nit,eit,tot,tdt,bat....
分析mpeg2文件格式,例分析数字电视,ts流,各种psi表, pat,pmt,cat,nit,eit,tot,tdt,bat.-Analysis of mpeg2 file format, cases of analysis of digital TV, ts stream, a variety of psi table, pat, pmt, cat, nit, eit, tot, tdt, bat.
- 2022-02-11 15:39:58下载
- 积分:1
-
压缩为Mpeg文件的c源代码
大家看看这个程序有什么错误-we look at what the procedures are wrong
- 2023-01-23 08:30:03下载
- 积分:1
-
一个简单的mp3解码器,可以实现mp3解码,可以在windows和linux系统中编译。...
一个简单的mp3解码器,可以实现mp3解码,可以在windows和linux系统中编译。-a simple MP3 decoder, MP3 decoding can be achieved, the windows and linux system compiler.
- 2022-08-23 03:12:24下载
- 积分:1