代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/313702/13582332
c bzip2.c
/*-----------------------------------------------------------*/
/*--- A block-sorting, lossless compressor bzip2.c ---*/
/*-----------------------------------------------------------*/
/*--
www.eeworm.com/read/313556/13584934
asv apcluster.asv
%
% [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 simi
www.eeworm.com/read/313556/13584937
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 simi
www.eeworm.com/read/312016/13620181
m setdefaults.m
% setdefaults - set defaults for JPEGtool session
%
% SYNOPSIS
% setdefaults
%
% DESCRIPTION
% Sets various global defaults, such as the quantizing matrix QMAT
% and the colormap. Should be run
www.eeworm.com/read/309785/13664477
c input11.c
#include "cbox11.h"
void Input11(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[52],Y[52],Bc[101];
int Code[101];
{
int i,j,k,Dim,NN,lnsize;
FILE *infile,*outfile;
char Title[80],line1[100];
lnsize =
www.eeworm.com/read/309785/13664494
c input5.c
#include "cbox5.h"
void Input5(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[102],Y[102],Bc[101];
int Code[101];
{
FILE *infile, *outfile;
int i,j,k,lnsize;
char title[80],line1[100];
lnsiz
www.eeworm.com/read/309785/13664504
c input2.c
#include "cbox2.h"
void Input2(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[82],Y[82],Bc[161];
int Code[161];
{
FILE *infile, *outfile;
int i,j,k,lnsize;
char Title[80],line1[100];
lnsize =
www.eeworm.com/read/309785/13664527
c input1.c
#include "cbox1.h"
void Input1(X,Y,Xi,Yi,Code,Bc)
float X[102], Y[102],Xi[21],Yi[21],Bc[101];
int Code[101];
{ FILE *infile, *outfile;
int i,j,k,lnsize;
char Title[80],line1[100];
lnsize = 100;
www.eeworm.com/read/309785/13664545
c be5.c
#include "cbox5.h"
main()
{
float X[102],Y[102],Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21];
float u[21],q1[21],q2[21],D;
float G[101][101],H[101][101];
int Code[101],Dim;
/*[ Dim =Max dimens
www.eeworm.com/read/309349/13673669
c decode.c
/* DECODE.C - Decode blocks of received data. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* program and accompa