代码搜索:WELL
找到约 9,521 项符合「WELL」的源代码
代码结果 9,521
www.eeworm.com/read/421857/10690730
txt irc how to downlaod from, how to downlaod from irc.txt
HOWTO download files via IRC
1. First get an IRC program. I suggest using MIRC, simply because it just works very well and it's rather easy to use.
MIRC can be downloaded from MIRC.com
2
www.eeworm.com/read/420872/10770033
m pid_tuning.m
function [K,Ti,Td,N,b] = pid_tuning(model,method,param,regStruct,As)
%PID_TUNING Tune the parameters of a ISA-PID regulator with some
% well-defined autotuning methods.
%
% [K,Ti,Td,N,b] = PID
www.eeworm.com/read/349479/10825231
m t_loadcase.m
function t_loadcase(quiet)
%T_LOADCASE Test that loadcase() works with a struct as well as case file.
% MATPOWER
% $Id: t_loadcase.m,v 1.3 2004/09/02 03:02:19 ray Exp $
% by Ray Zimmerman, PSE
www.eeworm.com/read/418731/10933693
txt irc how to downlaod from, how to downlaod from irc.txt
HOWTO download files via IRC
1. First get an IRC program. I suggest using MIRC, simply because it just works very well and it's rather easy to use.
MIRC can be downloaded from MIRC.com
2
www.eeworm.com/read/441325/7671865
m t_loadcase.m
function t_loadcase(quiet)
%T_LOADCASE Test that loadcase() works with a struct as well as case file.
% MATPOWER
% $Id: t_loadcase.m,v 1.3 2004/09/02 03:02:19 ray Exp $
% by Ray Zimmerman, PSE
www.eeworm.com/read/289562/7805739
h call.h
#include "apue.h"
#include
#include
#define CS_CALL "/home/sar/calld" /* well-known server name */
#define CL_CALL "call" /* command for server */
extern char escapec; /*
www.eeworm.com/read/198616/7923210
h call.h
#include "apue.h"
#include
#include
#define CS_CALL "/home/sar/calld" /* well-known server name */
#define CL_CALL "call" /* command for server */
extern char escapec; /*
www.eeworm.com/read/298590/7950366
m t_loadcase.m
function t_loadcase(quiet)
%T_LOADCASE Test that loadcase() works with a struct as well as case file.
% MATPOWER
% $Id: t_loadcase.m,v 1.5 2005/11/04 18:09:48 ray Exp $
% by Ray Zimmerman, PSE
www.eeworm.com/read/245849/12778057
m info2label.m
function label=info2label(info)
% Create label for axis annotation from two-element or three-element
% cell array such as those found in structures for seismic data, well logs,
% p.d.f.s, etc.
% Wri
www.eeworm.com/read/245849/12778068
m l1_slope_intercept.m
function [a,b]=l1_slope_intercept(x,y,alpha)
% Compute L2 approximation to slope and intercept
% y =a + b x
% With correction factor for Nsiko-well
% Written by: E. R.: August 8, 2003
% last updated: