代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/119273/14835015

cpp game.cpp

// GAME.CPP--Example from Chapter 3 "An Introduction to C++" #include #include #include const DODGERS = 0; const GIANTS = 1; void main(void) { int sc
www.eeworm.com/read/220233/14845554

txt ants.txt

www.eeworm.com/read/220163/14847629

nlogo antspace34.nlogo

globals [distanceTraveled screenArea numAnts numDead clock tanhVal homeX root2 maxPher colonyFood numPatches amtFood antsHome amtFoodToPlot rand3 showPhero? ] breeds [food ants ] patches-own
www.eeworm.com/read/220155/14847950

m reciprocal_exchange.m

% low level function for TSP mutation % reciprocal exchange : two random cities in a tour are swapped % Representation is an integer specifying which encoding is used % 1 : adjacency representation %
www.eeworm.com/read/118857/14851904

java ball.java

/* * 这是一个在applet内部显示一个蓝色反弹球的程序。 * * 通过一个mousePressed事件使该球开始运动。 * * 在该球撞击applet边框时,它从边框弹回并以相反的方向运行。 */ import java.awt.*; import java.awt.event.*; import javax.swing.*; public clas
www.eeworm.com/read/220115/14852431

java randomstrategy.java

package pool; import java.util.ArrayList; /** * 资源池随机分配策略 * @author XuYing * */ public class RandomStrategy implements SelectorStrategy { java.util.Random rand = new java.util.Random()
www.eeworm.com/read/220115/14852436

java clientmain.java

//客户端命令行程序 import java.io.FileReader; import java.io.LineNumberReader; import database.DatabaseAccess; public class ClientMain { long timeIn,timeOut,time; org.omg.CORBA.ORB orb; Bank.Acc
www.eeworm.com/read/118796/14854224

jad zexplodingobject.jad

// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov Date: 2004-12-12 17:50:11 // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler opt
www.eeworm.com/read/118796/14854261

java zexplodingobject.java

// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov Date: 2004-12-12 17:50:11 // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler opt
www.eeworm.com/read/219945/14858501

c rand.c

#include #include #define Alpha 3.90 double initvalue(); double random(void)/*返回一个(0,1)之间的随机数*/ { static double f=-1.0; double initvlaue(); if(f==-1.0)