代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/147096/12583536
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables w
www.eeworm.com/read/147092/12587183
c rand.c
/* RAND.C - Random number generation module. */
/* Copyright (c) 1995, 1996, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for pu
www.eeworm.com/read/334527/12595563
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/248144/12595717
pas dateform.pas
unit DateForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, DateL;
type
TForm1 = class(TForm)
ButtonAddDates: TButton;
www.eeworm.com/read/334325/12612175
h rtp.h
/* Imported from the dvbstream project
*
* Modified for use with MPlayer, for details see the CVS changelog at
* http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id: rtp.h,v 1.4 2005/04/16 12:5
www.eeworm.com/read/146790/12612288
java whiletest.java
/* 产生随机数,直到符合条件为止。
条件:“产生的数字等于或大于0.99”
*/
public class WhileTest
{
public static void main(String[ ] args)
{
double r=0;
do
{
r=Math.ra