-
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
-
mpg audio decode 算法的源码
mpg audio decode 算法的源码-mpg audio decode algorithm source code
- 2023-06-07 07:50:02下载
- 积分:1
-
1. Support mp3, wma format, etc.
2.
3 Supporting skin function.
4 the lyri...
1.支持mp3,wma等多种格式
2.支持换肤功能
3.歌词显示和编辑
4.声音可视化效果(可以自己修改颜色和样式)
5.使用bass音频解析-1. Support mp3, wma format, etc.
2.
3 Supporting skin function.
4 the lyrics display and editing. Sound visualization (you can modify color and style of their own)
5. Analysis of the use of bass audio
- 2022-09-18 05:45:04下载
- 积分:1
-
在一个MFC应用程序中调用电脑中另外一个可执行文件,比如TTPlayer.exe。源码中的路径要做相应的改动。...
在一个MFC应用程序中调用电脑中另外一个可执行文件,比如TTPlayer.exe。源码中的路径要做相应的改动。-In a MFC application to call another computer in an executable file, such as TTPlayer.exe. Source in the path to do the appropriate changes.
- 2022-05-20 04:32:49下载
- 积分:1
-
FFMPEG中的一个例子,已经正确编译执行(vc6和ffmpeg的sdk),具有编码功能,对初学者应该有所帮助。...
FFMPEG中的一个例子,已经正确编译执行(vc6和ffmpeg的sdk),具有编码功能,对初学者应该有所帮助。-FFmpeg of an example, the compiler has the correct implementation of (vc6 and ffmpeg the sdk), has a coding function, should be helpful for beginners.
- 2022-05-20 13:47:04下载
- 积分:1
-
控制声卡的程序,可以用于做播放器,可以按开始和结束时间播放语音...
控制声卡的程序,可以用于做播放器,可以按开始和结束时间播放语音-audio control procedures can be done for the players, can start and end on time-play voice
- 2022-01-25 14:35:49下载
- 积分:1
-
is controlled by the use of multimedia video and audio broadcast of the Notes th...
是利用多媒体控减实现视频和 音频的播放,自己做了注释,附带有参考的网络叶面-is controlled by the use of multimedia video and audio broadcast of the Notes themselves, incidental reference to the network foliage
- 2023-04-08 01:45:04下载
- 积分:1
-
程序运行在Windows98/2000/XP/2003平台下,可在VC++ 6.0或 .NET中调试。调试前请先安装Microsoft DirectX 9.0...
程序运行在Windows98/2000/XP/2003平台下,可在VC++ 6.0或 .NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。对于硬件,无特殊要求。-running in Windows98/2000/XP/2003 platform, or in VC 6.0.NET debugging. Debugging former post install Microsoft DirectX 9.0 SDK. For hardware, no special requirements.
- 2022-02-04 03:56:44下载
- 积分:1
-
realbasic written in the calendar code. Very beautiful, they can formulate the w...
realbasic 写的日历代码。很漂亮,可以制定工作计划。包括周计划,月计划等。-realbasic written in the calendar code. Very beautiful, they can formulate the work plan. Including the week of plans, the monthly plans.
- 2022-01-24 16:14:12下载
- 积分:1
-
图像处理的几何变换代码
图像处理的几何变换代码-image processing geometry transform code
- 2022-08-03 11:58:31下载
- 积分:1