代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/115479/15013092
v rs_testbench.v
/////////////////////////////////////////////////////////////////////
//// ////
//// High Speed Reed Solomon Encoder
www.eeworm.com/read/216280/15020592
c draw.c
#include "config.h"
/* 定义16标准色 */
uint16 const COLORS_TAB[16] = {BLACK,
NAVY,
DGREEN,
DCYAN,
MAROON,
PURPLE,
OLIVE
www.eeworm.com/read/114839/15035949
c test_conv2d3x3_gen.c
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/114510/15050285
c test_conv2d3x3_gen.c
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/215124/15073591
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/114100/15100690
html 7095.html
简单问题: 如果有20个数字,1 To 20,如何可以Random地出现不同次序?
简单问题: 如果有20个数字,1 To 20,如何可以Random地出现不同次序?
www.eeworm.com/read/114100/15105859
html 7141.html
Re: 简单问题: 如果有20个数字,1 To 20,如何可以Random地出现不同次序?
Re: 简单问题: 如果有20个数字,1 To 20,如何可以Random
www.eeworm.com/read/212720/15150786
m estimate.m
% M-file function, Estimate.m
% 利用第g组的n个样本进行参数估计
% g 对第g组进行参数估计
% n 输入的样本数
% m 均值
% s 标准差
function [m,s] = Estimate(g,n)
load iris.dat;
a = Random(n);
if(g==1)
for k = 1:n
www.eeworm.com/read/211840/15172440
m c10_qpsksa.m
% File: c14_QPSKSA.m
%
%
% Default parameters
%
NN = 256; % number of symbols
tb = 0.5; % bit time
p0 = 1; % power
fs = 16; % samples/symbo
www.eeworm.com/read/209989/15210203
pas rei_35.pas
unit Rei_35;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus, StdCtrls;
type
TRei40_35 = class(TForm)
Timer1: TTimer;