代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/405295/11466631

cpp ranrotb.cpp

/************************* RANROTB.CPP ****************** AgF 1999-03-03 * * Random Number generator 'RANROT' type B * *
www.eeworm.com/read/404797/11478700

m getptforsine.m

function [P, T, TV, TP] = GetPTforSine %Obtain Random P, T X = 10*rand(3000,1); Y= 0.8*exp(-0.2*X).*sin(10*X); P=X'; T=Y'; %Obtain Random Test Matrix X = 10*ra
www.eeworm.com/read/402283/11539853

m mm3101.m

hbs_mm7=bar(randn(1,6)) title('Figure 31.1 Random Bar Graph')
www.eeworm.com/read/400577/11572957

m prex_matchlab.m

%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels % % Illustrates the use of K-MEANS clustering and the match of labels. help prex_matchlab delfigs echo on rand('state',
www.eeworm.com/read/400046/11585486

m pn_gen.m

function [data, RandData] = pn_gen(N,M) %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ % Filename: pn_gen.m % % Description: % % 1) This routine generates N random polar impuls
www.eeworm.com/read/348078/11613355

c main.c

//=========================================================================================== #include "SPCE061A.h" #include "bsrsd.h" #define P_IOA_Data (volatile unsigned int *) 0x7000 #define P
www.eeworm.com/read/158400/11621173

nb 试题二.nb

(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.0' Mathematica-Compatible Notebook This notebook can be us
www.eeworm.com/read/261014/11674295

java vertex.java

package datastructure; import java.awt.Color; class vertex { public int x; public int y; public char label; public Color color; public boolean wasVisited; public vertex(i
www.eeworm.com/read/346994/11706397

c ex08_08.c

/* random.c: using a single-dimensional array */ #include #include /* Declare a single-dimensional array with 1000 elements */ int random[1000]; int a, b, c; long total
www.eeworm.com/read/259865/11761458

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr