代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/241769/13121502
cpp radixsort.cpp
////////////////
// 基数排序 //
////////////////
#include "iostream.h"
#include "stdlib.h"
#include "string.h"
#include "Compare.h"
#include "RadixSorter.h"
// 设定随即函数的种子
inline void Ran
www.eeworm.com/read/241677/13126453
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/139764/13135933
java mutableimage.java
// 程序名MutableImage.java
// 测试可变图象
import javax.microedition.lcdui.*;
import java.util.Random;
public class MutableImage extends ImageItem {
private Image image;
private Graphics g;
priv
www.eeworm.com/read/139676/13141809
c util.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/326163/13159969
cpp mac.cpp
// MAC.cpp: implementation of the CMAC class.
//
//////////////////////////////////////////////////////////////////////
//#include "stdafx.h"
#include "MAC.h"
#include "des1.h"
#include
www.eeworm.com/read/326163/13159973
cpp mac.cpp
// MAC.cpp: implementation of the CMAC class.
//
//////////////////////////////////////////////////////////////////////
//#include "stdafx.h"
#include "MAC.h"
#include "des1.h"
#include
www.eeworm.com/read/326135/13163433
m statmoments.m
function [v, unv] = statmoments(p, n)
%STATMOMENTS Computes statistical central moments of image histogram.
% [W, UNV] = STATMOMENTS(P, N) computes up to the Nth statistical
% central moment o
www.eeworm.com/read/241219/13163577
m cross.m
function ret=Cross(pcross,lenchrom,chrom,sizepop,opts,pop)
% In this function,it fulfils a crossover among chromosomes
% pcorss input : probability of crossover
% lenchrom input : length of a
www.eeworm.com/read/139302/13163880
h randomgenerator.h
// RandomGenerator.h: interface for the random number generator classes.
// These classes are to generate random numbers needed by I/O and
// BSG floorplan algorithm implementation including simulat