-
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, insufficient for LARGE Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths.
The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip.
Non-uniform random number generators are provided in stocc.zip.
標簽:
generators
contains
Uniform
randomc
上傳時間:
2014-12-01
上傳用戶:royzhangsz
-
In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the
emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to
provide an environment that s powerful yet easy to use.
One of the main strengths of UNIX is that it comes with a LARGE collection of standard programs. These
programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating
systems, one of the key features of UNIX is that these programs can be combined to perform complicated
tasks and solve your problems.
One of the most powerful standard programs available in UNIX is the shell. The shell is a program that
provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have
ever used a UNIX system, you have interacted with the shell.
標簽:
especially
popularity
operating
recent
上傳時間:
2014-11-26
上傳用戶:gaojiao1999
-
Sector is a system infrastructure software that provides functionality for distributed data storage, access, and analysis/processing. It automatically manages LARGE volumetric data across servers or clusters, even those over distributed wide area high speed networks. Sector provides simple tools and APIs to access and/or process the data. Data and server locations are transparent to users, as the whole Sector network is a single networked super computer to the users.
標簽:
infrastructure
functionality
distributed
software
上傳時間:
2013-12-21
上傳用戶:極客
-
模式識別學習綜述.該論文的英文參考文獻為303篇.很有可讀價值.Abstract— Classical and recent results in statistical pattern
recognition and learning theory are reviewed in a two-class
pattern classification setting. This basic model best illustrates
intuition and analysis techniques while still containing the essential
features and serving as a prototype for many applications.
Topics discussed include nearest neighbor, kernel, and histogram
methods, Vapnik–Chervonenkis theory, and neural networks. The
presentation and the LARGE (thogh nonexhaustive) list of references
is geared to provide a useful overview of this field for both
specialists and nonspecialists.
標簽:
statistical
Classical
Abstract
pattern
上傳時間:
2013-11-25
上傳用戶:www240697738
-
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A).
2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as LARGE as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output:
Enter k>0: 100
144 is the smallest fibonacci number greater than or equal to 100.
It is the 12th fibonacci number.
標簽:
dimensions
arbitrary
function
reverse
上傳時間:
2016-04-16
上傳用戶:waitingfy
-
Microsoft .net IL 匯編語言程序設計指南.
To tell the truth, I don t think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, LARGE numbers of books covering various aspects of this technology have started to arrive—and none too soon. Alas, virtually all of these books are dedicated to .NET-based programming in high-level languages and rapid application development (RAD) environments. No doubt this is extremely important, and I am sure all these books will have to be reprinted to satisfy the demand. But what about the plumbing?
標簽:
Microsoft
choice
matter
truth
上傳時間:
2014-11-06
上傳用戶:二驅蚊器
-
New training algorithm for linear classification SVMs that can be much faster than SVMlight for LARGE datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
標簽:
classification
algorithm
for
training
上傳時間:
2014-12-20
上傳用戶:stvnash
-
Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a LARGE extent, follows on from
Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II
will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less
formal, with a little more focus on applications.
標簽:
Data_Structures_and_Algorithms
Algorithms
Structures
accompany
上傳時間:
2016-05-08
上傳用戶:阿四AIR
-
自己編的一個用隨機行走法實現電路計算的例子,電路圖及參數均在Partial random walk for LARGE linear network analysis里
標簽:
隨機
電路
計算
上傳時間:
2016-05-19
上傳用戶:teddysha
-
GloptiPoly 3: moments, optimization and
semidefinite programming.
Gloptipoly 3 is intended to solve, or at least approximate, the Generalized Problem of
Moments (GPM), an infinite-dimensional optimization problem which can be viewed as
an extension of the classical problem of moments [8]. From a theoretical viewpoint, the
GPM has developments and impact in various areas of mathematics such as algebra,
Fourier analysis, functional analysis, operator theory, probability and statistics, to cite
a few. In addition, and despite a rather simple and short formulation, the GPM has a
LARGE number of important applications in various fields such as optimization, probability,
finance, control, signal processing, chemistry, cristallography, tomography, etc. For an
account of various methodologies as well as some of potential applications, the interested
reader is referred to [1, 2] and the nice collection of papers [5].
標簽:
optimization
semidefinite
programming
GloptiPoly
上傳時間:
2016-06-05
上傳用戶:lgnf