代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/441855/7663712
c symtab.c
#include
#include "globals.h"
#include "util.h"
#include "symtab.h"
Symtab * GlobalTable; //global symble table for variables
Symtab * pTable;
FunEntry * FunTable[SIZE]; //symb
www.eeworm.com/read/441855/7663735
c util.c
#include "globals.h"
#include "util.h"
#include "parse.h"
void printType(Type type)
{
switch(type){
case Void: fprintf(listing,"Void"); break;
case Integer: fprintf(listing,"Integer"); b
www.eeworm.com/read/441748/7666011
cpp debug.cpp
#include
FILE *debugfile;
int DebugInit( void )
{
debugfile = fopen( "debug.log", "wt" );
if( debugfile == NULL )
return -1;
else{
fprintf( debugfile, "%s\n", "debug begin
www.eeworm.com/read/441424/7670566
m one_way.m
% ONE_WAY Evaluation of one-way data.
% Observations from Z12 receiver taken at master
% point -810 and rover point -005 on March 17, 1994
% Written by Kai Borre
% Mar
www.eeworm.com/read/441325/7671801
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/441325/7671821
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 resu
www.eeworm.com/read/441325/7671827
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/441325/7671831
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/441325/7671836
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/441245/7672649
m prwarning.m
%PRWARNING Show PRTools warning
%
% PRWARNING(LEVEL,FORMAT,...)
%
% Shows the message (given as FORMAT and a variable number of arguments),
% if the current PRWARNING level is >= LEVEL. Output is wr