代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/458488/7296056
m makehtmlindex.m
function makeHTMLindex(htmlFile,verbose)
% makeHTMLindex Creates HTML file listing contents of the NMM toolbox
%
% Synopsis: makeHTMLindex
% makeHTMLindex(htmlFile)
% make
www.eeworm.com/read/458488/7296098
m itermult.m
function [u,lambda] = iterMult(A,x,nit)
% iterMult Iterated multiplication of a vector by a matrix: u = A*A*...*A*x
%
% Synopsis: u = iterMult(A,x,nit)
% [u,lambda] = iterMul
www.eeworm.com/read/458488/7296120
m gepivshow.m
function x = GEPivShow(A,b,ptol)
% GEPivShow Show steps in Gauss elimination with partial pivoting and
% back substitution
%
% Synopsis: x = GEPivShow(A,b)
% x = GEPivShow
www.eeworm.com/read/458379/7297595
cpp inverte.cpp
#include "head.h"
//This routine is for reverting the even signal
void convert(FILE *input, FILE *output)
{
char a[2003][15];
char b[10][9];
char c[4][10];
int group,badge;
group = 0;
www.eeworm.com/read/456193/7354699
m fm_writetex.m
function fm_writetex(Matrix,Header,Cols,Rows,File)
% FM_WRITETEX export PSAT results in LaTeX2e format.
%
% FM_WRITETEX(MATRIX,HEDAER,COLNAMES,ROWNAMES,FILENAME)
%
% MATRIX Matrix to write to f
www.eeworm.com/read/455967/7360564
m multisvc.m
function [nsv, alpha, b0,t] = multisvc (X,Y,ker,C)
%MULTISVC Support Vector Classification
%
% Usage: [nsv alpha bias] = multisvc(X,Y,ker,C)
%
% Parameters: X - Training inputs
%
www.eeworm.com/read/455115/7377713
m testfitplane.m
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/455115/7377718
m~ testfitplane.m~
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/455033/7379035
cpp mesh2dn.cpp
// ORIG-DATE: Dec 2007
// -*- Mode : c++ -*-
//
// SUMMARY : Model mesh 2d
// USAGE : LGPL
// ORG : LJLL Universite Pierre et Marie Curi, Paris, FRANCE
// AUTHOR : Frederic
www.eeworm.com/read/455033/7379260
c mesh.c
#include "medit.h"
#include "extern.h"
#include "sproto.h"
#define FLOAT_MAX 1.e20
ubyte dosurf;
double volTet(double *c1,double *c2,double *c3,double *c4) {
double ax,ay,az,bx,by,bz,vol;