代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/212271/15160794
java example8_1.java
/*
* Example8_1.java
*
* Created on 2006年9月16日, 上午9:41
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package example8_1;
impo
www.eeworm.com/read/212211/15162839
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/211981/15168864
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/210958/15189669
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of
www.eeworm.com/read/210848/15191495
java shellsort.java
/**
* @version 1.20 27 Mar 1998
* @author Cay Horstmann
*/
public class ShellSort
{ public static void sort(int[] a)
{ int n = a.length;
int incr = n / 2;
while (incr >=
www.eeworm.com/read/210741/15192625
cpp 6_60.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/210394/15199481
c magic.c
/* magic.c - PPP Magic Number routines */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
*
www.eeworm.com/read/209907/15211887
java randomlayoutmanager.java
package animation.layout;
import animation.layout.GraphLayoutManager;
import java.util.Dictionary;
import java.util.Enumeration;
import java.awt.Dimension;
import animation.Node;
/**
RandomLayou
www.eeworm.com/read/209260/15224729
c util.c
/* Version 2.0 Last modified: 6/30/95 */
/*-------------------------------------------------------------------*
* Function Set zero() *
*