代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/353831/10414542
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/353831/10414574
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/424747/10417777
c nsga.c
/********************************************************************\
*** NON-DOMINATED SORTING ***
*** using
www.eeworm.com/read/424747/10417896
m statistics.m
% 函数-统计种群的适应度
function [sumfitness,bestfit] = statistics(pop,bestfit,gen,outfp)
popsize = length(pop);
lchrom = length(pop(1).chrom);
min = pop(1).fitness;
max = pop(1).fitness;
sumfitness =
www.eeworm.com/read/424747/10418433
c sga.c
/********************************************************************\
*** ***
*** GENETIC ALGORITHM
www.eeworm.com/read/353769/10418592
c lvq_run.c
/************************************************************************
* *
* Program package 'lvq_pak':
www.eeworm.com/read/353714/10428097
asv svr.asv
function [nsv, beta, bias] = svr(X,Y,ker,C,loss,e)
%SVR Support Vector Regression
%
% Usage: [nsv beta bias] = svr(X,Y,ker,C,loss,e)
%
% Parameters: X - Training inputs
% Y -
www.eeworm.com/read/279424/10438817
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/279422/10439047
m pwvmovie.m
% create a movie (or play it) showing the trade-off
% for the pweudo Wigner-Ville Distribution
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PR
www.eeworm.com/read/279421/10439169
m moon.m
% create a movie (or play it) showing the interferences
% between a sinusoid, a logon and a rotating logon
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CON