-
计算机组成原理动画演示系统(.swf文件)
计算机组成原理动画演示系统(.swf文件)-Computer Animation Demo System (. Swf files)
- 2022-12-24 11:15:03下载
- 积分:1
-
A typical simulation television control procedure, uses simple
recurrent structu...
一个典型的模拟电视控制程序,采用简单的循环结构 解决方案 TOSHIBA 8821- A typical simulation television control procedure, uses simple
recurrent structure solution TOSHIBA 8821
- 2022-03-22 16:51:37下载
- 积分:1
-
嵌入在网页中使用MediaPlayer播放器,视频播放器自动实现…
利用mediaPlayer播放器嵌入在网页上,实现视频播放自动跳转到试题测试,并记录成绩的课件制作-Use mediaplayer player embedded in web pages, video player automatically realize Jump to questions testing, and record the results of the Courseware
- 2022-01-26 01:50:25下载
- 积分:1
-
graphics processing source code
图形图像处理源代码-graphics processing source code
- 2023-01-10 10:25:03下载
- 积分:1
-
vc++可视化编程,包括多媒体编程,压缩包里面的是源代码,可直接运行。...
vc++可视化编程,包括多媒体编程,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including all of the controls, compressed packets inside the source code can be directly run.
- 2023-08-06 17:10:03下载
- 积分:1
-
olympus数码系列控制代码,完成数码系列的usb控制
olympus数码系列控制代码,完成数码系列的usb控制-Olympus Series digital control code to complete the digital series usb control
- 2023-04-15 05:00:03下载
- 积分:1
-
similar MP3 player
类似WINAMP的MP3播放程序-similar MP3 player
- 2022-08-19 21:46:18下载
- 积分:1
-
H.263的编解码及测试代码,运行在linux下,经测试可用,为大家提供方便源码...
H.263的编解码及测试代码,运行在linux下,经测试可用,为大家提供方便源码-H.263 codec and test code, runs on linux under tested is available, providing convenience for all source
- 2022-01-27 14:57:13下载
- 积分:1
-
太阳能,这是一个简单directshow封装库,和美国..更方便
dsvl,它是一个对directshow的简单封装的库,使用起来比较方便,比较容易实现视频编程的应用。-dsvl, it is one of directshow simple package libraries, and more convenient to use. easier video programming applications.
- 2022-01-26 08:18:56下载
- 积分: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