代码搜索:VPF
找到约 45 项符合「VPF」的源代码
代码结果 45
www.eeworm.com/read/204947/15330986
m llfault.m
function done=llfault(nb,ng,nl,nt)
%formation of positive sequence Ybus
Yp=Ypositive(nb,ng,nl,nt);
%formation of zero sequence Ybus
Yz=Yzero(nb,ng,nl,nt);
%formation of positive and negative sequ
www.eeworm.com/read/204947/15330991
m llgfault.m
function done=llgfault(nb,ng,nl,nt)
%formation of positive sequence Ybus
Yp=Ypositive(nb,ng,nl,nt);
%formation of zero sequence Ybus
Yz=Yzero(nb,ng,nl,nt);
%formation of positive and negative seq
www.eeworm.com/read/339873/3294245
readme
A basic set of JSP/Servlet code to display VPF data in a web browser.
All of the data is presented as text, not on a map. It is intended to
help someone trying to understand how VPF tables are constru
www.eeworm.com/read/176082/9518038
cpp cunchu1.cpp
#include
#include
#define maxsize 32
#include
#define vpf 200
void FIFO(int a[]);
int count[maxsize];
int a[vpf];
void main() // 定义主函数
{for(in
www.eeworm.com/read/266839/11210791
m hum_cnt.m
function [lf rf vpf vmf] = hum_cnt(x_pass,y_pass,angle_v_pass,angle_t_pass,v_pass,status_cb,tft,trt,tvb,left,right,vplus,vminus)
lf=0;
rf=0;
vpf=0;
vmf=0;
persistent x;
persist
www.eeworm.com/read/339873/3293740
properties defaultvpflayers.properties
##
## Support a simple alias mechanism for common vpf layers
##
# Just continents
vmapCoastline.coverageType=bnd
vmapCoastline.featureTypes=edge area
vmapCoastline.edge=coastl
vmapCoastline.area=polb
www.eeworm.com/read/161513/5552276
properties defaultvpflayers.properties
##
## Support a simple alias mechanism for common vpf layers
##
# Just continents
vmapCoastline.coverageType=bnd
vmapCoastline.featureTypes=edge area
vmapCoastline.edge=coastl
vmapCoastline.area=polb
www.eeworm.com/read/378183/9245386
dat funtc342b.dat
#include
#include
int vpf(char *fmt, ...)
{
va_list argptr;
int cnt;
va_start(argptr, format);
cnt = vprintf(fmt, argptr);
va_end(argptr);
return(