代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/265176/11274384
c gauss.c
#include"stdio.h"
#include"string.h"
#include"math.h"
#define NBUS 4 /*节点数*/
void Gauss(); /*高斯消去法是解线性方程组的一个方法,这里用列主元消去法*/
main()
{
float AA[4][4]={{1,2,1,1},{2,1,0,0},{1,0,1,0},{1,0,
www.eeworm.com/read/265015/11285994
c 文件重排.c
#include
#include
main()
{
FILE *in,*out;
int i,j,k;
char s[100]={0},a[100][100],b[100];
in=fopen("filezip.in","r");
out=fopen("filezip.out","w");
fscanf(in,"%d",&i);
www.eeworm.com/read/410434/11287240
c visitors.c
/* visitors -- very fast web logs analyzer.
*
* Copyright (C) 2004-2006 Salvatore Sanfilippo
* All Rights Reserved.
*
* This software is released under the terms of the GPL l
www.eeworm.com/read/409645/11317270
c input11.c
#include "cbox11.h"
void Input11(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[52],Y[52],Bc[101];
int Code[101];
{
int i,j,k,Dim,NN,lnsize;
FILE *infile,*outfile;
char Title[80],line1[100];
lnsize =
www.eeworm.com/read/409645/11317307
c input5.c
#include "cbox5.h"
void Input5(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[102],Y[102],Bc[101];
int Code[101];
{
FILE *infile, *outfile;
int i,j,k,lnsize;
char title[80],line1[100];
lnsiz
www.eeworm.com/read/409645/11317328
c input2.c
#include "cbox2.h"
void Input2(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[82],Y[82],Bc[161];
int Code[161];
{
FILE *infile, *outfile;
int i,j,k,lnsize;
char Title[80],line1[100];
lnsize =
www.eeworm.com/read/409645/11317375
c input1.c
#include "cbox1.h"
void Input1(X,Y,Xi,Yi,Code,Bc)
float X[102], Y[102],Xi[21],Yi[21],Bc[101];
int Code[101];
{ FILE *infile, *outfile;
int i,j,k,lnsize;
char Title[80],line1[100];
lnsize = 100;
www.eeworm.com/read/409644/11317417
c be5.c
#include "cbox5.h"
main()
{
float X[102],Y[102],Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21];
float u[21],q1[21],q2[21],D;
float G[101][101],H[101][101];
int Code[101],Dim;
/*[ Dim =Max dimens
www.eeworm.com/read/263959/11335548
m compare.m
% Script file: compare.m
%
% Purpose:
% To compare binary and formatted I/O operations.
% This program generates an array of 10,000 random
% values and writes it to disk both as a b
www.eeworm.com/read/263959/11335785
m calc_power.m
% Script file: calc_power.m
%
% Purpose:
% To calculate the current, real, reactive, and apparent power,
% and the power factor supplied to a load.
%
% Record of revisions:
% Da