代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/154631/11941625
cpp littlec.cpp
#include
#include
#include
#include
#include
#include
#define NUM_FUNC 100
#define NUM_GLOBAL_VARS 100
#define NUM_LOCA
www.eeworm.com/read/257010/11960141
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/257010/11960648
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/257010/11960898
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/257010/11960978
m ghs.m
function [mag,phase]=ghs(num,den,s)
% Hadi Saadat, 1998
% This function returns the magnitude and phase angle in radian of
% the open-loop transfer function G(s)H(s) for the specified complex
www.eeworm.com/read/154365/11966912
vhd main.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity main is
port ( clk1 :in std_logic;
key4 :in std_logic_vector(3 downto 0);
minute,h
www.eeworm.com/read/154343/11969897
err pll.err
"pll.c", line 67: Warning: C2870W: variable 'fclk' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sval' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sdiv' d
www.eeworm.com/read/154343/11969915
err k9s1208.err
"k9s1208.c", line 192: Warning: C2870W: variable 'i' declared but not used
"k9s1208.c", line 524: Warning: C2870W: variable 'id' declared but not used
"k9s1208.c", line 667: Warning: C2873W: implici
www.eeworm.com/read/343026/11983014
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/154092/11989637
m s_point.m
function s_Point(Z)
%
% This function plots a point on the Smith Chart
% It is assume that global variable Z0 has
% already been set (see Set_Z0)
%
% usage: s_Point(30+j*20)
%
% Copyright (