代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/133538/14036659
cpp testfnch.cpp
/*************************** TESTFNCH.CPP ******************* AgF 2002-10-20 *
* *
* Test Fisher's noncentral hypergeometr
www.eeworm.com/read/133538/14036664
cpp ex-cards.cpp
/************************** EX-CARDS.CPP ******************** AgF 2001-11-11 *
* *
* Example of using non-uniform random va
www.eeworm.com/read/133538/14036689
cpp testwnch.cpp
/*************************** TESTWNCH.CPP ******************* AgF 2002-10-20 *
* *
* Test Wallenius noncentral hypergeomet
www.eeworm.com/read/133538/14036696
cpp testpois.cpp
/*************************** TESTPOIS.CPP ******************* AgF 2001-11-15 *
* *
* Test poisson distribution
www.eeworm.com/read/133538/14036699
cpp testbino.cpp
/*************************** TESTBINO.CPP ******************* AgF 2001-11-15 *
* *
* Test binomial distribution
www.eeworm.com/read/235559/14063510
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/132953/14065338
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 with
www.eeworm.com/read/132900/14066862
txt 闪烁星辰.txt
闪烁星辰
1、打开Flash MX,设置场景的大小为450px*400px,黑色背景,帧频为25fps。
2、按快捷键“ctrl+F8”打开创建新符号面板,创建一个名为“星星”的图形符号。接着点选“工具”面板里的“铅笔”工具,在
“星星”元件的场景里绘制一条线段,其宽、高度分别为2.5px、55px。
3、选中刚才绘制的那条线段,按“shift+F9”键打开“混色器”面 ...
www.eeworm.com/read/235479/14070662
cs autocomplete.cs
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/132833/14071807
txt producer.txt
//Producer.java
//package modl3;
public class Producer implements Runnable
{ SyncStack theStack;
public Producer(SyncStack s)
{theStack=s;}
public void run()
{ char c;
for