代码搜索:GPD
找到约 222 项符合「GPD」的源代码
代码结果 222
www.eeworm.com/read/360402/2963567
gpd imgprint.gpd
*%
*%
*%
*GPDSpecVersion: "1.0"
*GPDFileName: "imgprint.gpd"
*GPDFileVersion: "1.0"
*Include: "StdNames.gpd"
*ModelName: "ImagePrinter"
*MasterUnits: PAIR(1200, 1200)
*ResourceDLL:
www.eeworm.com/read/360402/2963568
gpd stdnames.gpd
*%%% value macros for standard feature names and standard option names
*%%% used in older Unidrv's.
*CodePage: 1252 *% Windows 3.1 US (ANSI) code page
*Feature: RESDLL
{
*Name: "reso
www.eeworm.com/read/260111/4335586
gpd imgprint.gpd
*%
*%
*%
*GPDSpecVersion: "1.0"
*GPDFileName: "imgprint.gpd"
*GPDFileVersion: "1.0"
*Include: "StdNames.gpd"
*ModelName: "ImagePrinter"
*MasterUnits: PAIR(1200, 1200)
*ResourceDLL:
www.eeworm.com/read/260111/4335588
gpd stdnames.gpd
*%%% value macros for standard feature names and standard option names
*%%% used in older Unidrv's.
*CodePage: 1252 *% Windows 3.1 US (ANSI) code page
*Feature: RESDLL
{
*Name: "reso
www.eeworm.com/read/236549/14011932
gpd stdnames.gpd
*%%% Copyright (c) 1997-1999 Microsoft Corporation
*%%% value macros for standard feature names and standard option names
*%%% used in older Unidrv's.
*CodePage: 1252 *% Windows 3.1 US (ANS
www.eeworm.com/read/455746/7366460
m plot_gpd.m
function out=plot_gpd(resgpd),
%Menu driven plotting facility for GPD fit
%
% USAGE: out=plot_gpd(gpdres)
%
%resgpd: Structure obtained from a former GPD fit i.e. resgpd=gpd(...)
data=resgpd.d
www.eeworm.com/read/455746/7366466
m gpd_q.m
function [out,xp,parmax]=gpd_q(resgpd,firstdata,cprob,ci_type,ci_p,like_num),
%Calculates quantile estimates and confidence intervals for high quantiles
%above the threshold in a GPD analysis
%
%