代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/202224/15389255

m mm3101.m

hbs_mm7=bar(randn(1,6)) title('Figure 31.1 Random Bar Graph')
www.eeworm.com/read/201829/15394576

java randomintgenerator.java

package corejava; /** An improved random number generator based on Algorithm B in Knuth Vol 2 p32. Gives a set of random integers that does not exhibit as much correlation as the me
www.eeworm.com/read/200886/15420688

m samplegauss.m

% function x = sampleGauss(m,c) % % Generate a random sample from a 1D gaussian with % variance c, and mean m. function g = sampleGauss(m,c) g = randn(1); g = g.*sqrt(c) + m;
www.eeworm.com/read/200716/15427308

cpp geneticalgorithm.cpp

#include #include #include #include #include "malloc.h" #include #include "stdlib.h" int n=0;//表示输入神经元个数 int o=0;//表示输出神经元个数 int h=
www.eeworm.com/read/110097/15464059

java app18_10.java

// app18_10, 以不同颜色的小圆形铺满窗口 import java.awt.*; class app18_10 extends Frame { static app18_10 frm=new app18_10(); public static void main(String args[]) { frm.setTitle("Rand
www.eeworm.com/read/113242/15466654

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/113130/15469735

pc triangle.pc

// Triangle @cid "TriA"; @ver "1.0"; @category "Games"; @name "Sierpinsky's Triangle"; @dbname "Triangle"; @licon1 "../large1.bmp"; @licon2 "../large2.bmp"; @licon8 "../large8.bmp"; @sicon1 "
www.eeworm.com/read/111491/15511906

php system_footer.php

www.eeworm.com/read/110833/15524220

txt readme.txt

1. compile: mpicc cannon.c -o cannon -lm 2. run: mpirun -np 4 cannon 4 3. result: random matrix A : 1315052160 559212096 1485667328 1674476160 1945859200
www.eeworm.com/read/110342/15536120

java app18_10.java

// app18_10, 以不同颜色的小圆形铺满窗口 import java.awt.*; class app18_10 extends Frame { static app18_10 frm=new app18_10(); public static void main(String args[]) { frm.setTitle("Rand