代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/370346/9605283
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/369219/9659153
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/369219/9659166
m dendrogram.m
function [h,T] = dendrogram(Z,p)
%DENDROGRAM Generate dendragram plot.
% DENDROGRAM(Z) generates a dendrogram from the output matrix of
% LINKAGE. Z is a (M-1) by 3 matrix. M is the number of
www.eeworm.com/read/369219/9659168
m donuts1.m
function Ag = donuts1(n);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% April, 2000
% Function generates the dataset for the 2-DONUTS problem
%
% n -> Number of training samples (odd numbers
www.eeworm.com/read/173140/9670725
m bdt_f533.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration
plus_
www.eeworm.com/read/173140/9670737
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration
plus_
www.eeworm.com/read/367736/9735105
py kgp.py
#!/usr/bin/env python2
"""Kant Generator for Python
Generates mock philosophy based on a context-free grammar
Usage: python kgp.py [options] [source]
Options:
-g ..., --grammar=... use specifie
www.eeworm.com/read/367442/9747798
m randpds.m
function [C]=randpds(dim,diagm)
% [C]=randpds(dim,diagm)
%
% RANDPDS generates random positive definite symetric matrix of
% given dimension.
%
% Input:
% dim [1x1] given dimension of desired matri
www.eeworm.com/read/414988/11087394
java compareints.java
// control/CompareInts.java
// TIJ4 Chapter Control, Exercise 2, page 139
/* Write a program that generates 25 random int values. For each value, use an
* if-else statement to classify it as greate
www.eeworm.com/read/414988/11087443
java genericcast32.java
// generics/GenericCast32.java
// TIJ4 Chapter Genericss, Exercise 32, page 699
/*
* Verify that FixedSizeStack in GenericCast.java generates exceptions
* if you try to go out of its bounds. Does