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
VC help material. describe some detail class library
标签: describe material library detail
上传时间: 2016-03-07
上传用户:许小华
VC环境下BlowFish算法加密解密原程序.This is a simple Blowfish encryption/decryption class implemented in C++ (MFC).
标签: implemented encryption decryption BlowFish
上传时间: 2014-07-08
上传用户:ynsnjs
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
标签: compression mplemented huffman specify
上传时间: 2013-12-03
上传用户:yzhl1988
class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilitary() void printStandard() private: int hour int minute int second }
标签: int Time void printMilita
上传时间: 2013-12-20
上传用户:hwl453472107
Member-function definitions for class Account. 源代码
标签: Member-function definitions Account class
上传时间: 2013-12-22
上传用户:小眼睛LSL
Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus
标签: construction clearly explain rethink
上传时间: 2013-12-13
上传用户:caixiaoxu26
This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the encoding or decoding process.
标签: demonstrates including mechanism the
上传时间: 2016-03-30
上传用户:zhouli
This sample demonstrates uses of the SecureString class.
标签: SecureString demonstrates sample class
上传时间: 2013-11-28
上传用户:003030
In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun s reference implementation of JSP, so you can start developing applications immediately.
标签: JavaServer dynamic lessons build
上传时间: 2014-11-25
上传用户:TRIFCT