代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/146172/12666575
c wpng.c
/*---------------------------------------------------------------------------
wpng - simple PNG-writing program wpng.c
This program converts certain NetPBM bina
www.eeworm.com/read/247302/12667204
cpp 标准弹道.cpp
/******************************************************************************/
/* 三自由度包络计算模块 */
/*
www.eeworm.com/read/333645/12667547
c genfunc.c
#include "Dload.h"
#ifndef GENFUNC_H
#include"GenFunc.h"
#define GENFUNC_H
#endif
/*this file contains url refer nthread*/
int SaveThreadStat(DLoadFileInfo *pFileInfo, char *zxwfile)
{
int
www.eeworm.com/read/247283/12668125
c showdb.c
/*
** A utility for printing all or part of an SQLite database file.
*/
#include
#include
#include
#include
#include
#include
#inclu
www.eeworm.com/read/247257/12670533
c 简易c语言词法分析程序.c
#include
#include
#include
/*******************************************
初始化函数
********************************************/
void init()
{
char
www.eeworm.com/read/247181/12675780
m replay.m
function replay(mesh,times,solv,sole,step,filename)
% Rendering of nodal/edge element solution for
% transient Maxwell problem in a cavity
N = length(times);
if (nargin < 6), filename = []; end;
if (
www.eeworm.com/read/247181/12675799
m replay_quick.m
function replay_quick(mesh,times,solv,sole,step,filename)
% Rendering of nodal/edge element solution for
% transient Maxwell problem in a cavity
N = length(times);
if (nargin < 6), filename = []; end
www.eeworm.com/read/247181/12675834
m replay_instant.m
function replay_instant(mesh,t,times,solv,sole,step,filename)
% Rendering of nodal/edge element solution for
% transient Maxwell problem in a cavity
% at a particular instant t of time
N = length(tim
www.eeworm.com/read/333524/12677249
m dsdemo2.m
% Demonstrate simulateDSM and simulateSNR
clc
fprintf(1,'\t\t\tDiscrete-Time Simulation\n');
if exist('LiveDemo','var') == 0
LiveDemo=0;
end
echo on
R=32;
H = synthesizeNTF(5,R,1);
N = 8192;
fB =
www.eeworm.com/read/333524/12677260
m dsexample2.m
function mod = dsexample2
% Design example for an 8th-order binary bandpass modulator.
% Altogether too much of the code is greared toward making the graphs
% look 'pretty'.
format compact;
J = 1i;