-
signal-processing-toolbox
matlab 信号处理工具箱,信号系统模型,线性非线性模型(matlab signal-processing-toolbox)
- 2012-01-12 11:55:28下载
- 积分:1
-
ThreadPool
一个关于线程池的小demo,windows环境下,可以直接运行。(
A little on the thread pool demo, windows environment, can be directly run.)
- 2014-10-11 11:32:32下载
- 积分:1
-
m
说明: MATLAB与C#VisualC++语言混合编程的实现(Realization of hybrid programming language of MATLAB and C# VisualC++)
- 2013-03-27 18:57:34下载
- 积分:1
-
2
地震数据通常含有噪音,通过该方法可以去除地震数据中的噪音,更好的反演结果(Seismic data usually contains noise, the method can remove the noise in the seismic data, better inversion results)
- 2013-12-25 08:41:36下载
- 积分:1
-
Meanshif-Detection
说明: :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常
重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰
度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情
况下仍能实现稳定、实时的跟踪目标。(: Mean-shift algorithm is a nonparametric density estimation algorithm, the optimal matching can be fast, real-time tracking fields in the target plays an important role. In order to effectively Mean-shift algorithm will be applied to the gray image, the histogram used to establish the direction of the strategy target model is proposed in the gray image to Mean-shift tracking algorithm as the core. Experimental results show that the algorithm has the advantage of not lighting conditions, in the case of low contrast can still achieve stability, real-time tracking of targets.)
- 2011-04-06 23:14:05下载
- 积分:1
-
Matlab_NR
电力系统稳态潮流程序,极坐标和直角坐标程序(Power system steady trend procedures, polar and rectangular coordinates program)
- 2012-10-28 20:17:26下载
- 积分:1
-
fuhuatixinggongshi
用复化梯形公式来求解积分的一个应用,用matlab和c++写的(With rehabilitation of trapezoidal integral formula for solving an application, using matlab and c++ Written)
- 2009-01-12 12:06:21下载
- 积分:1
-
cl2DESIGNAL-FOR-NOISE
用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像
[multiwavelet.rar] - 小波变换的MATLAB实现 几个用MATLAB编写的小波变换示例
(multiwavelet.rar]2-D multi-wavelet construction and implementation
computation multiwavelet transform an image (BAT O2 multiwavelet transform)
- 2012-03-21 19:30:51下载
- 积分:1
-
Tabbar1.17_cn
类似与wndtars的国产软件,功能独特(similar wndtars with the homemade software, a unique function)
- 2007-06-17 13:44:21下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1