代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/445950/7587734
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/445904/7588668
java food.java
package food;
import java.awt.*;
import javax.swing.*;
import java.util.*;//使用其中的Random类
import system.*;
import snake.*;
//食物类
public class Food{
private MainFrame mainFrame;
priva
www.eeworm.com/read/445230/7597807
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/444799/7606424
c shuffle.c
/*
** Use random numbers to shuffle the "cards" in the deck. The second
** argument indicates the number of cards. The first time this
** function is called, srand is called to initialize the ran
www.eeworm.com/read/444375/7613332
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/444091/7618043
c shuffle.c
/*
** Use random numbers to shuffle the "cards" in the deck. The second
** argument indicates the number of cards. The first time this
** function is called, srand is called to initialize the ran
www.eeworm.com/read/441245/7672993
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
delfigs
echo on
rand('state',
www.eeworm.com/read/441132/7675534
ssh-rand-helper.0
SSH-RAND-HELPER(8) System Manager's Manual SSH-RAND-HELPER(8)
NAME
ssh-rand-helper - Random number gatherer for OpenSSH
SYNOPSIS
ssh-rand-hlper [-vxXh] [-b bytes]
DESCRIP
www.eeworm.com/read/439578/7705910
cpp shuffle.cpp
#include
#include
#include
using namespace std;
void swap( int &x, int &y)
{
int temp;
temp=x;
x=y;
y=temp;
}
void shuffle( int a[], int n)
{
int
www.eeworm.com/read/439490/7707909
c roichu.c
/* Chuong trinh lam roi chu mot cach ngau nhien */
#include
#include
#include
#include
char far *video;
void main()
{
unsigned x, y, offset;
cha