-
DSP
DSP的MP3播放程序32
基于DSP的MJP3播放器程序-DSP-based MP3 player 32 player MJP3 the DSP program
- 2022-02-25 20:44:29下载
- 积分:1
-
基于Visual C++6。0开发的图标拾取小程序。可以取可执行文件中的图标并保存。很不错。...
基于Visual C++6。0开发的图标拾取小程序。可以取可执行文件中的图标并保存。很不错。-based on Visual C 6. 0 pick up the development of the small icon procedures. May take the executable file icon and preserve. Is pretty good.
- 2022-09-17 10:35:04下载
- 积分:1
-
dxshow推源滤波器的例子
DxShow push source filter example
- 2022-06-18 11:16:46下载
- 积分:1
-
DVD解码库,支持AC3解码MPEG2的主要阶段内的主要系统。
DVD解码程序库,支持AC3解码,MPEG2的主级主内协议支持,C语言实现-DVD decoder library, support AC3 decoding MPEG2 the main stage inside the main support of the agreement, C Language
- 2022-08-22 01:53:05下载
- 积分:1
-
一个采用visual c++开发的视频/音频服务器,完全调试通过。
一个采用visual c++开发的视频/音频服务器,完全调试通过。-a development using visual c video/audio servers, debugging through completely.
- 2022-12-22 08:50:03下载
- 积分:1
-
RTDX软件过程AGR
rtdx softwar process agr-rtdx softwar process agree
- 2022-06-26 13:09:04下载
- 积分:1
-
这是一个图像处理的例子,可以加水印的效果,作为一个学习图像处理算法的例子还是不错的。...
这是一个图像处理的例子,可以加水印的效果,作为一个学习图像处理算法的例子还是不错的。-This is an example of image processing, watermark can be added to the effect, as a learning image processing algorithm is a good example.
- 2022-09-05 08:20:03下载
- 积分:1
-
一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易...
一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易找到一个,却只有程序中的调用,关键的类的生成文件却没有,有什么用?(主要是自己没有MCI函数的具体的参数资料,不知道怎么调用,如果你有,请发一份给我,字符串的我已经有了,命令方式的没有。) 后来找到一个,非常感谢他,作者叫:黄利龙。但他没有单独把类分离出来,且没有保存列表到文件。 我把他的程序打印出来,仔细分析了程序语句,然后进行了修改和优化。大家可以从下面的程序看出来,我们菜鸟的人基础不够,很希望了解每一句的确切意思,有些地方我带有猜测的,如果有错的地方,请大家指出,也欢迎大家来信和我交流,我向您学习。-a good cd player this article is the first time I VC published online, I should be the only VC exposure. To find MP3 players can cycle of VC source, I searched online resources (almost went to smash computer), and managed to find one, only the procedures called key to the class file has not, what is the use? (Mainly MCI is not their specific function of the parameters of information, I do not know how call, if you have, please send a copy to me, the string I have, in no order.) He found one, very grateful to him, the writer asked : Huang Lung. But he did not single out separate category, which does not keep a list of documents. I regard him to print out th
- 2023-04-26 22:00:02下载
- 积分: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
-
ffdshow 解码器 虽然小 但是功能很强大的哦
ffdshow 解码器 虽然小 但是功能很强大的哦-artist decoder function Although small but very powerful oh
- 2023-07-19 07:20:05下载
- 积分:1