-
SeisLab_8.0615
实现地震勘探中,地震数据处理的matlab程序。(Implementation of seismic exploration, seismic data processing matlab procedures.)
- 2009-03-19 10:57:10下载
- 积分:1
-
sourcefile
最优化方法,作业,包括BFGS,SUMT惩罚函数法等(Optimization)
- 2009-12-10 20:59:22下载
- 积分:1
-
project2
一列火车要将n节车厢分别送往n个车站车站按1~n的次序编号,火车按照n, n-1,…, 1的编号次序经过车站。假设车厢的编号就是其目的地车站的编号。
(A train to n cars n stations were sent to stations by 1 ~ n the order of numbers, the train in accordance with n, n-1, ..., 1 after the station number sequence. Suppose car number is its destination station number.)
- 2009-12-21 20:15:00下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
guess
需要一个放有若干图片的文件夹,图片的文件名还需要提供一些信息,如“计61班.jpg”之类,具体格式可以修改源代码。然后显示图片让参与者猜是哪个班的。为系里男生节编写的一个简单的GUI程序(Need a put several pictures folder, pictures of the file name also need to provide some information, such as "(61 class. JPG," and so on, and the specific format can make changes to the source code. And then display picture participants had to guess which class is. For the day of a boy to write simple GUI program)
- 2011-12-12 00:42:41下载
- 积分:1
-
meiguorenkou
数学实验中用matlab对美国人口进行的仿真和分析(Using matlab mathematical experiment of the United States population simulation and analysis)
- 2012-05-11 10:48:32下载
- 积分:1
-
MATlAB-gauss
已知赤经赤纬计算轨道六根数,采用高斯算法(calculate orbit elements(gauss))
- 2011-07-08 09:04:11下载
- 积分:1
-
pso
本文为基于matlab的粒子群算法的程序,以求函数最小值为例,讲述如何用粒子群算法求得局部和全局最优解。(This article is based on particle swarm algorithm matlab procedures, in order to the minimum function, for example, on how to use PSO obtain local and global optimal solution.)
- 2013-09-11 10:56:10下载
- 积分:1
-
lab5
decription system photo
- 2013-11-14 23:05:11下载
- 积分:1
-
frcg
使用FR共轭梯度法求解无约束问题
输入包括初始点,目标函数和梯度
输出包括最优点和最优解,还有迭代次数(Use FR conjugate gradient method for solving unconstrained problems including initial entry points, the objective function and the gradient of the output, including the advantages and the most optimal solution, as well as the number of iterations)
- 2020-12-14 08:59:14下载
- 积分:1