代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/196467/8091187
c parseargs.c
/*
* parseargs.h
*
* Command line argument parser.
*
* Copyright 1996-2003 Glyph & Cog, LLC
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/196412/8093367
m laugh.m
load laughter.mat % laughter data
y = y(1:1400);
sp = (y-mean(y))/std(y); % standardize
%
figure(1) % data and histograms:
subplot(211), plot(1:length(sp),sp),grid,
subplot(212), hist(sp), grid
www.eeworm.com/read/196412/8093370
m eda.m
function eda(sp)
%EDA Exploratory Data Analysis
% eda(sp) : sp is the time-series data
%
& Author: A. Swami, Jan 1995
disp('-------- 1 – data and histogram')
figure(1)
subplot(211), plot(1:leng
www.eeworm.com/read/296487/8099619
cpp cpp1.cpp
#include
#include
#include
#include
#include
#include
#define BUFFMAXLEN 100
FILE *out;
char token[20],s[20],filename[25
www.eeworm.com/read/296483/8100556
cpp sktsrvr.cpp
// sktsrvr.cpp
// listen to a socket, and then forward data between it and the tty
#include // cout
#include // printf
#include // atoi
#include
www.eeworm.com/read/296483/8100633
cpp viewkey.cpp
// $Archive:: /STP/viewkey/viewkey.cpp $
// $Date: 1999/10/08 07:00:51 $
// $Revision: 1.9 $
// Description: Viewkey main
// copyright SafeTP Development Group, Inc.
www.eeworm.com/read/296307/8110306
c yyerror.c
#include
#include
#include
#include "yaccdef.h"
yyerror(s)
char *s;
{
yymessage ("Error", s, NULL);
}
yywarning(s, token)
char *s, *token;
{
yymessage ("Warni
www.eeworm.com/read/196184/8111705
c testrtc.c
//
// Description
// test at91_rtcex driver
//
// Copyright (C) 2005 Hyesco Technology Co.,Ltd
//
// Author: Zheng Geng
//
// History:
//
// 2005.10 Zheng Geng
www.eeworm.com/read/196152/8112587
c variablenode.c
#include
#include
#include "VariableNode.h"
#include "Constant.h"
//#include "System.h"
VariableNode::VariableNode(const char *name, int id, int numNeighbours, int size) : No
www.eeworm.com/read/396243/8118352
m ex0106.m
function ex0106()
a= [1 50 80 30 45 90 100];
af=zeros(1,length(a));
for n = 1:length(a)
if(a(n)>100)
af(n) = 2;
fprintf('\n\a bad data??\n');
break;
elseif a(n