资源列表
1
- 多媒体大作业1、抽取MPEG文件的关键帧 2、用JPG解码算法还原为BMP 3、可以指定任意一个时刻(精确到秒)的若干关键帧,输入时间,获得该时间点一秒内的所有I帧 4、实现MPEG-1 5、若有能力实现MPEG-4,分数加15分 6、将该算法用C++实现,制作成DLL,可供其他程序方便快捷调用,加10分 -Multimedia big job 1, MPEG file to extract key frame 2, reduced to BMP 3 with JPG d
yueshutiaojian
- 其中包含四个功能函数,分别用于求解DNA序列间的相似性,汉明距离,汉明逆距离及汉明逆补。-Which includes four performance function, respectively, for solving the DNA sequence similarity between the Hamming distance, Hamming distance inverse, inverse complement Hamming distance.
MSP430F5529
- 430f5299代码库包含全系列-430f5299 code library
S_model
- 参考2015年深圳杯数学建模B题,在给定DNA序列的情况下,为k-mer建立索引,表头为顺序表,每个结果用链表存储,查找速度极快,但是比较消耗内存-Reference 2015 Shenzhen B cup mathematical modeling problems, in the case of a given DNA sequence, established as a k-mer indexing, the first table of the order form, each resu
DNA-k-mer-index
- DNA序列的k-mer index 问题-基于Hash算法快速检索-dna sequence
genes
- 基因序列匹配算法,可以计算两个基因的最短距离-Gene sequence matching algorithm
DNA
- DNA密码子转换氨基酸对应的密码转换,不限输入数量的大小。-DNA codon amino acid conversion corresponding to the password conversion, does not limit the size of the input.
slflash_xk_v1.0
- UberGallery,一个简单易用的相册,使用PHP语言开发,不需要数据库。UberGallery的设计基于超简单的管理,外观整洁和专业。它无需数据库和管理控制。为你的公文包添加项目就和上传相片一样简单,同时你可为每一个图片集付上信息文档,公文包里东西的运行均是通过一个简单的php文档,你可以通过html和css样式表来很容易的定制php文档。UberGallery适合摄影师,美术设计者,插图画家,web开发者-UberGallery, an easy to use photo album,
PSO
- 粒子群优化算法,有利于算法的应用研究,做对比是挺好的-Particle swarm optimization, application of algorithms favor, do comparison is quite good
ExampleVideo
- code for robot path planning using labview which steer the robot smoothly
爆炸特效粒子系统
- 实现火焰特效的粒子系统,通过纹理融合技术,使用较少的粒子就能模拟出逼真的火焰爆炸特效
iiorm1
- 在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能调用相应控件的Click事件。Click事件:标题栏显示“鼠标单击”,窗体显示 欢迎使用VB Private Sub Form_Click() Caption = 鼠标单击 Print 欢迎使用VB End Sub -在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能