代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/333417/12683715
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/333417/12683890
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/333417/12683944
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/333415/12684244
m extraction of the main components.m
%程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数
% y为 m*T 阶主分量矩阵。
function y = pca(mixedsig)
if nargin == 0
error('You must supply the mixed data as input argument.');
end
if
www.eeworm.com/read/333344/12686287
c webserv.c
#include
#include
#include
#include
#include
#include
void read_til_crnl(FILE *fp);
void process_rq(char *rq, int fd);
void header
www.eeworm.com/read/246951/12696605
c capture.c
/* capture.c */
/* gcc -W -Wall -Wno-unused -ggdb -o capture capture.c */
#include
#include
#include
#include
#inc
www.eeworm.com/read/145866/12699072
c symtab.c
/****************************************************/
/* File: symtab.c */
/* Symbol table implementation */
/* for the C_Minus compiler */
/*********
www.eeworm.com/read/145866/12699112
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the C_Minus compiler
www.eeworm.com/read/246829/12702786
m jpeg_turbo_sys_demo.m
% JPEGdemo.m
% Prototype JPEG compression algorithm demostration
%
% copyright (c) 1997-2002 by Yu Hen Hu
%
% This algorithm only demonstrate the basic
% JPEG functionalities.
% It is not nec
www.eeworm.com/read/333082/12703511
cpp outx.cpp
#include
void outx(float B[],int N)
{
int i;
FILE *fp;
fp=fopen("Outx.dat","w");
for (i=0;i