代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/139491/13153934
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/323831/13313897
h random.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/137160/13342417
m isaffine.m
%ISAFFINE Test affine mapping
%
% I = ISAFFINE(W)
% ISAFFINE(W)
%
% I is true if W is an affine mapping.
% If called without an output argument ISAFFINE generates an error
% if W is not an affin
www.eeworm.com/read/316412/13523377
m randssp.m
function r = randssp(p,q)
%RANDSSP Multiplicative congruential uniform random number generator.
% Based on the parameters used by IBM's Scientific Subroutine Package.
% The statement
% r = ran
www.eeworm.com/read/314653/13562593
m isaffine.m
%ISAFFINE Test affine mapping
%
% I = ISAFFINE(W)
% ISAFFINE(W)
%
% I is true if W is an affine mapping.
% If called without an output argument ISAFFINE generates an error
% if W is not an affin
www.eeworm.com/read/311921/13622527
m hash.m
function y = hash(u);
% It generates the digest from a matrix u;
u=double(u);
y=md5(u);
www.eeworm.com/read/310212/13654622
m square.m
function s = square(t,duty)
%SQUARE Square wave generation.
% SQUARE(T) generates a square wave with period 2*Pi for the
% elements of time vector T. SQUARE(T) is like SIN(T), only
% it cre
www.eeworm.com/read/310212/13654661
m rectpuls.m
function y = rectpuls(t,Tw)
%RECTPULS Sampled aperiodic rectangle generator.
% RECTPULS(T) generates samples of a continuous, aperiodic,
% unity-height rectangle at the points specified in arra
www.eeworm.com/read/305390/13772291
m fib.m
function y=fib(n)
%Generates fibonacci numbers for the program fibonacci
fz(1)=1;fz(2)=1;
for k=3:n
fz(k)=fz(k-1)+fz(k-2);
end
y=fz(n);
www.eeworm.com/read/148609/5713680
readme
There is a ppro flag in cast-586 which turns on/off
generation of pentium pro/II friendly code
This flag makes the inner loop one cycle longer, but generates
code that runs %30 faster on the pentium