-
MP12_0
关于电力系统的计算程序!最新的改进法计算潮流程序!用matlab实现的!
适用于电力行业的相关从业人员!(power system on the program! The latest trend of improved procedures calculated! Using Matlab achieve! Apply to the relevant power industry practitioners!)
- 2007-01-19 17:17:05下载
- 积分:1
-
shedong
航天器动力学MATLAB程序,考虑大气阻力,估计神舟飞船每运行一个周期,轨道高度下降多少(Spacecraft Dynamics MATLAB program, consider the atmospheric drag, estimated that the Shenzhou spacecraft each run a cycle, the number of orbital altitude drop)
- 2014-10-29 00:10:26下载
- 积分:1
-
chepaishibie
车牌识别算法。包括图像预处理、车牌分割、字符分割(License plate recognition algorithm. Including image preprocessing, license plate segmentation, character segmentation and character recognition)
- 2013-10-30 22:00:04下载
- 积分:1
-
proga
proga, singular spectrum analysis
- 2010-08-02 23:32:00下载
- 积分:1
-
system
说明: WEB平台工业组态软件在多线船闸监控系统中的应用(WEB platform, multi-line industrial configuration software lock control system)
- 2011-03-29 19:08:54下载
- 积分:1
-
VC-and-MATLAB
VC6_0与MATLAB7_x混合编程方法研究(VC6_0 and MATLAB7_x mixed programming method)
- 2013-11-16 11:01:44下载
- 积分:1
-
Matlab-graphics-classic-case
matlab经典绘图案例。包括三维曲面z=x^2+y^2的动画、正弦曲线的动画、切片图、向量图、三维彗星图、三角形网格图、三角形表面图、球面、等值线图、三维瀑布图、三维火柴杆图、三维散点图、柱形图、三维条形图、三维饼图、带形图、曲线图、高斯分布函数的曲面图、高斯分布函数的网格图、5阶高斯分布矩阵、梯度场矢量图、罗盘图、玫瑰花图、羽列图、数据向量的单轴对数坐标图、矩阵的条形图
矩阵的面积图、二维饼图、散点图、误差图、火柴杆图和碗状曲面图等等。
(Drawing matlab classic case. Including three-dimensional surface z = x ^ 2+ y ^ 2 animation, animated sine curve, slices, vector graphics, three-dimensional map comet, triangular grid map, triangular surface plots, spherical, contour, 3D waterfall, three-dimensional grid graph matchstick figure, three-dimensional scatter plot, bar chart, the three-dimensional bar charts, three-dimensional pie charts, strip charts, graphs, surface, Gaussian distribution function, the Gaussian distribution function, fifth-order Gaussian distribution matrix gradient vector field, compass, rose diagram, feather column chart, the data vector uniaxial logarithmic graph, bar graph matrix
Area chart matrix, two-dimensional pie charts, scatter plots, error plots, matchstick figure and bowl surface map and so on.)
- 2013-12-30 15:51:37下载
- 积分:1
-
range_doppler
线性调频雷达的距离多普勒谱目标仿真程序;主要应用与高频地波雷达(Distance chirp radar Doppler spectra target simulation program)
- 2020-06-29 01:20:01下载
- 积分:1
-
PCA4Wiley
Matlab PCA主成分分析
一个比较好的matlab代码,非常有用(Matlab PCA PCA matlab code is a relatively good, very useful)
- 2010-01-20 21:09:18下载
- 积分: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