代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/451253/6367681
c main.c
/*
Calculate or Check MD5 Signature of File or Command Line Argument
by John Walker
http://www.fourmilab.ch/
This program is in the public domain.
*/
#define VERSION "2.2
www.eeworm.com/read/494791/6375544
progc
/*
* Compress - data compression program
*/
#define min(a,b) ((a>b) ? b : a)
/*
* machine variants which require cc -Dmachine: pdp11, z8000, pcxt
*/
/*
* Set USERMEM to the maximum amount of
www.eeworm.com/read/494178/6379935
m allan.m
function [retval, s, errorb] = allan(data,tau,name)
% Compute the Allan deviation for a set of time-domain frequency data
% [RETVAL, S, ERRORB] = ALLAN(DATA,TAU,NAME)
% DATA should be a struct and ha
www.eeworm.com/read/494076/6387665
m output.m
% Output.m
% 供程序KineticsEst5.m调用
fprintf('\tk1 = %.4f ± %.4f\n',k(1),ci(1,2)-k(1))
fprintf('\tk2 = %.4f ± %.4f\n',k(2),ci(2,2)-k(2))
fprintf('\tk3 = %.4f ± %.4f\n',k(3),ci(3,2)-k(3))
fprintf('\
www.eeworm.com/read/493063/6405442
c crc4tab.c
#include
#define POLINOMIO 0x3
int main()
{
FILE *fp;
unsigned char c, k, crc;
if((fp=fopen("crc4.txt", "wr"))==NULL)
{
printf("ERRO AO ABRIR O ARQUIVO");
return 1;
www.eeworm.com/read/492905/6413749
c las1.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R
www.eeworm.com/read/492905/6413754
c sis1.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R
www.eeworm.com/read/492905/6413769
c sis2.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R
www.eeworm.com/read/492905/6413783
c las1.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R
www.eeworm.com/read/492905/6413784
c sis1.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R