代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/259727/11770628
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/344679/11868507
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/257911/11907023
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/368662/2812436
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/265706/11256104
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/335569/12514726
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/334923/12562309
m dcpf.m
function Va = dcpf(B, Pbus, Va0, ref, pv, pq)
%DCPF Solves a DC power flow.
% [Va, success] = dcpf(B, Pbus, Va0, ref, pv, pq) solves for the bus
% voltage angles at all but the reference bus, giv
www.eeworm.com/read/436484/7769320
f90 channel.f90
program main
!*****************************************************************************80
!
!! MAIN is the main program for CHANNEL.
!
! Discussion:
!
! CHANNEL solves the channel flow proble
www.eeworm.com/read/146558/12639307
java maze.java
/*********************************************************************************
Creates a random maze, then solves it by finding a path from the
upper left corner to the lower right corner.
www.eeworm.com/read/378188/9242513
f lsqslv.f
Subroutine lsqslv( m, n, a, x )
! ----------------------------------------------------------------------
! --- lsqslv solves the rectangular upper diagonal system Ax = b in
! the Least Squar