-
matlab
常用的函数以及指令,可以帮助记忆常用的一些函数,特别适合初学者
(used in matlab,to me its very use)
- 2009-04-18 23:05:17下载
- 积分:1
-
复合材料刚度矩阵计算
说明: 各向异性材料的刚度矩阵计算M文件,适合初学者学习和运用(The stiffness matrix calculation m file of anisotropic material is suitable for beginners to learn and use)
- 2020-01-08 13:19:30下载
- 积分: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
-
match_filter
实现匹配滤波的matlab源代码,比较适合初学者!(Achieve matched filter matlab source code, suitable for beginners!)
- 2020-09-01 17:08:09下载
- 积分:1
-
svpwm_1
说明: svpwm仿真模型,可以在matlab中的simulink中打开,介绍描述清晰,适合初学者了解(SVPWM simulation model, can be opened in MATLAB Simulink, the introduction description is clear, suitable for beginners to understand)
- 2020-12-16 10:42:20下载
- 积分:1
-
matlab
这是一些文本聚类的matlab函数,是遗传算法过程中的一些常用函数(This is some text clustering matlab function, genetic algorithm is the process of some of the commonly used functions)
- 2010-05-11 11:25:34下载
- 积分:1
-
PWE
说明: 用平面波展开法计算二维二组元圆柱散射体型声子晶体能带结构的matlab代码。(This matlab code uses PWE to calculate the band structure of 2-D phononic crystal with cylinder scatterer.)
- 2021-04-08 20:29:00下载
- 积分:1
-
globaloptimum
rayleigh_fading used to help new researcher in the field of the telecommunication
- 2010-06-29 18:05:09下载
- 积分:1
-
ACMUD3
随机扰动蚁群多用户检测算法在CDMA系统中的实现(Randomly ant colony algorithm for multi-user detection in CDMA systems to achieve)
- 2010-07-06 22:28:35下载
- 积分:1
-
shuxuejianmo_7
说明: (插值)
在某海域测得一些点(x,y)处的水深z由下表给出,船的吃水深度为5英尺,在矩形区域(75,200)*(-50,150)里的哪些地方船要避免进入。
((Interpolation) measured the waters in a number of points (x, y) the Agency' s water depth z is given by the following table, the ship' s five feet depth of water in the rectangular area (75,200)* (-50,150) in where the ship to avoid.)
- 2009-07-24 23:02:06下载
- 积分:1