代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/458488/7296172
m trapzdattest.m
function trapzDatTest
% trapzDatTest Verify trapzDat function for different types of input
%
% Synopsis: trapzDatTest
%
% Input: none
%
% Output: Print out of test results
% --- Int
www.eeworm.com/read/458488/7296186
m recursiveindent.m
function recursiveIndent(maxLevel,level)
% recursiveIndent Demonstration of a recursive function
%
% Synopsis: recursiveIndent
% recursiveIndent(maxLevel)
%
% Input: maxLevel =
www.eeworm.com/read/458488/7296194
m demoadaptgk.m
function demoAdaptGK
% demoAdaptGK Compare adaptive Gauss-Kronrod quadrature with quadl
%
% Synopsis: demoAdaptGK
%
% Input: none
%
% Output: Tables and plots demonstrating convergence o
www.eeworm.com/read/458488/7296199
m demogauss.m
function demoGauss(np,nn)
% demoGauss Use Gauss-Legendre quadrature to integrate x*exp(-x) on [0,5]
%
% Synopsis: demoGauss
% demoGauss(np)
% demoGauss(np,nn)
%
% Input:
www.eeworm.com/read/458488/7296202
m makeglagtable.m
function makeGLagTable(n)
% makeGLagTable Create a table of Gauss-Laguerre nodes and weights
% suitable for copy/paste into the GLagTable.m function
%
% Synopsis: makeGLagTable
%
www.eeworm.com/read/458360/7298472
c generic.c
/* @(#) generic.c 1.2 1/27/86 17:47:45 */
/*ident "@(#)cfront:lib/generic/generic.c 1.2"*/
#include
extern
genericerror(int n, char* s)
{
fprintf(stderr,"%s\n",s?s:"error in generic librar
www.eeworm.com/read/457991/7314539
c nbimg.c
/*
* nbimg
*
* Copyright (C) 2007-2008 Pau Oliva Fora -
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General P
www.eeworm.com/read/457991/7314554
c yang.c
/*
* HTCFlasher - http://htc-flasher.googlecode.com
*
* YANG: Yet Another NBH Generator
* Copyright (C) 2008 Pau Oliva Fora - pof @
*
* This program is free software; you can
www.eeworm.com/read/457742/7318197
m propagate_bound_triang.m
function [outrect] = propagate_bound_triang(inrect, index, camlist, nbrimages);
%inrect = inrect1old;
%index = index2;
[m,n] = size(camlist{1});
if (index > n)
conset = [1:n-1, index];
rems
www.eeworm.com/read/457742/7318199
m propagateresect.m
function [outrect] = propagateresect(inrect, index, Xlist, nbrpoints, m, n);
%inrect = inrect1old;
%index = index2;
%keyboard;
if (index > n+1)
conset = [2:n, index];
remset = [n+1:index-1, i