代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/468668/6986264
m alg025.m
% METHOD OF FALSE POSITION ALGORITHM 2.5
%
% To find a solution to f(x) = 0 given the continuous function
% f on the interval [p0,p1], where f(p0) and f(p1) have
% opposite signs:
%
% INP
www.eeworm.com/read/265028/6997187
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGS
www.eeworm.com/read/466933/7023778
cpp darkcal.cpp
/*----------------------------------------------------------------------------
* DarkCal - calculates the darkest hours for a given month and year.
*
* Created by Mark Huss
*
www.eeworm.com/read/465972/7042424
cpp bp.cpp
#include
#include
#include
#include
#include
#include
FILE *fp;
double Q=0.5; //阈值
double TEM; //温度
#define N 1//样本
www.eeworm.com/read/465627/7050763
m gausspf.m
function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt)
%GAUSSPF Solves the power flow using a Gauss-Seidel method.
% [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt
www.eeworm.com/read/464930/7063092
cpp 实验1_词法分析器.cpp
#include
#include
#include
#define MAX 100
void main(){
FILE *in,*out;/*存放输入字符串和输出单词串的文件*/
int ch;
char arr[MAX];/*arr数组存放单词符号*/
char currentchar;/*curre
www.eeworm.com/read/364251/7075497
c debugxml.c
/*
* debugXML.c : This is a set of routines used for debugging the tree
* produced by the XML parser.
*
* See Copyright for the status of this software.
*
* Daniel Veillard
www.eeworm.com/read/364251/7075558
c xmlmemory.c
/*
* xmlmemory.c: libxml memory allocator wrapper.
*
* daniel@veillard.com
*/
#define IN_LIBXML
#include "libxml.h"
#include
#ifdef HAVE_SYS_TYPES_H
#include
#endif
#
www.eeworm.com/read/364251/7075567
c reader2.c
/**
* section: xmlReader
* synopsis: Parse and validate an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
* validating the content in
www.eeworm.com/read/364251/7075592
c parse4.c
/**
* section: Parsing
* synopsis: Parse an XML document chunk by chunk to a tree and free it
* purpose: Demonstrate the use of xmlCreatePushParserCtxt() and
* xmlParseChunk() to read an