代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/455033/7379296

c bbfile.c

#include "medit.h" #include "extern.h" #include "sproto.h" int EatLine(FILE *in) { int k,c; k = 0; while ( (c=fgetc(in)) != EOF ) { k++; if ( c==10 || c== 13) return(1); }
www.eeworm.com/read/453303/7422738

m jacobi_iterative_method.m

function Jacobi_iterative_method format long; A=input('please input coefficient matrix row by row: '); b=input('please input the right value of the function by column: '); X0=input('please input
www.eeworm.com/read/453296/7422848

m jacobi_iterative_method.m

function Jacobi_iterative_method format long; A=input('please input coefficient matrix row by row: '); b=input('please input the right value of the function by column: '); X0=input('please input
www.eeworm.com/read/450639/7479435

c lwld.c

/* Speak Freely for Win32 Look Who's Listening Server This is the Win32 of the LWL daemon. */ #include "speakfree.h" #ifdef THREADS #include #define Lock(x) pt
www.eeworm.com/read/449807/7496300

m fhcode.m

%Hufman code generating phase function HC=fhcode(lstn,img) disp('Code generating phase entered...'); [lm,ln]=size(lstn); ntt=ln-1; [im,in]=size(img); t=0; idd=input('Enter destination huffman c
www.eeworm.com/read/449771/7496722

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/449504/7502507

m prt_coda.m

function prt_coda(results,vnames,fid) % PURPOSE: Prints output from Gibbs sampler coda diagnostics %--------------------------------------------------- % USAGE: prt_coda(results,vnames,fid) % Where: r
www.eeworm.com/read/449367/7508222

c tsp.c

/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbors * * Storage Requi
www.eeworm.com/read/448824/7525204

m steepestdescent.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Developed by Bapi Chatterjee, IIT Delhi, India % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/448620/7529036

c main.c

/*=========================================================================== Copyright (c) 1998-2000, The Santa Cruz Operation All rights reserved. Redistribution and use in source and binary f