代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/342403/12024220

txt 飘浮的心.txt

无标题文档
www.eeworm.com/read/342403/12024448

txt 页面游动吐泡小鱼.txt

页面游动吐泡小鱼
www.eeworm.com/read/255969/12042680

c 64k_test.c

/* Svga64k.bgi 测试文件 */ #include "graphics.h" #include "Svga64k.h" #include "stdio.h" #include "stdlib.h" #include "fcntl.h" #include "malloc.h" #include "io.h" int huge Return_SVGA64K(void
www.eeworm.com/read/341901/12055988

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/255742/12060257

cpp firstrealga.cpp

//----------------------------------------------------------------------------- // FirstRealGA.cpp //----------------------------------------------------------------------------- //* // An instance of
www.eeworm.com/read/255742/12060261

cpp firstbitga.cpp

//----------------------------------------------------------------------------- // FirstBitGA.cpp //----------------------------------------------------------------------------- //* // An instance of
www.eeworm.com/read/153024/12065652

java powerup.java

import java.awt.*; public class powerup{ private int xPos; private int yPos; private int function; private Rectangle Powerup; private int display = 0; private int displaytime; publi
www.eeworm.com/read/153024/12065666

java enemy4.java

import java.awt.*; public class Enemy4{ // control varibles private final int UP = 0; private final int DOWN = 1; private final int LEFT = 2; private final int RIGHT = 3; // Physical in
www.eeworm.com/read/153024/12065676

java bigbomb.java

import java.awt.*; public class bigBomb{ private int xPos, yPos; private int timeofbomb = 6; public bigBomb(int a, int b){ xPos = a; yPos = b; } public void draw(Graphics g){
www.eeworm.com/read/153024/12065684

java enemy3.java

import java.awt.*; public class Enemy3{ // control varibles private final int UP = 0; private final int DOWN = 1; private final int LEFT = 2; private final int RIGHT = 3; // Physical in