亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

psuedo-Random

  • Math.NET開源數(shù)學(xué)庫 C#實(shí)現(xiàn) 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A spa

    Math.NET開源數(shù)學(xué)庫 C#實(shí)現(xiàn) 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distributions. - Statistical accumulator, see MathNet.Numerics.Statistics. - Fourier transformations, see MathNet.Numerics.Transformations. - Miscellaneous utilies (polynomials, rationals, collections).

    標(biāo)簽: LinearAlgebra Numerics MathNet algebra

    上傳時間: 2015-07-24

    上傳用戶:思琦琦

  • 自己做的猜數(shù)字游戲

    自己做的猜數(shù)字游戲, 用的是random, 很基本的一個程序

    標(biāo)簽: 數(shù)字

    上傳時間: 2015-08-30

    上傳用戶:xiaoxiang

  • Procedure TSPSA:  begin   init-of-T { T為初始溫度}   S={1

    Procedure TSPSA:  begin   init-of-T { T為初始溫度}   S={1,……,n} {S為初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 從當(dāng)前回路S產(chǎn)生新回路S′}         Δt:=f(S′))-f(S) {f(S)為路徑總長}         IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1])         S=S′         IF the-halt-condition-is-TRUE THEN         termination=true       End     T_lower    End  End

    標(biāo)簽: Procedure init-of-T TSPSA begin

    上傳時間: 2013-12-20

    上傳用戶:shinesyh

  • Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

    Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.

    標(biāo)簽: Programming developers for important

    上傳時間: 2015-09-03

    上傳用戶:gundan

  • The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wa

    The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.

    標(biāo)簽: MATLAB electromagnetic collection consists

    上傳時間: 2015-09-06

    上傳用戶:alan-ee

  • 使用到的參數(shù)跟談到彈性網(wǎng)絡(luò)的那一章里頭所講的是一樣的

    使用到的參數(shù)跟談到彈性網(wǎng)絡(luò)的那一章里頭所講的是一樣的, ke 則是終止條件。如果 step 被打勾,則程式在每一步之間會暫停 100毫秒(或其他使用者輸入的數(shù)值)。如果 Random 被打勾,則程式會以系統(tǒng)時間作為亂數(shù)產(chǎn)生器的種子數(shù),否則,就以使用者輸入的數(shù)( Random 右邊那一格)為種子數(shù)。 你可以利用 load 來載入推銷員問題檔與其最佳解,如此便可比較彈性網(wǎng)絡(luò)所找出來的解與最佳解差了多少。 Central, Radius, and Error 這三個參數(shù)的前兩個,只影響彈性網(wǎng)絡(luò)的起使位置和大小,對求解沒有影響。第三個參數(shù)代表城市與網(wǎng)絡(luò)點(diǎn)之間的容忍距離,也就是說,如果某城市與某網(wǎng)絡(luò)點(diǎn)之間的距離,小于容忍距離,那就把這個城市當(dāng)成是被該網(wǎng)絡(luò)點(diǎn)所拜訪。 按下小 w按鈕會將目前的結(jié)果與參數(shù)值寫到“en.out”這個檔案。使得我們可以很方便地來比較不同參數(shù)的效果。

    標(biāo)簽: 參數(shù) 彈性 網(wǎng)絡(luò)

    上傳時間: 2013-12-17

    上傳用戶:84425894

  • 基于Verilog-HDL的硬件電路的實(shí)現(xiàn) 9.3 脈沖計(jì)數(shù)與顯示   9.3.1 脈沖計(jì)數(shù)器的工作原理   9.3.2 計(jì)數(shù)模塊的設(shè)計(jì)與實(shí)現(xiàn)   9.3.3 parameter的使用

    基于Verilog-HDL的硬件電路的實(shí)現(xiàn) 9.3 脈沖計(jì)數(shù)與顯示   9.3.1 脈沖計(jì)數(shù)器的工作原理   9.3.2 計(jì)數(shù)模塊的設(shè)計(jì)與實(shí)現(xiàn)   9.3.3 parameter的使用方法   9.3.4 repeat循環(huán)語句的使用方法   9.3.5 系統(tǒng)函數(shù)$random的使用方法   9.3.6 脈沖計(jì)數(shù)器的Verilog-HDL描述   9.3.7 特定脈沖序列的發(fā)生   9.3.8 脈沖計(jì)數(shù)器的硬件實(shí)現(xiàn)

    標(biāo)簽: Verilog-HDL parameter 9.3 硬件電路

    上傳時間: 2013-12-14

    上傳用戶:jeffery

  • This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

    This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.

    標(biāo)簽: This measurements practical section

    上傳時間: 2015-09-20

    上傳用戶:tedo811

  • Distribution generator Here is a simple generator which can build some distributions with given pro

    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 -

    標(biāo)簽: generator distributions Distribution simple

    上傳時間: 2014-01-27

    上傳用戶:sammi

  • C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

    C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,

    標(biāo)簽: BigInteger class BIgInteger program

    上傳時間: 2013-12-23

    上傳用戶:ynzfm

主站蜘蛛池模板: 澄江县| 罗平县| 交城县| 藁城市| 固安县| 永德县| 黄大仙区| 清涧县| 马鞍山市| 吕梁市| 高密市| 奉节县| 盘锦市| 金堂县| 黔西县| 纳雍县| 渝中区| 元朗区| 东台市| 鹿邑县| 泰来县| 河津市| 虎林市| 什邡市| 鸡泽县| 甘德县| 平远县| 四平市| 海阳市| 富阳市| 阿克陶县| 英山县| 屯留县| 高密市| 师宗县| 云和县| 广饶县| 宽甸| 辛集市| 辰溪县| 丰镇市|