搜索资源列表
MergeVoiceWithBackGround
- 这是一个Merge Wave 文件和背静 文件(Wave)的合成工具。 从mp3生成 wave的过程可以用千千静听来生成。 注意必须声称同样频谱的wave文件。 否则不能合成。 在程序中考虑了背静音乐多为较短的轻音乐,所以当北京音乐完了的时候, 会开始重复背静,直到作为前景的对象完全完毕。 最终merge出来的是不会中断的北京结果。 把wave变成mp3有很多工具,最容易的使用lame工具。 使用方法: MergeVoiceWit
dtw
- 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, simply put, is by building an adj
choose101
- 先来先服务算法(FCFS)最短寻道时间优先算法(SSTF)并求出每种算法的平均寻道长度-First-come, first-served algorithms (FCFS) algorithm for the shortest seek time first (SSTF) and find the length of each algorithm, the average seek
CShortestLenPCB
- 采用分枝限界法进行求解最短路径长度的问题,是算法设计中的经典题目-Branch and Bound method used to solve the problem of the shortest path length, is the classic algorithm design topics