-
gaot3
说明: 有关MATLAB遗传算法工具箱的一些源代码(MATLAB genetic algorithm toolbox on some source code)
- 2011-04-15 18:01:49下载
- 积分:1
-
5
说明: 例题全部代码. 薛定宇, 陈阳泉. 高等应用数学问题的Matlab求解.(All the code examples. Xue Dingyu, Chen Yangquan. MATLAB to solve higher applied mathematical problems.)
- 2011-04-29 10:14:36下载
- 积分:1
-
Mersenne-Twister
利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。
各个文件为:
initGenerator.m:
initGenerator函数,用于初始化随机序列的长度和值
generateNum.m:
generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组
extractNum.m:
extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。
main.m:
main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果
mymy.m和mymy.fig:
用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。
(According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display.
The individual files are:
initGenerator.m:
initGenerator function used to initialize the random sequence length and value
generateNum.m:
generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array
extractNum.m:
extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array.
main.m:
main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results
mymy.m and mymy.fig:
Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.)
- 2012-07-22 21:51:55下载
- 积分:1
-
SBS
说明: Experimental and Modeling Studies of a Brillouin Amplifier文献中的数值模拟部分的matlab代码实现(Matlab code implementation of numerical simulation in literature of Experimental and Modeling Studies of a Brillouin Amplifie)
- 2020-06-16 20:00:01下载
- 积分:1
-
local_max_mode
这段程序求纵向细节v和横行细节h的合成及模极大值(maxmuim procession )
- 2010-05-27 16:52:46下载
- 积分:1
-
ICA_Normalize
Face recognition using ICA normalized
- 2015-03-14 14:03:01下载
- 积分:1
-
WindowsCprogramming
一个非常经经典的WINDOWS下开发的书籍,欢迎大家来下载使用(a very good windows C develop book)
- 2009-04-06 11:52:44下载
- 积分:1
-
1251152172402007531222262846536
matlab教程,比较入门级别的教程,从概念到语法,适合初学者。(matlab tutorials, more entry-level curricula, from concept to grammar, suitable for beginners.)
- 2008-05-21 04:33:24下载
- 积分:1
-
LD
说明: 这是用三角分解法求解线性方程组的一种方法(This is a triangular decomposition method for solving linear equations method)
- 2011-07-15 23:14:23下载
- 积分:1
-
optical-flow-and-video-processing
Real time optical flow, and video processing, with support for camera input in Matlab.(Start by running "runMe.m"
Supports input through:
a) synthetically generated test images
b) reading avi-file
c) camera input (requires image aquisition toolbox)
Calculates optical flow by 4 different local methods(all moment based), 2 implementations of Lucas and Kanade, and 2 implementations of point-line flow.
Can process easily hundreds of frames per second on a laptop for resolution 200x200 images.)
- 2013-10-03 22:38:20下载
- 积分:1