代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/444776/7607244
c htmlvery.c
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/444759/7607383
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/444759/7607441
m moon.m
% create a movie (or play it) showing the interferences
% between a sinusoid, a logon and a rotating logon
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CON
www.eeworm.com/read/444759/7607456
m pwvmovie.m
% create a movie (or play it) showing the trade-off
% for the pweudo Wigner-Ville Distribution
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PR
www.eeworm.com/read/444455/7612527
c server.c
/* server.c - code for example server program that uses TCP */
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/444375/7613280
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/444354/7613588
c io.c
#include"sim.h"
void WriteImage(PictImage *image, char *filename)
{
int status;
FILE *f_out;
/* Opening file */
if ((f_out = fopen(filename,"ab")) == NULL)
{
fprintf(stderr,"%s%s\n
www.eeworm.com/read/443653/7629408
m lassografting.m
function [w,wp,it] = LassoGrafting(X, y, lambda,varargin)
% This function computes the Least Squares parameters
% with a penalty on the L1-norm of the parameters
%
% Method used:
% The Grafting meth
www.eeworm.com/read/443653/7629412
m lassoiterativesoftthresholding.m
function [w,wp,m] = LassoIterativeSoftThresholding(X, y, lambda,varargin)
% This function computes the Least Squares parameters
% with a penalty on the L1-norm of the parameters
%
% Method used:
www.eeworm.com/read/443646/7629510
c prfalign.c
#include
#include
#include
#include
#include "clustalw.h"
#define ENDALN 127
#define MAX(a,b) ((a)>(b)?(a):(b))
#define MIN(a,b) ((a)