代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/137229/13338348
makefile
##
## SGPC: Simple Genetic Programming in C
## (c) 1993 by Walter Alden Tackett and Aviram Carmi
##
## This code and documentation is copyrighted and is not in the public domain.
## All righ
www.eeworm.com/read/137229/13338595
m newpop.m
function [out]=newpop(members,bits)
%
% [out]=newpop(members,bits)
%
% Initialises a new random population
%
out=rand(members,bits);
out=round(out);
www.eeworm.com/read/137140/13343612
java app18_11.java
// app18_11, 剪裁绘图区
import java.awt.*;
class app18_11 extends Frame
{
static app18_11 frm=new app18_11();
public static void main(String args[])
{
frm.setTitle("setClip()");
www.eeworm.com/read/137140/13344052
java app13_4.java
// app13_4, 将数据写到缓冲区内
import java.io.*;
class app13_4
{
public static void main(String args[]) throws IOException
{
FileWriter fw=new FileWriter("c:\\Java\\random.txt");
Buff
www.eeworm.com/read/136959/13352083
c frand.c
/*
** FRAND.C - Public domain by Larry Hudson
*/
#include
#include
#include "snipmath.h"
#define TEN_PI 31.41592653589793
#define E 2.718281828459045
/*---------------------
www.eeworm.com/read/322980/13359281
java tuxing.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class tuxing //主类
{
public static void main(String[] args)
{
ButtonFrame frame=new ButtonFrame();
frame.setDefaul
www.eeworm.com/read/136690/13365686
jc chargen.jc
/*
* chargen.jc
*
* Output 10,000 random characters to console
*/
import stdlib;
// function main()
function string main()
{
stdlib::RandInit();
for( long i = 0; i < 10000; i++ )
www.eeworm.com/read/322779/13366913
cs codecheck.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/136601/13370103
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/136488/13374523
cpp animate.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "Animate.h"
//-----------------------------------------