代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/402666/11530626

cpp quicktest.cpp

#include #include #include NTL_CLIENT int SmallModulusTest(long p, long n) { zz_pBak bak; bak.save(); zz_p::init(p);
www.eeworm.com/read/402283/11539692

m mm2727.m

Z = rand(5); stem3(Z,'ro','filled'); grid on title('Figure 27.27: Stem Plot of Random Data')
www.eeworm.com/read/402283/11539712

m mm2726.m

fill3(rand(3,5),rand(3,5),rand(3,5),rand(3,5)) grid on title('Figure 27.26: Five Random Filled Triangles')
www.eeworm.com/read/401301/11559699

v mult16.v

// **** Here's a simple, sequential multiplier. Very simple, unsigned.. // Not very well tested, play with testbench, use at your own risk, blah blah blah.. // // // Unsigned 16-bit multiply (m
www.eeworm.com/read/400941/11566765

h randomnr.h

/******************************************************************************* RandomNr.h last change: 01/20/1999 version: 0.0.0 design: Eckart Zitzler Paul E. Sevinc
www.eeworm.com/read/262118/11605310

cpp gasample.cpp

// gasample.cpp : Defines the entry point for the console application. // #include "StdAfx.h" #include #include "malloc.h" #include #include "stdlib.h" /* 全局变量 */ struct ind
www.eeworm.com/read/158470/11612620

cpp gasample.cpp

// gasample.cpp : Defines the entry point for the console application. // #include "StdAfx.h" #include #include "malloc.h" #include #include "stdlib.h" /* 全局变量 */ struct ind
www.eeworm.com/read/158297/11627066

m randprime.m

function y = randprime(N); % This function finds a random prime between 1 and N % The prime is tested using Miller-Rabin N1=N-1; flag=1; while flag, y=1+floor((N1)*rand(1,1)); if primetest(y),
www.eeworm.com/read/261343/11653823

c csort.c

/************************************************************************ 名称: csort.c 一个动画程序来显示6个排序算法的动作。 运行这个程序要求包含
www.eeworm.com/read/347620/11654074

htm servethirdparty.htm