代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/302784/13827477
c test-lsw.c
#include
void
main(void)
{
char str[] = "Hello world...";
fprintf(stdout, "str = %s\n", str);
exit(0);
}
www.eeworm.com/read/302784/13827576
c test-lswlr.c
#include
void
main(void)
{
char str[] = "Hello world...";
fprintf(stdout, "str = %s\n", str);
exit(0);
}
www.eeworm.com/read/302784/13827601
c test-lswlr.c
#include
void
main(void)
{
char str[] = "Hello world...";
fprintf(stdout, "str = %s\n", str);
exit(0);
}
www.eeworm.com/read/302727/13828197
m addvrmlindexedfaceset.m
function AddVrmlIndexedFaceSet( fid, pp, kk, varargin)
objNameStr = 'MyObject';
VararginModifyDefaults( varargin{:} );
%pp = pp*1000;
ensure('size(pp,1)==3')
numPoints = size(pp, 2);
n
www.eeworm.com/read/302727/13828202
m evalprint.m
function EvalPrint( evalStr )
assert('all(ischar(evalStr))', 'expression must be enclosed in single quotes')
theResult = evalin('caller', evalStr);
if ( length( theResult ) == 1 )
fprintf(
www.eeworm.com/read/302727/13828212
m addvrmlviewpoint.m
function AddVrmlViewpoint( fid, cameraPosition, cameraTarget, varargin )
description = 'another viewpoint';
fieldOfView = 0.39;
if ( mod(length( varargin),2) == 1 ), error('need even number
www.eeworm.com/read/302650/13829507
m logreport.m
%LOGREPORT Create simulation log-file.
% LOGREPORT simply archives simulation environment variables and
% running conditions into a log-file named `mimotools.log'. In fact
% LOGEPORT script
www.eeworm.com/read/302642/13830206
cpp rbtrees.cpp
#include "stdlib.h"
#include "stdio.h"
#include "time.h"
#define BLACK 0
#define RED 1
struct node{
int low;
int high;
int max;
node *left;
node *right;
node *parent;
int color;
www.eeworm.com/read/302488/13833821
c genchecksum.c
/*
* Calculate the checksum and put it into the same file (the last
* 4 bytes.
*/
#include
#include
#include
#include
#include
static i
www.eeworm.com/read/302112/13841914
cc bcast.cc
/*******************************************************************
Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
See the GNU Librar