-
multiobjectiveoptimization
文中运用matlab实现了多目标问题的求解,实现过程涉及了GA算法的求解,交叉变异等操作均有详细的步骤。(Matlab applied to achieve a multi-objective problem solving process involving the GA algorithm solving crossover and mutation operations are detailed steps.)
- 2013-03-05 21:27:41下载
- 积分:1
-
intrans
matlab关于图像增强方面的源码,供初学者使用(matlab source code on the image enhancement for beginners)
- 2010-08-30 11:42:02下载
- 积分:1
-
ComSam
Compressive Sampling是最近讨论非常热烈的数据处理方法。用一个与变换基不相关的观测矩阵将变换所得到的高维信号投影到一个低维空间上,然后通过优化求解从这些少量的投影中以高概率重构出原信号。(Compressive Sampling is a very lively discussion of recent data processing method. A base with the transformation matrix will not change the relevant observation obtained a high-dimensional signal projected onto low-dimensional space, and then solved by optimizing the projection from these small reconstructed with high probability in the original signal.)
- 2011-11-02 08:59:16下载
- 积分:1
-
MATLAB-Codes-for-FEM
MATLAB Codes for Finite Element Analysis Solids andS tructures
- 2013-11-27 20:34:25下载
- 积分:1
-
New-folder-(31)
THIS FILE IS ABOUT ADAPTIVE FILTER
ITS HELPFUL FOR LEARNING ABOUT LMS/NLMS
- 2014-01-19 04:18:53下载
- 积分:1
-
2DMaxima
在二维空间里有两个点A=(X1,Y1)和B=(X2,Y2),如果X1>X2并且Y1>Y2 ,我们认为A优于B,A是这个集合的最大极值点,在给定的二维空间里的N个点的集合S中,找出最大极值点。(In two-dimensional space, there are two points = A = (X1, Y1) and B (X2, Y2), if the X1 and Y1 > X2 > Y2, we think that A is superior to B, A is the biggest extreme value point of the set, in A given set of N points in the two-dimensional space S, find out the most extreme value point.)
- 2013-12-24 21:02:56下载
- 积分:1
-
li6-21
这时用matlab编写的图像压缩程序,希望对大家有帮助(Image compression
)
- 2010-11-24 09:58:45下载
- 积分:1
-
findPointNormals
基于kd-tree搜索算法,利用局部邻域的平面拟合,检测三维点云数据的法线方向( Estimates the normals of a sparse set of n 3d points by using a set of the closest neighbours to approximate a plane.)
- 2020-11-06 19:29:49下载
- 积分:1
-
buildSS
Builds a scale space to contain the sift features generated by a number of object images that were scale-normalized.
- 2012-11-25 20:42:16下载
- 积分:1
-
Sistemas-operacionais
For this experiment introduced new concepts regarding the implementation methods of IPC. Through the use of signals was possible interruptions. And with the use of shared memory, it was possible to make calls between processes, by sending signals.
The use of signals requires a signal handler, who treats upon arrival. The use of the program becomes asynchronous signals, which require more care during handling of the instructions.
Experiment 1 allows learning about creation of concurrent processes in the Operating System (OS) Unix. However, the creation process is not at all helpful. There are applications that require that there be some method that enables the sharing of data (information) between processos.x
- 2012-12-02 00:14:06下载
- 积分:1