代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/184196/9117985
m movcw4at.m
function M=movcw4at(N,Np);
%MOVCW4AT Four atoms rotating, analyzed by the Choi-Williams distribution.
% M=MOVCW4AT(N,Np) generates the movie frames illustrating the passage
% from the spectrogram to
www.eeworm.com/read/184175/9118897
m rndtopo1d.m
%
% function [C,netsize,D,Rm,Rd] = rndtopo1d(n,d,vard)
%
% Generates random topology and traffic matrix. Nodes are Poisson
% distributed with average n on a line of size n. Distance between a flow's
%
www.eeworm.com/read/181916/9227312
irix-cc
#
# qmake configuration for irix-cc
#
# From cc(1):
# -n32
# Generates a (new) 32-bit object. This defaults to -mips3 if
# -mips4 has not been specified.
# -LANG: ...
# The language feature
www.eeworm.com/read/377944/9256730
txt jsp源码实例1(输出).txt
作者:blackwhites
日期:2000-9-30 10:04:54
package coreservlets;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
/** Simple servlet that generates HTML.
*
* Taken
www.eeworm.com/read/181293/9260495
m rndtopo1d.m
%
% function [C,netsize,D,Rm,Rd] = rndtopo1d(n,d,vard)
%
% Generates random topology and traffic matrix. Nodes are Poisson
% distributed with average n on a line of size n. Distance between a flow's
%
www.eeworm.com/read/373344/9462200
m test_gmres.m
function test_it = gmres_test()
%
% function[test_it] = gmres_test()
%
% test_qmr.m tests qmr.m. It generates several test systems and
% applies the QMR solution algorithm as implemented in qmr.m.
%
www.eeworm.com/read/373344/9462215
m test_bicg.m
function test_it = test_bicg()
%
% function[test_it] = test_bicg()
%
% test_bicg.m tests bicg.m. It generates several test systems and
% applies the BiCG solution algorithm as implemented in bicg.m.
www.eeworm.com/read/373344/9462266
m test_cg.m
function test_it = test_cg()
%
% function[test_it] = test_cg()
%
% test_cg.m tests cg.m. It generates several test systems and
% applies the CG solution algorithm as implemented in cg.m.
%
% This and
www.eeworm.com/read/372550/9503848
m randvec.m
function x=randvec(n,m,c)
%RANDVEC Generate gaussian random vectors X=(N,M,C)
% generates a random matrix of size (n,p) where p is the maximum dimension of m or c
% Each row of x is independent wi
www.eeworm.com/read/371636/9543972
m amtriang.m
function y = amtriang(N,t0,T);
%AMTRIANG Generate triangular amplitude modulation.
% Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation
% centered on a time T0, and with a spread propor