代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/375075/9373487
m rndperm.m
function y = rndperm(n,low,high)
% y = rndperm(n,low,high) - random permutation of a set of integers
% rndperm(n,low,high) returns a random permutation of integers between low
% and high (inclusi
www.eeworm.com/read/178066/9419596
asp ad_fixup.asp
var sgImg=""
var sgWidth=""
var sgHeight=""
var sgLink=""
var sgNS=(document.layers)?true:false
if
www.eeworm.com/read/373369/9460216
java foreachfloat.java
//: control/ForEachFloat.java
import java.util.*;
public class ForEachFloat {
public static void main(String[] args) {
Random rand = new Random(47);
float f[] = new float[10];
fo
www.eeworm.com/read/373369/9460676
java randomdoubles.java
//: interfaces/RandomDoubles.java
import java.util.*;
public class RandomDoubles {
private static Random rand = new Random(47);
public double next() { return rand.nextDouble(); }
public s
www.eeworm.com/read/373252/9467268
c main.c
//----------------------------------------------------------------------------
//-- 该程序是特定人辨识的一个范例:
//--
//-- 在程序中我们通过三条语句的训练演示特定人连续音识别,其中第一条语句为触发命令。
//--
//-- 在程序一开始为训练名称,即触发命令,然后提示训练两条命令,训练完毕开
www.eeworm.com/read/177055/9470873
asp ad_fixup.asp
var sgImg=""
var sgWidth=""
var sgHeight=""
var sgLink=""
var sgNS=(document.layers)?true:false
if
www.eeworm.com/read/372465/9509767
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/371025/9571168
pas itmunit.pas
unit ItmUnit;
interface
uses
Windows, Classes, SysUtils, SDK, Grobal2;
type
TItemUnit = class
private
function GetRandomRange(nCount, nRate: Integer): Integer;
public
m_Item
www.eeworm.com/read/366524/9810594
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/366412/9816732
h garandom.h
// $Header: /nfs/dsi/cvs/galib/ga/garandom.h,v 1.2 1999/12/15 17:39:11 mwall Exp $
/* ----------------------------------------------------------------------------
random.h
mbwall 29jun95
Copyrig