代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/321496/13403999

c brctl_cmd.c

/* * Copyright (C) 2000 Lennert Buytenhek * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Fre
www.eeworm.com/read/321299/13409319

c ga.c

#include #include #include #include #include #include #include #define NAME_MAX 80 void ga(char *datFile) { /* r
www.eeworm.com/read/321262/13409978

txt 13-7.txt

Copyright(c) 2005 File Name dbtest.c Version: 1.0 Abstract: soure file interface for PV database test Author: ailinyang Created on: 2005-1-17 Modified Person: --*/ #include
www.eeworm.com/read/321262/13410069

c 10-3.c

#include #include int main(void) { char buf[256]; FILE * fp = popen("./calculator", "w"); if ( fp == NULL) { printf("Fail to poen
www.eeworm.com/read/321260/13410096

txt pca.txt

原程序转载自 Dinga’s Blog  但下面程序里有几个错误,暂时改好了一部分,后续把实例一起放上来。 程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数, y为 m*T 阶主分量矩阵。 程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 ...
www.eeworm.com/read/320955/13415306

c s_paus.c

#include "stdio.h" #include "f2c.h" #define PAUSESIG 15 #include "signal1.h" #ifdef KR_headers #define Void /* void */ #define Int /* int */ #else #define Void void #define Int int #undef abs #undef
www.eeworm.com/read/320857/13417219

cpp rpg_filepack.cpp

#include #include char fn[256]; char fn2[256]; char buffer[90000]; char list[199][256]; char bytes; FILE*fp2; FILE*fp3; int k=0; void Inputs() { int jss=0; i
www.eeworm.com/read/320816/13417799

c ferror.c

#include #include void main (int argc, char *argv[]) { FILE *fp; char line[256]; if (fp = fopen(argv[1], "r")) { while (fgets(line, sizeof(lin
www.eeworm.com/read/320816/13418059

c no_redir.c

#include #include void main (void) { union REGS inregs, outregs; // check the stdin handle first inregs.x.ax = 0x4400; inregs.x.bx = 0; // stdin
www.eeworm.com/read/320358/13428022

c c_can_sendburst2.c

#include #include #include #include #include #include #include "../include/can.h" #define DEFAULT_DEV "/dev/cana0" #ifndef TRUE #