-
Matlab-package-for-the-Schrodinger-equation
The paper presents a Matlab package for the linear time-(in)dependent Schr¨odinger
equation, based on the Hermite spectral method. The matrix form of the discretized
problem is suitable for the linear algebra capabilities of Matlab. The high accuracy and
efficiency of the algorithm is proved by many examples taken from the literature.
- 2011-05-07 01:31:36下载
- 积分:1
-
supclust
减法聚类的matlab程序,是学习模糊聚类的好东西(Subtractive clustering of Matlab procedures, is a good thing to learn fuzzy clustering)
- 2020-09-25 17:07:48下载
- 积分:1
-
GA
说明: 基本遗传算法maltab源程序, 比较实用(Maltab basic genetic algorithm source code, more practical)
- 2011-05-25 15:05:28下载
- 积分:1
-
currentandvoltage
matlab仿真平台下仿真输出spwm的电压和电流模型(Voltage and current simulation model for spwm)
- 2013-12-27 13:43:55下载
- 积分:1
-
FT
说明: 禁忌(Tabu Search)算法是一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。为了避免陷入局部最优解,TS搜索中采用了一种灵活的“记忆”技术,对已经进行的优化过程进行记录和选择,指导下一步的搜索方向,这就是Tabu表的建立。(Tabu Search algorithm is a meta-heuristic random search algorithm. It starts from an initial feasible solution, chooses a series of specific search directions (movement) as a trial, and chooses to achieve the movement that makes the most changes in the value of a specific objective function. To avoid falling into local optimum, TS search uses a flexible "memory" technology to record and select the optimization process that has been carried out, and to guide the next search direction, which is the establishment of Tabu table.)
- 2019-06-28 10:46:56下载
- 积分:1
-
PD_radius_of_a_single_arm_and_the_sliding_mode_con
说明: 橈性單節機械臂PD與順滑模態控制器設計 (PD radius of a single arm and the sliding mode controller design )
- 2010-04-21 21:15:21下载
- 积分:1
-
-watermarking
matlab source code for watermarking.
- 2012-10-19 21:02:53下载
- 积分:1
-
图像分割算法的Matlab源程序-matlab编程
图像分割算法的Matlab源程序,里面含有大量经典源代码(image segmentation algorithm Matlab source, it contains a large number of classic source code)
- 2020-06-26 09:00:01下载
- 积分: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
-
nnsysid
说明: 这个代码是关于神经网络的matlab代码,我觉得效果不错。(This code is on the neural network matlab code, I think good results.)
- 2010-04-05 08:49:59下载
- 积分:1