代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/336601/12434795
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
if nargin == 0,
m=0; sgma=1;
elseif nargin == 1,
sgma=m; m=0;
end;
u=rand; % a uniform random variable in (0,1)
z=sg
www.eeworm.com/read/148696/12440680
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/250043/12441256
java math2.java
public class Math2{
public static void main(String[] args){
System.out.println(Math.ceil(3.4));
System.out.println(Math.ceil(-3.4));
System.out.println(Math.floor(3.4));
System.out.
www.eeworm.com/read/336465/12442088
nlogo ---precisionranching2.nlogo
globals [systime meanforage meangrass meanforbs meanbrowse month TA PPT ]
patches-own [cattle? bison? elk? deer? neighborhood forage grass forbs browse drygrass litter road? fence? paddock?]
breeds [c
www.eeworm.com/read/336465/12442201
nlogo !!!---wolfmoose.nlogo
breeds [wolves moose]
wolves-own [packmates nearest-wolf]
globals [surrounded steps patches-colored]
to setup
ca
set patches-colored false
set-default-shape wolves "wolf-face"
set-default-sh
www.eeworm.com/read/148556/12459651
java powerup.java
import java.awt.*;
public class powerUp implements Actor{
private int xPos;
private int yPos;
public int function;
public Rectangle border;
public int displaytime;
public Image[] textur
www.eeworm.com/read/336212/12463962
java myrand.java
/*
* MyRand.java
*
* Created on 2007年11月17日, 上午5:06
*
*/
package myUtil;
import java.util.*;
/**
* some customed random methord.
* @author yuhui_bear
*/
public class MyRand {
www.eeworm.com/read/336212/12463968
java randweight.java
/*
* RandWeight.java
*
* Created on 2007年11月6日, 上午11:11
*
*/
package neuralNetwork;
import java.util.*;
import myUtil.*;
/**
* this class was used to generate random weights.
* @au
www.eeworm.com/read/132337/14098764
pas ustack.pas
{*********************************************}
{ TeeChart Delphi Component Library }
{ Stacked Bar Series Example }
{ Copyright (c) 1995-1996 by David Berneda }
{ Al
www.eeworm.com/read/234529/14108515
cs stringutil.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls