代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/223154/14652439
m demoperf.m
% Demonstrates the much higher performance
% of EARPYW.M compared to AR.M
% Both algoriths implemented the Yule-Walker approach
% for estimating the Autoregressive Parameters
% Version 2.43
%
www.eeworm.com/read/222277/14698871
m efinderimbedded.m
function Efinder
tic
%Efinder: In this example, Efinder is imbedded in for loops to find the
%eigen energies for double-well potential. Note: hbar has been scaled to 1.
%To use: =>run
www.eeworm.com/read/222277/14698872
m efinderproof.m
function Efinder
tic
%Efinder: Finds the numerical values for eigen energies that satisfy the
%Schroedinger equation for a single-well potential and then tests the result
%with the actual value
www.eeworm.com/read/122192/14715373
c matrix.c
/*
* QR ALGORITHM 9.6
*
* To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
*
* a(1) b(2)
* b(2) a(2) b(3)
* . . .
*
www.eeworm.com/read/220289/14843713
m demse5.m
% DEMSE4 Bearing and Frequency Tracking Example
%
% This demonstrates the use of the Sigma-Point Particle Filter on the classic
% HARD bearing and frequency tracking problem.
%
% This example i
www.eeworm.com/read/220289/14843910
m demopt1.m
function demopt1(xinit)
%DEMOPT1 Demonstrate different optimisers on Rosenbrock's function.
%
% Description
% The four general optimisers (quasi-Newton, conjugate gradients,
% scaled conjugate gradien
www.eeworm.com/read/218474/14919053
m bookdemo.m
% PURPOSE : We address here a nonlinear non-Gaussian problem using
% the standard particle filtering algorithm.
% For more details refer to the introduction of our book:
% Sequential Monte Carlo in P
www.eeworm.com/read/218261/14929748
c dbf.c
#include
void dbf(void)
{
//fprintf(stderr,"\ndbf\n");
}
www.eeworm.com/read/217032/14982275
c mhfileio.c
/*----------------------------------------------------------------------------
Copyright (C) 1995-6, Vipul Gupta and Abhijit Dixit. Created 1995-6. All
rights reserved.
Linux-Mobile-IP
www.eeworm.com/read/115861/14999146
c msf.c
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-1999 Washington University School of Medicine
* All