代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/148204/12484634
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/335968/12487060
java linearballet.java
import java.awt.*;
import java.applet.*;
// The basic idea is that we have two points bouncing around
// the screen and we draw a line between. But, we want a trail of lines,
//
www.eeworm.com/read/249541/12489210
c util.c
/*-------------------------------------------------------------------*
* Function Set zero() *
* ~~~~~~~~~~
www.eeworm.com/read/335884/12491670
java getrandom.java
package myprojects.os;
import java.util.Random;
import java.io.*;
//GetRandom类,用于产生400个0~399间的随机数指令地址及其相对应的页地址
class GetRandom{
String str="";
public GetRandom(){} //缺省构造函数
public int[] getR
www.eeworm.com/read/335802/12497819
txt 请阅览.txt
gadata 是输入边界的文件;
bdata 是输入成本的文件;
algha 是输入方案之间的系数的文件;
time 是输入时间的文件;
galog 是输出结果的文件;
ga.cpp是源代码程序,其他的都是vc++的生成文件;
select 算子为标准的比例选择算子://standard proportional selection for maximization
www.eeworm.com/read/148041/12498376
pas mainui.pas
unit MainUI;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, IniFiles, ExtCtrls, Menus, db, DXClass, DXDraws,
cxSt
www.eeworm.com/read/147985/12505531
asm per.asm
; -> Polymorphic En-/Decryption routine generator for per byte encryption
www.eeworm.com/read/335698/12506199
cs img.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/147815/12519519
java testrandomnum.java
//import java.util.Random;
import java.awt.*;
import java.util.*;
public class TestRandomNum
{
public static void main(String[] args)
{
Point temp = new Point();
Vector v = new Vect
www.eeworm.com/read/147502/12550183
c has.c
/* hash table */
#include
#include
/* implementation dependend declarations */
typedef int keyType; /* type of key */
/* user data stored in hash table */
t