代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/252383/12284778
m random.m
%--------------随机法------------%
function y = random(x,N)
la = 1;
eps = 1/10^12;
x = x';
temp = x;
i = 1;
while la >= eps
while i
www.eeworm.com/read/251771/12321152
exe random.exe
www.eeworm.com/read/251771/12321167
c random.c
/***************************************************************************
FILE NAME: RANDOM.C
FILE DESCRIPTION: RANDOM (Scanning Random Channels)
Sample program that demonstrates how t
www.eeworm.com/read/251771/12321201
prj random.prj
www.eeworm.com/read/149908/12333767
c random.c
/* Maintain source of random numbers for cryptographic keys, etc
* This is inherently machine dependent code
*/
#include "stdio.h"
#include
#include "global.h"
#include "timer.h"
#inc
www.eeworm.com/read/251529/12339254
hpp random.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Id: random.hpp 564 2006-04-05 20:51:38 +0200
www.eeworm.com/read/149714/12355644
d random.d
random.o: /cygdrive/e/Ubicom/sdk/pkg/ipOS/src/random.c \
/cygdrive/e/Ubicom/sdk/pkg/ipOS/include/ipOS.h \
/cygdrive/e/Ubicom/sdk/pkg/ipHAL/include/ipHAL.h config/config.h \
/cygdrive/e/Ubicom
www.eeworm.com/read/149714/12355714