代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/303513/13813741
m meshgrid.m
function [F,X,Y,Z]=meshgrid(f)
%MESHGRID Generate meshgrids.
% [F,X,Y,Z] = MESHGRID(S) generates meshgrids for the
% scalar function S.
%
% Example:
%
% f = scalar('sin(x)+sin(.5*y)
www.eeworm.com/read/303513/13813810
m meshgrid.m
function [Fx,Fy,Fz,X,Y,Z]=meshgrid(f)
%MESHGRID Generate meshgrids.
% [FX,FY,FZ,X,Y,Z] = MESHGRID(V) generates meshgrids for the
% vector function V.
%
% Example:
%
% f = vector('si
www.eeworm.com/read/303438/13816039
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/302674/13829325
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/140582/5785697
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/131315/5940641
cc trie.cc
/* Generates a minimal-prefix trie for a user-specified set of keywords.
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file i
www.eeworm.com/read/128604/5981313
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/116396/6113117
c mkridlist.c
/* src/prism2/ridlits/mkridlist.c
*
* Generates an HTML and text file version of the PRISM2 to MibItem
* Name Mapping List
*
* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved.
* --
www.eeworm.com/read/100127/6274055
py dialog.py
#! /usr/bin/env python
# A Python function that generates dialog boxes with a text message,
# optional bitmap, and any number of buttons.
# Cf. Ousterhout, Tcl and the Tk Toolkit, Figs. 27.2-3, pp. 2
www.eeworm.com/read/255407/6291014
c alg43.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 12 17 15 26 51 19 12 23 35 40
stable sort -- default ascending order