代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/112044/15494560
diz file_id.diz
MAZE3D Version 1.5 (10/10/97) generates
mazes on Web browsers that support Java.
The mazes are displayed in 3D. Use keys
to solve them or have the computer solve
them. Java source code is includ
www.eeworm.com/read/107879/15598446
txt credits.txt
Name:Gordon Gong
email:sales@shoutsoft.com
url: www.shoutsoft.com
display info:Take a look at Shoutsoft COM Express 1.1, a tool which generates N(3)-tier VB application(with GUI, COM+ and unlimited
www.eeworm.com/read/101658/15822588
def crx.def
DEFINITION MODULE CRX;
(* Parser Generation *)
PROCEDURE GenCompiler;
(* Generates the target compiler (parser). *)
PROCEDURE WriteStatistics;
(* Writes statistics about compilation to list f
www.eeworm.com/read/101557/15826357
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables w
www.eeworm.com/read/101557/15826541
m rmodel.m
function [a,b,c,d]=rmodel(n,p,m)
%RMODEL Generates random stable continuous nth order test models.
%
% [NUM,DEN]=RMODEL(N) generates an Nth order SISO transfer function
% model.
% [NUM,DEN]=RMO
www.eeworm.com/read/101557/15826858
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn
www.eeworm.com/read/100407/15874519
install
Basic Installation
==================
$ cd src
$ ./configure
$ make
This will build some useful utilities:
mdb-dump -- simple hex dump utility that I've been using to look at mdb files
www.eeworm.com/read/192089/8407574
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/192089/8407593
c alg27.c
#include
#include
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/190158/8447101
c noise2.c
/**************************************************************************
*
* ROUTINE
* noise2
*
* FUNCTION
*
* generates gaussian noise using the polar method
*
* SYNOPS