代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/474586/6813121
svn-base exist.sci.svn-base
function a = exist(s)
// exist - test if a variable or a file exist
//
// a = exist(s);
//
// Copyright (c) 2008 Gabriel Peyre
a = exists(s);
if a==0
[fid,err] = mtlb_fopen(s, 'r');
if fid
www.eeworm.com/read/474586/6813197
sci exist.sci
function a = exist(s)
// exist - test if a variable or a file exist
//
// a = exist(s);
//
// Copyright (c) 2008 Gabriel Peyre
a = exists(s);
if a==0
[fid,err] = mtlb_fopen(s, 'r');
if fid
www.eeworm.com/read/471460/6894142
m pfpower.m
% State variable representation of the swing equation of
% the one-machine system during fault.
function xdot = pfpower(t,x)
global Pm E V X1 X2 X3 H f
xdot = [x(2); pi*f/H*(Pm-E*V/X2*sin(x(1)))];
www.eeworm.com/read/471460/6894178
m afpower.m
% State variable representation of the swing equation of
% the one-machine system after fault clearance.
function xdot = afpower(t,x)
global Pm f H E V X1 X2 X3
xdot = [x(2); pi*f/H*(Pm-E*V/X3*
www.eeworm.com/read/471164/6898571
sb symbol.sb
DocumentHdrVersion "1.1"
Header (DocumentHdr
packageRefs [
]
)
version "15.1"
appVersion "2002.1b (Build 7)"
model (Symbol
VExpander (VariableExpander
vvMap [
(vvPair
variable " "
value "
www.eeworm.com/read/471164/6898588
sb symbol.sb
DocumentHdrVersion "1.1"
Header (DocumentHdr
packageRefs [
(PackageRef
library "IEEE"
unitName "Std_Logic_1164"
itemName "all"
)
(PackageRef
library "IEEE"
unitName "Std_Logic_arith"
itemNa
www.eeworm.com/read/192685/8341051
html 14017.html
About address of variable
About address of variable
www.eeworm.com/read/174504/9585578
h dsp281x_hall3.h
/* ==================================================================================
File name: DSP281x_Hall3.H
Originator: Digital Control Systems