代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/302857/13826136
pas tmp.pas
unit tmp;
interface
implementation
(2006.10.12 DGL Profiler)
CPU: AMD Athlon(tm)64 3000+(1.81G)
Delphi7 Compile
DGL lib================================================================
www.eeworm.com/read/302857/13826182
txt profilertest.txt
几个库DGL、STL(vc6)、STL(SGI)、DCL 、DeCal、EZDSL的容器性能对比测试
(2006.10.20 DGL Profiler
DGL添加红黑树,增加容器:_TMap\_TMultiMap\_TSet\_TMultiSet;
更新DeCal和EZDSL的Hash表测试,由于它们不支持动态调整大小所以造成以前的测试成绩不能反映真实情况;
测试Visite或Fin
www.eeworm.com/read/302704/13828447
txt 用数值积分计算派值.txt
#include
#include
#include
using namespace std;
const unsigned long maxshort=65536l;
const unsigned long multipilier=1194211693l;
const unsigned long adder=12345l;
class
www.eeworm.com/read/301905/13846555
cs img.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/301447/13859136
readme
original release from random (or whoever got it) was nonefunctional.
bugfixes done by yps. fully functional
also added ack and nul flood on dors request.
www.eeworm.com/read/238672/13869594
c randtest.c
/* Random number generator demo program
Calls assembler function 'randomnumber' defined in random.s
*/
//#include
/* this function prototype is needed because 'randomnumber' is
www.eeworm.com/read/238482/13883558
makefile
FLAGS=-Wall -Winline -O3 -funroll-loops
#FLAGS=-g -Wall -pg
#FLAGS=-pg
#CC=gcc
all: spy verify walksat simann
spy: spy.c spy.h formula.h bk.h formula.o random.o bk.o
${CC} ${FLAGS} spy.c random.o f
www.eeworm.com/read/238481/13883629
makefile
FLAGS=-Wall -Winline -O3 -DQUEUE
#FLAGS=-Wall -Winline -O3 -funroll-loops -DFAST_ITERATION
#FLAGS=-Wall -Winline -O3 -funroll-loops -DQUEUE
#FLAGS=-g -Wall -pg
#FLAGS=-g
#CC=gcc
all: sp merge verify
www.eeworm.com/read/152312/5674491
java randoms.java
package com.ibm.aglets.security;
/*
* @(#)Randoms.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for thi