-
一个给输入语音进行能量规整的程序,便于控制播放语音的音量,工具虽小,但却常用...
一个给输入语音进行能量规整的程序,便于控制播放语音的音量,工具虽小,但却常用-Voice for a given input energy warping procedures, easy to control playback of voice volume, tools may be small, but common
- 2022-02-22 12:34:27下载
- 积分:1
-
gentic算法的多目标优化
MOEA/ D(多目标进化基于分解算法)是一个通用的算法框架。它分解一个多目标优化问题转化为多个不同的单目标优化的子(或简单的多目标优化子问题),然后使用人群为基础的方法,同时优化这些子问题。
- 2022-01-24 10:14:17下载
- 积分:1
-
经典的红黑树算法,强烈推荐
经典的红黑树算法,强烈推荐-classic Brooklyn Tree Algorithm, strongly recommended
- 2022-09-12 17:25:02下载
- 积分:1
-
fpga乘法器使用例程
fpga乘法器使用例程。详细介绍了dsp48A的使用方法。非常不错的代码。
- 2022-10-20 11:30:03下载
- 积分:1
-
源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。...
源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。-Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
- 2022-06-19 16:25:52下载
- 积分:1
-
最小不重复数问题
问题描述:给定一个数n,找出大于这个数的最小不重复数(任意相邻位数字不相同)。
程序给出了两种方法:find和find1,其中find1属于暴力法,直接从n+1开始寻找,每次加1,知道找到满足条件的不重复数为止。
第二种方法比较巧妙,将n各位数字存到一个数组a[]里,下标大小对应位数高低,比如1234,数组a[0...3]依次为1,2,3,4;从最高位开始找相邻的重复数,较低的重复位加1带进位,高位循环加进位直到无进位,低位置零;回到次高位重新寻找重复位,直到无重复位。
- 2022-05-13 23:24:34下载
- 积分:1
-
指定方差和窗口的大小, 产生2维高斯平滑窗的源码.
指定方差和窗口的大小, 产生2维高斯平滑窗的源码.-Specified variance and the size of the window, resulting in 2-D Gaussian smoothing window of the source.
- 2022-03-22 04:23:33下载
- 积分:1
-
appletviewers
它是在 Java 开发并生成按定义的算法 pesudocode 函数中所述的算法。这种描述可以利用改性的所有代码和用户的必需品。
- 2023-07-30 20:45:02下载
- 积分:1
-
平面钢架程序C语言编写的有限元程序
资源描述平面钢架程序C语言编写的有限元程序 高斯消元过程和总刚集成等代码均采用了带状矩阵的存储方式,是初学力学有限元的难得程序!
- 2022-07-05 13:27:11下载
- 积分:1
-
OPENTLD C++ source code
TLD is an algorithm for tracking of unknown objects in unconstrained video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video.
You are allowed to use TLD under the terms of the GPL version 3.0. It means that any distributed project that includes or links any portion of TLD source code has to be released with the source code under the GPL version 3.0 license or later. The details of the license can be found in file LICENSE. If you wish to use this code or any of its part for com
- 2022-06-17 10:16:04下载
- 积分:1