代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/200336/10247162

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/200336/10247182

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/200336/10247188

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/200336/10247192

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/200336/10247197

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/162887/10261478

asv main.asv

[nf,gai,pin]=gailv(f,n); %调用函数gailv是计算数组f中每个字符的概率gai和频率pin [mode,low,high]=area(nf,gai); %调用函数area是计算数组f中每个字符的子区间[low,high] [final,mn]=encode(n,f,nf,low,high); %调用函数code对原文件进行压缩,输出压缩流final,
www.eeworm.com/read/162887/10261557

asv decode.asv

function result=decode(final,m,nf,low,high,mn,f) %-------------------------------------------------------------------------- %此函数是解码过程 %基于算术编码的文本压缩,被main.m文件调用 %输出数组result是解码后的字符按字节顺序存储的数组 %-----
www.eeworm.com/read/162831/10267037

c edump.c

/* * dos\gcc\edump.c display DOS error information * * This file is part of the BETA version of DISKLIB * Copyright (C) 1998, Gregg Jennings * * See README.TXT for information about r
www.eeworm.com/read/162806/10270120

c lzssscheme.c

/*//////////////////////////////// "lzssscheme.c" ///////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a l
www.eeworm.com/read/281034/10270691

c output.c

/******************************************************************************* * * O U T P U T . C * --------------- * * Description: * Generates the C-code for CForms. * * Included functi