代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/489594/6466333

cs code.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/489173/6474895

pas mc_about.pas

unit MC_About; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Buttons; type TAbout = class(TForm) Image1: TImage;
www.eeworm.com/read/488695/6484169

java hstype.java

/*这是一个练习打JAVA关键字的程序 * */ import java.awt.* ; import javax.swing.* ; import java.awt.event.* ; public class HsType extends JFrame { //设置窗体 HsType(String title) { this.setTitle(title)
www.eeworm.com/read/488103/6496790

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/488254/6499864

v alu_tb.v

`timescale 1ns/1ns module alutest; wire [7:0] out; reg [7:0] a,b; reg [2:0]opcode; parameter times=5; initial begin a={$random}%256; b={$random}%256; opcode=3'h0; repeat(times); be
www.eeworm.com/read/488254/6499872

bak alu_tb.v.bak

`timescale 1ns/1ns module alutest; wire [7:0] out; reg [7:0] a,b; reg [2:0]opcode; parameter times=5; initial begin a={$random}%256; b={$random}%256; opcode=3'h0; repeat(times
www.eeworm.com/read/487954/6502853

h utils.h

#ifndef UTILS_H #define UTILS_H #include #include #include #include #include #include using namespace std; //-----------------
www.eeworm.com/read/486925/6520846

java die.java

package com.javapatterns.multilingual.dice; import java.util.Random; import java.util.Date; public class Die { private static Die die1 = new Die(); private static Die die2 = new Die(
www.eeworm.com/read/486796/6528643

cs checkcode.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/485911/6550513

h chbutils.h

#ifndef __INC_CHBYTILS_H__ #define __INC_CHBUTILS_H__ #include #include #include #include #include using namespace std; //------