代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/143954/12827710
cpp smoclassify.cpp
// smoClassify.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "stdlib.h"
#include "initialize.h"
#include "classify.h"
int mai
www.eeworm.com/read/331444/12827826
m pgmwrite.m
% RANGE = pgmWrite(MTX, FILENAME, RANGE, TYPE, COMMENT)
%
% Write a MatLab matrix to a pgm (graylevel image) file.
% This format is accessible from the XV image browsing utility.
%
% RANGE (optional)
www.eeworm.com/read/331293/12834577
c testvideo.c
/*
TestVideo - SDL_bgrab Sample Player
*/
#ifdef WIN32
#include
#endif
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/331272/12835808
c ezw.c
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* EZW2 - Embedded Zerotree Wavele
www.eeworm.com/read/331180/12841175
c testerror.c
#include
#include "ourhdr.h"
int
main(int argc, char *argv[])
{
fprintf(stderr, "EACCES: %s\n", strerror(EACCES));
errno = ENOENT;
perror(argv[0]);
exit(0);
}
www.eeworm.com/read/244800/12843127
m jdqr.m
function varargout=jdqr(varargin)
%JDQR computes a partial Schur decomposition of a square matrix or operator.
% Lambda = JDQR(A) returns the absolute largest eigenvalues in a K vector
% Lambda. He
www.eeworm.com/read/143792/12843616
c ga.c
#include
#include
#include
#include
#include
#include
#include
#define NAME_MAX 80
void
ga(char *datFile)
{
/* r
www.eeworm.com/read/244728/12847165
c gleps.c
static char *rcsid= "$Id: gleps.c,v 2.15 2000/01/13 17:36:41 fuhrmann Exp $";
/* This code has been cloned from rendereps.c by Mark Kilgard which had the following
header notice.*/
/****BEGIN MJK H
www.eeworm.com/read/331069/12852964
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/143653/12854439
c deverror.c
/*
========================================================================
DEVise Data Visualization Software
(c) Copyright 1992-1996
By the DEVise Development Group
Madison, Wisconsin
Al