代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/326222/13155085

c ezw.c

/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* EZW2 - Embedded Zerotree Wavele
www.eeworm.com/read/241312/13157536

cpp oraquery.cpp

/* Result Sets Interface */ #ifndef SQL_CRSR # define SQL_CRSR struct sql_cursor { unsigned int curocn; void *ptr1; void *ptr2; unsigned long magic; }; typedef str
www.eeworm.com/read/241312/13157543

pc oraquery.pc

#include #include #include #include #include "oracle.h" EXEC SQL INCLUDE sqlca; EXEC SQL INCLUDE sqlda; extern "C"{ extern SQLDA*sqlald(int,int,
www.eeworm.com/read/241276/13159061

m errors.m

function [area,roc] = errors(netans,answer,outfile) % WBL 23 August 2002 Caculate true positive and false positive rates for all tresholds % Returning the ROC and the area under its
www.eeworm.com/read/241276/13159065

m boost.m

function [betaT,net]=boost(in,B,validation,tB,outfile,bmax,S1) % WBL 22 August 2002 Boost Matlab MLP Neural Network bmax times % 1 input neuron per attribute, size(in) %
www.eeworm.com/read/139356/13159992

c creatprt.c

/* *********************************************************************** * NARI Software * * Automatic Realtime Remote Interfac
www.eeworm.com/read/325976/13172102

c testscan.c

#include #include //下面定义保留,为简化程序,使用字符指针数组保存所有保留字。 //如果想增加保留字,可继续添加,并修改保留字数目 #define keywordSum 8 char *keyword[keywordSum]={ "if","else","for","while","do","int","read","writ
www.eeworm.com/read/139229/13172430

cpp hnsrtreefileobj1.cpp

/* * HnSRTreeFileObj1.cc (dynamic construction methods) * Copyright (C) 1997 Norio Katayama * * This library is free software; you can redistribute it and/or * modify it under the terms of t
www.eeworm.com/read/139218/13173699

c sat1.c

/* sat1.c Simple experiments with simulated annealing find the minumum of a function, there are two examples here one uses a simple cost function, the other imposes range constraints by
www.eeworm.com/read/139218/13173711

c getargs.c

/* GETARGS.C Command line processor for C programs * * -- added long integer parameter -- EFC 26 Feb 1990 * -- added toggle boolean (switch) -- EFC 27 June 1988 * -- with reals (doubl