代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/129707/14232118
c dichotomy.c
#include
#include
#define TOL 1E-11
#define NO 50
double f(double x)
{
return 3*x+sin(x)-exp(x);
}
void main()
{
FILE *file;
double x_1 = 0;
double x_2
www.eeworm.com/read/129048/14268869
c gzip.c
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface
* Copyright (C) 1992-1993 Jean-loup Gailly
* The unzip code was written and put in the public domain by Mark Adler.
*
www.eeworm.com/read/129000/14269959
c neval.c
/*----------------------------------------------------------------------
File : neval.c
contents: network evaluation
Author : Christian Borgelt
History : 02.03.1997 file created
www.eeworm.com/read/128477/14294553
m compare.m
% Script file: compare.m
%
% Purpose:
% To compare binary and formatted I/O operations.
% This program generates an array of 10,000 random
% values and writes it to disk both as a b
www.eeworm.com/read/128477/14294687
m calc_power.m
% Script file: calc_power.m
%
% Purpose:
% To calculate the current, real, reactive, and apparent power,
% and the power factor supplied to a load.
%
% Record of revisions:
% Da
www.eeworm.com/read/127898/14329284
cpp cpp1.cpp
#include
#include
#include
#define MAX 50
void main()
{
FILE *in,*out;/*存放输入字符串和输出单词串的文件*/
char arr[MAX];/*arr数组存放单词符号*/
char currentchar;/*currentchar存放当前输入
www.eeworm.com/read/229545/14331896
c jpegtran.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/229177/14350322
m apcluster.m
%
% [idx,netsim,dpsim,expref]=apcluster(s,p)
%
% APCLUSTER uses affinity propagation (Frey and Dueck, Science,
% 2007) to identify data clusters, using a set of real-valued
% pair-wise data point
www.eeworm.com/read/229160/14351049
m hpsooptions.m
function options=hPSOoptions(varargin)
%Syntax: options=hPSOoptions(varargin)
%_____________________________________
%
% Options definition for PSO.
%
% options is the options struct:
%
www.eeworm.com/read/228472/14382938
m main.m
% Program 6-1
% main.m
%
% Packet communication system
%
% MATLAB version
% Programmed by M.Okita
% Checked by H.Harada
%
clear;
% definit