代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/215710/7128462
cpp main.cpp
/****************************************************/
/* File: main.c */
/* Main program for TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/206562/7129770
m ex4_2.m
% 输入文本文件名
qname=input('Enter file containing questions : ','s');
ip=fopen(qname,'rt'); % 打开该文本文件
if (ip
www.eeworm.com/read/103516/7130811
h xbfplt.h
/* f.h freeware xhunga@tiscali.fr */
/* ------------------------------------- FUNCTION -------------------------- */
/* Do :
www.eeworm.com/read/103516/7130813
h xiareagh.h
/* f.h freeware xhunga@tiscali.fr */
/* ------------------------------------- FUNCTION -------------------------- */
/* Do :
www.eeworm.com/read/103516/7130815
h xiarc.h
/* f.h freeware xhunga@tiscali.fr */
/* ------------------------------------- FUNCTION -------------------------- */
/* Do :
www.eeworm.com/read/103516/7130822
h xisrevf.h
/* f.h freeware xhunga@tiscali.fr */
/* ------------------------------------- FUNCTION -------------------------- */
/* Do :
www.eeworm.com/read/299984/7139969
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
www.eeworm.com/read/299984/7140016
m disperror.m
%DISPERROR Display error matrix with information on classifiers and datasets
%
% DISPERROR(DATA,CLASSF,ERROR,STD,FID)
%
% INPUT
% DATA Cell array of M datasets or dataset names (strings)
% CLAS
www.eeworm.com/read/299984/7140715
m confmat.m
%CONFMAT Construct confusion matrix
%
% [C,NE,LABLIST] = CONFMAT(LAB1,LAB2,METHOD,FID)
%
% INPUT
% LAB1 Set of labels
% LAB2 Set of labels
% METHOD 'count' (default) to count n
www.eeworm.com/read/280238/7144401
c entry.c
/*
Author: wangyao
Email: wangyao@cs.hit.edu.cn
*/
#include "acsmx.h"
/*
* Text Data Buffer
*/
unsigned char text[MAXLEN];
extern int nline;
int main (int argc, char **argv)
{
int i, nocase = 0;