代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/476392/6759321
m ode2phv.m
function [A, B, C]=ode2phv(ai, k)
% This function converts an nth order ordinary differential equation:
% a(n) d^nx/dt^n + a(n-1) d^(n-1)x/dt^(n-1) + . . + a(1)dx/dt + a(0)x = k
% to the state
www.eeworm.com/read/476392/6759512
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/476392/6759548
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/410380/11288832
changelog
2002-04-29 Alfred M. Szmidt
* rshd.c : Include removed.
(inetutils_package): Renamed to PACKAGE_NAME.
(inetutils_version): Renamed to PACKAGE_VERSION.
(inetutils_bu
www.eeworm.com/read/263494/11361123
sql 15.5.2 检查指定游标是否存在的函数.sql
CREATE FUNCTION f_CursorExists(@CursorName sysname)
RETURNS TABLE
AS
RETURN(
SELECT * FROM(
SELECT Name=@CursorName,
Type=CAST('LOCAL' as varchar(8)),
IsExists=CAST(CASE CURSOR_STATUS(
www.eeworm.com/read/408394/11390235
cpp serversettings.cpp
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that t
www.eeworm.com/read/407665/11412372
vhd ahbarb.vhd
----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This library is
www.eeworm.com/read/407665/11412429
vhd mspram.vhd
-----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This program is