-
BLDC
直流无刷电机控制仿真,狠好,很全的,在外国网站下的(Brushless DC motor control simulation, hard, and very wide, and in foreign countries under the site)
- 2009-04-19 17:39:22下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1
-
ExtractBackground
he files in this package comprise the Matlab implementation of a
foreground segmentation algorithm based upon graph cuts, described in:
Better Foreground Segmentation Through Graph Cuts, N. Howe &
A. Deschamps. Tech report, http://arxiv.org/abs/cs.CV/0401017.
The file extractForeground.m contains a sample function that will
perform a complete foreground segmentation for static camera video.
It uses a number of parameters, which are described in the
documentation. An attempt was made to choose sensible default values,
but they may need to be adjusted for some videos.
More generally, the implementation in extractForeground.m is only a
suggestion of how the graph-based segmentation might be used. The
same approach can be applied with other (perhaps time-adaptive)
background models. The key step is at line 113 of the code, once the
deviation array has been created. The graph-cut segmentation can be
applied similarly to a deviation matrix computed in any other way.
- 2013-11-19 23:41:02下载
- 积分:1
-
MATLAB_Simulations_forRadar_Systems_Design
雷达成像的仿真程序。包含很多的仿真小例子,对雷达成像的学习一定会很有帮助的哦(Radar imaging of the simulation program. Contains many small examples of simulation of radar imaging study will be helpful Oh)
- 2007-09-13 23:37:28下载
- 积分:1
-
mtl_ode_sim_shootingmethod
运用打靶法求解二阶边值问题。 A1*d/dx(dy/dx) + A2*dy/dx + A3*y + A4 = 0(To illustrate the use of Runge-Kutta method in the Shooting method as applied to a function of the user s choosing.)
- 2012-05-08 16:33:54下载
- 积分:1
-
matlab-jiemian
matlab界面设计,通过一个实例详细介绍如何进行matlab界面设计(The Matlab interface design, a case study details how to matlab interface design)
- 2013-05-12 13:13:01下载
- 积分:1
-
imageProcessing
此文档是有关MATLAB的相关图像处理的ppt教程(ppt files on image processing )
- 2009-12-12 18:33:10下载
- 积分:1
-
wind-power-generation-system
超导磁储能系统抑制风力发电功率波动的研究(Research on the applica tion of superconducting magnetic energy
storage un it to damp wind genera tion power fluctua ting)
- 2014-01-12 12:15:10下载
- 积分:1
-
DSSS
direct sequence spread spectrum
- 2010-10-11 12:32:10下载
- 积分:1
-
Desktop
1求矩阵中的 最大值 并返回所在的行数与列数。2判断一组数据满足什么分布,包括泊松分布、正态分布、卡方分布、T分布等。3 检验线性方程组 系数的输入是否有误。(1 find the maximum value and returns the matrix where the rows and columns. 2 to determine what set of data to meet the distribution, including Poisson, normal, chi-square distribution, T distribution. 3 Coefficient of linear equations test input is wrong.)
- 2011-08-13 17:44:01下载
- 积分:1