代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/328299/13034864
java fire2.java
/**
* @author LiLianji
* Just a copy? Rewrite somepart.
*/
import java.applet.Applet;
import java.awt.*;
import java.awt.image.MemoryImageSource;
import java.util.Random;
public class Fire
www.eeworm.com/read/328046/13050324
cs image2.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/140863/13057038
plg 图的深度优先搜索算法.plg
Build Log
--------------------Configuration: 图的深度优先搜索算法 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/140851/13058801
m pick.m
function [i,j] = pick(ndx)
% PICK Pick an entry at random from a vector
% function [i,j] = pick(ndx)
%
% i = ndx(j) for j ~ U(1:length(ndx))
dist = normalize(ones(1,length(ndx)));
j = sample_d
www.eeworm.com/read/140309/13088908
c randemo.c
/*
RANDEMO.C - RANDOM Objects Demo.
Copyright (c) J.S.A.Kapp 1994.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
This is a Demo program, which is part of RSAEURO
Uses, rsaeur
www.eeworm.com/read/327242/13092225
c randtest.c
#include
#include
#include
main(argc, argv)
int argc; char **argv;
{
int i, n, s;
struct timeval t;
if (argc < 2) n = 10;
else n = atoi(argv[1]);
ge
www.eeworm.com/read/327242/13092320
c nrand48.c
/* copyright (c) 1996, 1997, 1998, 1999 William R. Pearson and the
U. of Virginia */
/* $Name: fa35_03_06 $ - $Id: nrand48.c,v 1.4 2006/04/12 18:00:02 wrp Exp $ */
#include
#include
www.eeworm.com/read/327242/13092603
c nrandom.c
/* copyright (c) 1996, 1997, 1998, 1999 William R. Pearson and the
U. of Virginia */
/* $Name: fa35_03_06 $ - $Id: nrandom.c,v 1.2 2006/04/12 18:00:02 wrp Exp $ */
#include
#include
www.eeworm.com/read/327242/13092658
c nrand.c
/* copyright (c) 1996, 1997, 1998, 1999 William R. Pearson and the
U. of Virginia */
/* $Name: fa35_03_06 $ - $Id: nrand.c,v 1.2 2005/09/23 16:27:25 wrp Exp $ */
#include
#include