代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/128668/14282920
java firetree.java
// 程序:烟火树粒子
// 范例文件:FireTree.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class FireTree extends Applet implements Runnable
{
final int Max = 1000;
f
www.eeworm.com/read/128668/14282927
java firerock.java
// 程序:烟火粒子
// 范例文件:FireRock.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class FireRock extends Applet implements Runnable
{
final int Max = 200;
fpa
www.eeworm.com/read/128668/14282943
java snow.java
// 程序:雪花粒子
// 范例文件:Snow.java
import java.applet.*;
import java.awt.*;
public class Snow extends Applet implements Runnable
{
final int Max = 500;
snowparticle p[];
int AppletWidt
www.eeworm.com/read/128628/14286311
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/128476/14294692
java treapnode.java
package DataStructures;
// Basic node stored in treaps
// Note that this class is not accessible outside
// of package DataStructures
class TreapNode
{
//
www.eeworm.com/read/128461/14296514
pas uwantedclass.pas
unit uWantedClass;
interface
uses SysUtils;
type
TWantedClass = Class(TObject)
protected
function GetWanted1 : Integer;
function GetWanted2 : String;
public
Constructo
www.eeworm.com/read/128422/14299573
java agent.java
package lifetest;
import java.awt.*;
import java.util.Vector;
import lifetest.World;
/**
* Title: LifeSim
* Description:
* Copyright: Copyright (c) 2004
* Company: www.swarmagents.c
www.eeworm.com/read/230100/14306038
m trainrandom.m
%======================================================
% 我的神经网络控制器训练函数————用正态随机数列训练
% See also: myneuro.mdl
% Lions Wang BJUT IAIR tuttor: Ruan Xiaogang.
% $Revision: 1.00 $
% 好现在开始
www.eeworm.com/read/230098/14306168
readme
CMAC1 -- a one-dimensional CMAC
David S. Touretzky
Carnegie Mellon University
March, 2001.
================================================================
Implements the Cerebellar Model Articulat
www.eeworm.com/read/230049/14307142
java statistics.java
//: c11:Statistics.java
// Simple demonstration of HashMap.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.util.