代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/181650/9242825
m hpsooptions.m
function options=hPSOoptions(varargin)
%Syntax: options=hPSOoptions(varargin)
%_____________________________________
%
% Options definition for PSO.
%
% options is the options struct:
%
www.eeworm.com/read/181619/9243902
c iwcommon.c
/*
* Wireless Tools
*
* Jean II - HPLB 97->99 - HPL 99->00
*
* Common subroutines to all the wireless tools...
*
* This file is released under the GPL license.
*/
#include "iwcommon.h" /* H
www.eeworm.com/read/378061/9252684
c gzip.c
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface
* Copyright (C) 1992-1993 Jean-loup Gailly
* The unzip code was written and put in the public domain by Mark Adler.
www.eeworm.com/read/181419/9255725
m nrflow.m
%牛顿——拉夫逊法进行潮流计算
%n=input('请输入节点数:n=');
%nl=input('请输入支路数:nl=');
%isb=input('请输入平衡母线节点号:isb=');
%pr=input('请输入误差精度:pr=');
%iternu=input('请输入迭代次数:iternu=');
%B1=input('请输入由支路参数形成的矩阵: B1=');
%B2=i
www.eeworm.com/read/377683/9265738
c shell.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/377676/9266865
txt jacobi迭代算法matlab版.txt
function Jacobi(A,b,n,x0,E,N)
k=1
x=zeros(n,1);
fprintf('\n**********start**************\n',k);
for k=1:N
fprintf('%d\t',k);
for i=1:n
x(i)=b(i)/A(i,i);
for j=1:n
www.eeworm.com/read/377674/9266880
txt jacobi迭代算法matlab版.txt
function Jacobi(A,b,n,x0,E,N)
k=1
x=zeros(n,1);
fprintf('\n**********start**************\n',k);
for k=1:N
fprintf('%d\t',k);
for i=1:n
x(i)=b(i)/A(i,i);
for j=1:n
www.eeworm.com/read/377494/9274424
m output.m
% Output.m
% 供程序KineticsEst5.m调用
fprintf('\tk1 = %.4f ± %.4f\n',k(1),ci(1,2)-k(1))
fprintf('\tk2 = %.4f ± %.4f\n',k(2),ci(2,2)-k(2))
fprintf('\tk3 = %.4f ± %.4f\n',k(3),ci(3,2)-k(3))
fprintf('\
www.eeworm.com/read/376889/9302617
c jpegtran.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/180305/9312994
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGSV,