-
random(mt19937)
说明: 一个随机数产生器(mt19937)
计算物理中Monte Carlo方法中的基本条件
周期为2^19937(a random number generator (mt19937) Computational Physics Monte Carlo methods of the basic conditions for the cycle 2 ^ 19937)
- 2005-12-02 19:30:12下载
- 积分:1
-
LDPC_code_principle
LDPC的通俗易懂的讲解。包括LDPC的编码和译码等。(Of LDPC easy to understand explanations. Including LDPC encoding and decoding.)
- 2012-06-29 14:44:55下载
- 积分:1
-
ijecv2n1_05
Time PID Controllers using FPGA
- 2014-09-04 04:25:03下载
- 积分:1
-
hough_line_dect
matlab源码,实现利用霍夫变换的直线检测(matlab source code, line detection using Hough Transform)
- 2014-11-02 08:51:02下载
- 积分:1
-
skm
Face Detection and Tracking
Detect a Face
- 2014-01-21 04:19:52下载
- 积分:1
-
pmovingg3
用matleb软件编写实现的粒子移动的元胞自动机程序(Software written by matleb achieve particle moving cellular automata program)
- 2014-09-18 19:09:25下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
periodlinemode
说明: 计算各向同性板中的兰姆波,采用comsol livelink with matlab(calculating lamb wave in isotropic plate, using comsol livelink with matlab)
- 2020-01-14 10:24:32下载
- 积分:1
-
SmartCardApplications
this is the best book of SmartCard programming. It will help you to have windows programming with C
- 2010-08-01 23:53:52下载
- 积分:1
-
matlabOCR
一个可图片中文字进行识别的matlab实例程序,具有很不错的识别率(A picture in the text to identify the matlab example programs, with very good recognition rate)
- 2010-09-04 12:18:12下载
- 积分:1