代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/133064/5908412

java smallbomb.java

import java.awt.*; public class smallBomb{ private int xPos, yPos; private int timeofbomb = 3; public smallBomb(Point a){ xPos = a.x; yPos = a.y; } public void draw(Graphics g){
www.eeworm.com/read/132974/5908896

js openselect.js

function addList( sList, toURL ) { var fldNum = 2; var objList = new Array(fldNum); objList = sList; var winWidth = 400; var winHeight = 500; vals = window.showM
www.eeworm.com/read/132069/5923112

h chxavrandom.h

/*============================================================================* * * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved. * *==================================
www.eeworm.com/read/131315/5930694

inc makefile.inc

# @(#)Makefile.inc 8.2 (Berkeley) 2/16/94 # machine-independent stdlib sources .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c d
www.eeworm.com/read/131315/5932093

makefile

ALL= syscall csw signocsw \ seqpage randpage gausspage \ seqread randbread randread randrewrite \ randwrite seqrewrite seqwrite \ forks vforks execs vexecs nulljob bigjob \ pipeback pipediscard p
www.eeworm.com/read/131315/5932119

makefile

ALL= syscall csw signocsw \ seqpage randpage gausspage \ seqread randbread randread randrewrite \ randwrite seqrewrite seqwrite \ pipeback pipediscard pipeself CFLAGS=-O all: ${ALL} syscall: sys
www.eeworm.com/read/131315/5932123

c randread.c

/* * Random I/O benchmark. * * Process reads blocks from a * file in a random order. */ #include #include #include char *malloc(); main(argc, argv) cha
www.eeworm.com/read/131315/5932125

c randrewrite.c

/* * Random I/O benchmark. * * Process writes blocks to a file in a * random order. Writes are constrained * to overwrite existing blocks. This * test should be run after the seqio test * so
www.eeworm.com/read/131315/5932138

c randwrite.c

/* * Random I/O benchmark. * * Process writes blocks to a * file in a random order. */ #include #include #include char *malloc(); main(argc, argv) char
www.eeworm.com/read/131315/5944057

out peter.out

plus random char minus random char star random char slash random char percent 45 statements executed in 0.03 seconds cpu time.