代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/391467/8401987
c decoder.c
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/191936/8415223
c dump.c
/* Ogle - A video player
* Copyright (C) 2001 Martin Norb鋍k
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi
www.eeworm.com/read/390970/8431263
cpp cjpeg.cpp
/*
* cjpeg.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/291244/8431991
c sqrs.c
/* file: sqrs.c G. Moody 27 October 1990
Last revised: 25 February 2006
-------------------------------------------------------------------------------
sqrs: Single-channel QRS detector
Copyrigh
www.eeworm.com/read/390300/8471914
m fkmccfv.m
%%%%%%%%%%%%%%%%%%%%%%%%%
% 程序运行过程中调用:dd函数,这个函数计算在本聚类模式下的两个模糊数的距离
%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/390300/8471924
m dfknc.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 程序运行过程中调用:d函数,这个函数计算在本聚类模式下的两个模糊数的距离
%%%%%
www.eeworm.com/read/290607/8472272
m rne_dh.m
%RNE_DH Compute inverse dynamics via recursive Newton-Euler formulation
%
% TAU = RNE(ROBOT, Q, QD, QDD)
% TAU = RNE(ROBOT, [Q QD QDD])
%
% Returns the joint torque required to achieve the specified j
www.eeworm.com/read/290607/8472276
m rne_mdh.m
%RNE_MDH Compute inverse dynamics via recursive Newton-Euler formulation
%
% TAU = RNE(ROBOT, Q, QD, QDD)
% TAU = RNE(ROBOT, [Q QD QDD])
%
% Returns the joint torque required to achieve the specified
www.eeworm.com/read/390194/8478148
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/390183/8480130
c ldrdf.c
/*
* ldrdf.c - RDOFF Object File linker/loader main program.
*
* Copyright (c) 1996,99 Julian Hall. All rights reserved.
* Improvements and fixes (c) 1999-2004 RET & COM Research.
*
* This