代码搜索结果
找到约 10,000 项符合
B 的代码
fm_b.m
function fm_b
% FM_B build admittance matrix B' and B" for fast decoupled
% power flow solution (FDPF)
%
% FM_B
%
%see also FM_Y and Settings
%
%Author: Federico Milano
%Date: 11-Nov-2002
and2b.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY AND2B IS
PORT(A,B:IN STD_LOGIC;
C:OUT STD_LOGIC);
END AND2B;
ARCHITECTURE ONE OF AND2B IS
BEGIN
C
index-b.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde
ckcl_b.asm
org 0000h
AVSET1 EQU P1.5
CMPIN EQU P1.6
ALERT EQU P1.4
ADDJUST EQU 02H
AVTB DATA 40H ;BACK OF AVT
AVI DATA 4
44b.h
/************************************************
* NAME : K44b.H *
* Version : 07.MARCH.2000 *
***********************************************/
//
//
#ifndef __44B0X_H_