代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/212508/15155175
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/212508/15155182
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/210916/15189954
m regutm.m
function [A,U,V] = regutm(m,n,s)
%REGUTM Test matrix for regularization methods.
%
% [A,U,V] = regutm(m,n,s)
%
% Generates a random m-times-n matrix A such that A*A' and A'*A
% are oscillating. Hence
www.eeworm.com/read/11269/216772
js textdate.js
/*
* Ext JS Library 0.30
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
// generates a renderer function to be used for textual date group
www.eeworm.com/read/18384/786041
m my_scatterplot.m
function y=my_scatterplot(x,n,offset)
%SCATTERPLOT Generate a scatter plot.
%
% SCATTERPLOT(X) generates a scatter plot of X. X can be a real or complex
% vector, or a two-column matrix with
www.eeworm.com/read/487452/1236507
js textdate.js
/*
* Ext JS Library 0.30
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
// generates a renderer function to be used for textual date group
www.eeworm.com/read/486606/1249405
java i_fsa_ba.java
/*
* i_FSA_ba.java
*/
package EDU.gatech.cc.is.clay;
import java.lang.*;
/**
* A Finite State Automoton that generates an integer output.
* While in the current state, if trigger[current_stat
www.eeworm.com/read/474783/1391453
js textdate.js
/*
* Ext JS Library 0.30
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
// generates a renderer function to be used for textual date group
www.eeworm.com/read/472943/1402673
m genbounddatahadamard.m
% Generates data for controlled L^p norm example when:
% M constant, P constant, N varies, for random dictionaries
% drawn from the partial Hadamard ensemble.
P = 0.5:0.25:1;
M = [1024 2048];
www.eeworm.com/read/472943/1402674
m genbounddatafourier.m
% Generates data for controlled L^p norm example when:
% M constant, P constant, N varies, for random dictionaries
% drawn from the partial Fourier ensemble.
P = 0.5:0.25:1;
M = [1024 2048];