代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/356070/3043032
timer
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# timer --
# This script generates a counter with start and stop buttons.
#
# RCS: @(#) $Id: timer,v 1.3 2001/10/29 16:23:33 dkf Ex
www.eeworm.com/read/354516/3077820
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/162614/5532930
java x509certificatefactory.java
/* X509CertificateFactory.java -- generates X.509 certificates.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/162519/5542462
java x509certificatefactory.java
/* X509CertificateFactory.java -- generates X.509 certificates.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/160391/5571232
m mk_collage_from_clqs.m
function mk_collage_from_clqs(dir, cliques)
% For use with mk_ps_from_clqs.
% This generates a latex file that glues all the .ps files
% into one big figure.
cd(dir)
C = length(cliques);
n
www.eeworm.com/read/160303/5573135
pl oid.pl
#!/usr/bin/perl
# Generates oid.h and oid.c out of oid.txt
# Copyright (C) 2003-2004 Andreas Steffen, Zuercher Hochschule Winterthur
#
# This program is free software; you can redistribute it and/or m
www.eeworm.com/read/159772/5581729
timer
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# timer --
# This script generates a counter with start and stop buttons.
#
# RCS: @(#) $Id: timer,v 1.3 2001/10/29 16:23:33 dkf Ex
www.eeworm.com/read/159030/5588796
java sparcgenerator.java
// $Id: SPARCGenerator.java,v 1.11 2000/10/21 23:18:09 mdeeds Exp $
package java6035.tools.ASM;
import java.io.*;
/**
* SPARCGenerator
*
* is a map on ASM that generates SPARC assembly code
*
www.eeworm.com/read/476078/6773385
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % tolerance used for the integration
min