代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/155919/11838439
m cp1002_select_nodes.m
%
% FUNCTION 10.2 : "cp1002_select_nodes"
%
% This function selects a target node and k reference nodes
% from a set of nodes.
% The function receives in input:
% - The total number of nodes N
www.eeworm.com/read/344679/11868449
m runpf.m
function [MVAbase, bus, gen, branch, success, et] = ...
runpf(casename, mpopt, fname, solvedcase)
%RUNPF Runs a power flow.
%
% [baseMVA, bus, gen, branch, success, et] = ...
% run
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/258337/11869652
h ktoolbar.h
/* This file is part of the KDE libraries
Copyright (C) 1997, 1998 Stephan Kulow (coolo@kde.org)
(C) 1997, 1998 Sven Radej (radej@kde.org)
(C) 1997, 1998 Mark Donohoe (
www.eeworm.com/read/258337/11869908
cpp qstring.cpp
#include
#include
#include "qstring.h"
#include "qregexp.h"
int QString::find(const QRegExp & reg, int index) const
{
return reg.match(*this);
}
int QString::find(char c, in
www.eeworm.com/read/257911/11906825
m runpf.m
function [MVAbase, bus, gen, branch, success, et] = ...
runpf(casename, mpopt, fname, solvedcase)
%RUNPF Runs a power flow.
%
% [baseMVA, bus, gen, branch, success, et] = ...
% run
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/340330/12165930
cs frametown.cs
namespace FrameCountry
{
using FrameCountry.FrameBuild;
using System;
using System.Data;
public class FrameTown
{
private string ClassAlias;
private strin
www.eeworm.com/read/340194/12174355
h dom_misc.h
/*
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the te