CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Uniform
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - Uniform - List
[
Mathimatics-Numerical algorithms
]
0-1
DL : 0
//产生0-1之间均匀分布一个随机数// /////////////////////////////////////////////////////////////// //传入参数:r--双精度实型变量指针,指向的单元存放随机数种子值//// //传出参数:p:产生0-1之间均匀分布一个随机数 -/ / 0-1 have a uniform distribution between random numbers / / //////////////////////////////////// /////////////////////////// / / imported parameters : r -- double precision real - variable pointer to the storage unit random number seed / / / / / / out parameters : p : 0-1 produce a uniform distribution between random numbers
Date
: 2008-10-13
Size
: 54.73kb
User
:
公用帐号,请不要修改
[
Mathimatics-Numerical algorithms
]
siginput
DL : 0
生成三维模型异常体填充文件,可以用于有限差分法的电导率值填充,主要用于建立非均匀模型-generated 3D model anomalous body filled with documents, which can be used finite difference method, the conductivity value filled, mainly for the establishment of non-uniform model
Date
: 2008-10-13
Size
: 110.84kb
User
:
廉洁
[
Mathimatics-Numerical algorithms
]
uniformgauss
DL : 0
均匀分布的随机数,并依此产生高斯分布随机数,12和法和Box-Muller法产生高斯分布-uniform distribution of random numbers, and so have a Gaussian distribution of random numbers, 12 and the law and Box-Muller method, Gaussian distribution
Date
: 2008-10-13
Size
: 1.16kb
User
:
吴俊
[
Mathimatics-Numerical algorithms
]
distributions
DL : 0
Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent -
Date
: 2008-10-13
Size
: 2.64kb
User
:
阿类
[
Mathimatics-Numerical algorithms
]
0-1
DL : 0
//产生0-1之间均匀分布一个随机数// /////////////////////////////////////////////////////////////// //传入参数:r--双精度实型变量指针,指向的单元存放随机数种子值//// //传出参数:p:产生0-1之间均匀分布一个随机数 -//0-1 have a uniform distribution between random numbers// //////////////////////////////////// ///////////////////////////// imported parameters : r-- double precision real- variable pointer to the storage unit random number seed////// out parameters : p : 0-1 produce a uniform distribution between random numbers
Date
: 2025-12-29
Size
: 54kb
User
:
[
Mathimatics-Numerical algorithms
]
siginput
DL : 0
生成三维模型异常体填充文件,可以用于有限差分法的电导率值填充,主要用于建立非均匀模型-generated 3D model anomalous body filled with documents, which can be used finite difference method, the conductivity value filled, mainly for the establishment of non-uniform model
Date
: 2025-12-29
Size
: 111kb
User
:
廉洁
[
Mathimatics-Numerical algorithms
]
uniformgauss
DL : 0
均匀分布的随机数,并依此产生高斯分布随机数,12和法和Box-Muller法产生高斯分布-uniform distribution of random numbers, and so have a Gaussian distribution of random numbers, 12 and the law and Box-Muller method, Gaussian distribution
Date
: 2025-12-29
Size
: 1kb
User
:
吴俊
[
Mathimatics-Numerical algorithms
]
distributions
DL : 0
Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent --Distribution generatorHere is a simple generator which can build some distributions with given properties.Distributions generator (compile with-lm) Typical use might be:./Distributions-u-m 1-M 10-n 100-s 500Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500../distributions-p-2.2-m 1-M 100-n 200-s 500Idem with 200 numbers between 1 and 100 following a power law with exponent--
Date
: 2025-12-29
Size
: 2kb
User
:
阿类
[
Mathimatics-Numerical algorithms
]
random
DL : 1
这是我在网上收集的用于计算圆内均匀随机数的一些方法,用的是FORTRAN语言-This is my online collection of the circle used to calculate the number of uniform random number method, using the FORTRAN language
Date
: 2025-12-29
Size
: 2kb
User
:
hw
[
Mathimatics-Numerical algorithms
]
Bspline
DL : 0
编写拟合非均匀有理B样条曲线的程序,可以进行数据拟合-Fitting the preparation of non-uniform rational B-spline curve of procedures, data can be fitted
Date
: 2025-12-29
Size
: 3kb
User
:
asd
[
Mathimatics-Numerical algorithms
]
SUIJISHU
DL : 0
用c语言中的rand()产生0到1之间的均匀随机数-C language used rand () have a 0-1 uniform random number between
Date
: 2025-12-29
Size
: 1kb
User
:
zoujieshu
[
Mathimatics-Numerical algorithms
]
Rand
DL : 0
随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。-A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other distribution of the random numbers. all The distributions can pass ts test.
Date
: 2025-12-29
Size
: 4kb
User
:
winxp
[
Mathimatics-Numerical algorithms
]
assemble
DL : 0
matlab prog for beam with uniform loading with fix and simplysupported beam....using finite element method and its displaced graph
Date
: 2025-12-29
Size
: 1kb
User
:
sunil
[
Mathimatics-Numerical algorithms
]
mersennetwister
DL : 0
mesenne twister算法 产生伪随机数(服从均匀分布) 及查看矩阵数据概率分布的程序 -mesenne twister algorithm for the generation of pseudo-random number (subject to uniform distribution) and view the probability distribution of the data matrix, the procedure
Date
: 2025-12-29
Size
: 1kb
User
:
dong
[
Mathimatics-Numerical algorithms
]
ChirpScaling
DL : 0
条带式(Stripmap)SAR是SAR应用最为普遍的一种工作模式。在该模式下,雷达沿沿直线匀速运动,天线波束中心指向与速度方向的夹角(斜视角)固定不便。这里仅讨论斜视角为零的情形,即正侧视Stripmap SAR-Striped (Stripmap) SAR is the SAR application of the most common kind of operation. In this mode, the radar along a straight line uniform motion, the antenna beam center pointing angle between the direction and speed (oblique angle) fixed inconvenience. Here only discuss the case of oblique angle is zero, that is lateral view Stripmap SAR
Date
: 2025-12-29
Size
: 364kb
User
:
siom
[
Mathimatics-Numerical algorithms
]
Mathematica_(Wolfram_2002)
DL : 0
推荐本Mathematica好书! Mathematica的符号功能是最强的。且它的运行构架是最优的。符号运算效力与解析能力是最好的数学软件。 而本书《Mathematica全书》是Mathematica书籍中最权威的.它已经成为Mathematica的教材和参考书,也是计算机数学的一种明确和统一的表达规范.许多人即使没有使用Mathematica软件也对此书很感兴趣。-Recommend this Mathematica books! Mathematicas symbolic function is the strongest. Operating framework and it is optimal. The effect of symbolic computing analytical capabilities is the best mathematical software. The book, " Mathematica book" is the most authoritative books Mathematica. It has become a Mathematica textbooks and reference books, but also a computer mathematics to express a clear and uniform standards. Many people even without the use of Mathematica software is also very interested in this book.
Date
: 2025-12-29
Size
: 22.15mb
User
:
swreal
[
Mathimatics-Numerical algorithms
]
gaborandnorm
DL : 0
gabor是将图像转换成gabor特征,增强系统鲁棒性,使其不易受外界条件影响;norm是将图像的灰度值统一归一到一个范围内,便于同等使用图像。-gabor gabor is a feature to convert images to enhance the system robustness to make it less susceptible to external conditions affect norm is a uniform gray value image normalized 1-1 range, the same easy to use images.
Date
: 2025-12-29
Size
: 1kb
User
:
叶子
[
Mathimatics-Numerical algorithms
]
bspline1
DL : 0
绘制一条与控制多边形相切的三次均匀b样条曲线。-A degree-3 uniform b spline curve, it is tangent to its control polygon.
Date
: 2025-12-29
Size
: 1kb
User
:
lily
[
Mathimatics-Numerical algorithms
]
p3
DL : 0
mining technique that discovers comprehensible IF-THEN rules using a generalized uniform population method and a uniform operator inspired from the uniform population method. Initial population is generated by methodically eliminating the randomness by generalized uniform population method. In the subsequence generations, genetic diversity is ensured and premature convergence is prevented by the uniform operator. From the experimental results, it was observed that, this method handled the problems of GAs in the task of classication and guaranteed to get rid of any local solution and rapidly found comprehensible rules. Key Words: Data Mining, Classi
Date
: 2025-12-29
Size
: 135kb
User
:
asad
[
Mathimatics-Numerical algorithms
]
MRANDOM
DL : 0
用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差-Used to generate uniform or Gaussian distribution of the pseudo-random number (similar to white noise), they may have different mean and variance
Date
: 2025-12-29
Size
: 1kb
User
:
xuzhenfei
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.