代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/326496/13138020
bat compile.bat
cc86 ABS.C
masm ABS.mac\;
rm ABS.mac
cc86 ATOI.C
masm ATOI.mac\;
rm ATOI.mac
cc86 ATOIB.C
masm ATOIB.mac\;
rm ATOIB.mac
cc86 AVAIL.C
masm AVAIL.mac\;
rm AVAIL.mac
cc86 CALLOC.C
masm
www.eeworm.com/read/241396/13147270
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/241396/13147344
asv printpf.asv
function printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt)
%PRINTPF Prints power flow results.
% printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt) prints
% powerflow res
www.eeworm.com/read/241396/13147383
m printpf.m
function printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt)
%PRINTPF Prints power flow results.
% printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt) prints
% powerflow res
www.eeworm.com/read/241396/13147420
m mpver.m
function mpv = mpver
%MPVER Prints or returns MATPOWER version information
% v = mpver returns the current MATPOWER version number. Calling mpver
% without assigning the return value prints the v
www.eeworm.com/read/241396/13147434
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/241396/13147449
m printmkt.m
function printmkt(baseMVA, bus, gen, branch, f, t, dispatch, success, et, fd, mpopt)
%PRINTMKT Prints results of ISO computation.
% printmkt(baseMVA, bus, gen, branch, f, t, dispatch, success, et,
www.eeworm.com/read/139528/13150926
cpp scan.cpp
#include
#include
#include
#include
#include "scan.h"
Scan::Scan();
void Scan::Init(FILE *source) //初始化
{
this->source=source;
listing=std
www.eeworm.com/read/139528/13150946
cpp parse.cpp
#include
#include
#include "parse.h"
void Parse::Init(FILE *source)
{
Error = FALSE;
indentno = 0;
scan.Init(source);
listing=scan.listing;
}
void Parse::syn
www.eeworm.com/read/241361/13152222
c webserv.c
/* webserv.c - a minimal web server (version 0.2)
* usage: ws portnumber
* features: supports the GET command only
* runs in the current directory
* forks a new chil