代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/308191/13706223
c ivorbisfile_example.c
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE
www.eeworm.com/read/307878/13713373
m hilloptions.m
function options=hilloptions(varargin)
%Syntax: options=hilloptions(varargin)
%_____________________________________
%
% Options definition for hill.
%
% options is the options struct:
%
www.eeworm.com/read/307531/13720608
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/307351/13723705
m youxian.m
%有限差分法的Matlab程序(椭圆型方程)
function FD_PDE(fun,gun,a,b,c,d)
% 用有限差分法求解矩形域上的Poisson方程
tol=10^(-6); % 误差界
N=1000; % 最大迭代次数
n=20; % x轴方向的网格数
m=20; % y轴方向的网格数
h=(b-a)/n; %
www.eeworm.com/read/307271/13724739
m sift.m
function [frames,descriptors,gss,dogss]=sift(I,varargin)
% SIFT Extract SIFT features
% [FRAMES,DESCR]=SIFT(I) extracts the SIFT frames FRAMES and their
% descriptors DESCR from the image I.
%
%
www.eeworm.com/read/305246/13776131
m unica.m
function [BW,B,W]=unica(x,e,w,whitening,MaxIter,stop);
% UNICA Algorithm
% (Unbiased qNewton algorithm for Independent Component Analysis).
% (c) Sergio Cruces, Luis Castedo, Andrzej Cichocki.
www.eeworm.com/read/305246/13776172
m erica.m
function [BW,B,W,A,y] = erica(x,nsou,whitening,MaxIter,stop);
% ERICA: Equivariant Robust Indepedent Component Analysis algorithm
% (Asymptotically equivariant for sufficient number of samples
%
www.eeworm.com/read/304826/13786139
txt 10-14.txt
%例10-14 for循环应用。
sum=0;
for i=1:10,
part=1;
for j=1:i,
part=part*j;
end
fprintf('part(%d)=%d.\n',i,part);
sum=sum+part;
end
fprintf('The total sum is %d.\n',sum)
www.eeworm.com/read/302784/13827656
c misc.c
/* misc.c - miscellaneous routines */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS A LEGAL DOCUMEN
www.eeworm.com/read/301926/13845629
c gg.c
#include #include #include #define MAX 50void main()
{
FILE *in,*out;/*存放输入字符串和输出单词串的文件*/
char arr[MAX];/*arr数组存放单词符号*/
char currentchar;/*currentchar存放当前输入字符*/
int