代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/127236/14366886

m dataclust.m

function [X] = DataClust(n,N,kk,cm,cd) % [X] = DataClust(n,N,kk,cm,cd) % [X] = DataClust % % Function generates random clustered data. % % Input parameters: % - n: Data dimension (defa
www.eeworm.com/read/127120/14376067

m pn_test.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_
www.eeworm.com/read/228372/14387918

m randfilt.m

function [y,zf,u]=randfilt(pb,pa,ny,zi) %RANDFILT Generate filtered gaussian noise without initial transient % % Generates noise by passing gaussian noise through a filter pb/pa % output signal y
www.eeworm.com/read/228052/14401768

m fmodany.m

function [y,iflaw]=fmodany(iflaw,t0); %FMODANY Signal with arbitrary frequency modulation. % [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated % signal whose instantaneous frequency law is a
www.eeworm.com/read/126507/14418814

c alg49.c

#include #include #include /* generates: original element sequence of first container: 0 1 2 3 4 5 6 7 8 9 original element sequence of second cont
www.eeworm.com/read/124862/14532661

h rng.h

// This is the ``Mersenne Twister'' random number generator MT19937, which // generates pseudorandom integers uniformly distributed in 0..(2^32 - 1) // starting from any odd seed in 0..(2^32 - 1).
www.eeworm.com/read/123658/14618973

genmultilib

#!/bin/sh # Generates multilib.h. # Copyright (C) 1994, 1995 Free Software Foundation, Inc. #This file is part of GNU CC. #GNU CC is free software; you can redistribute it and/or modify #it under
www.eeworm.com/read/223597/14622850

c faulty.c

/* * faulty.c -- a module which generates an oops when read * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc * */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE
www.eeworm.com/read/223568/14624664

m test1.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_
www.eeworm.com/read/223568/14624678

m pn_test.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_