代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/142434/12945773
m relax.m
% relax - Program to solve the Laplace equation using
% Jacobi, Gauss-Seidel and SOR methods on a square grid
clear all; help relax; % Clear memory and print header
%* Initialize parameters (sy
www.eeworm.com/read/243168/12957493
m sin1500.m
%sin1500.m Generates 128 points representing sin(1500) Hz
%Creates file sin1500.h
for i=1:128
sine(i) = round(1000*sin(2*pi*(i-1)*1500/8000)); %sin(1500)
end
fid = fopen('sin1500.h','w');
www.eeworm.com/read/142039/12968351
m report.m
function report(fname,chr,a,time)
aprint(a);
[n m]=size(chr);
if (n==1)
print('Generation 1',fname,chr,a);
else
fid=fopen(strcat(fname,'.html'),'w');
fprintf(fid,'
www.eeworm.com/read/142039/12968381
m export.m
function export(chr,fname)
% EXPORT - export the data from the GA to file
% Exports the data in the GA in a tab separated fashion i.e.
% des_name
% id
% gen_name_001 gen_name_002 et
www.eeworm.com/read/243006/12969571
bat compile.bat
cc86 ABS.C
masm ABS.mac\;
rm ABS.mac
cc86 ATOI.C
masm ATOI.mac\;
rm ATOI.mac
cc86 ATOIB.C
masm ATOIB.mac\;
rm ATOIB.mac
cc86 AVAIL.C
masm AVAIL.mac\;
rm AVAIL.mac
cc86 CALLOC.C
masm
www.eeworm.com/read/242811/12983416
c struct-dump.c
#include
#include
#include
#include
#include
#include
#include "struct-dump.h"
/* -----------------------------------------------
www.eeworm.com/read/242797/12984141
c hciconfig.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
www.eeworm.com/read/329073/12984163
c low121.c
/*Author: Rainer Hegger Last modified: Sep 4, 1999 */
#include
#include
#include
#include
#include
#include "routines/tsa.h"
#define WID_STR "Simpl
www.eeworm.com/read/329073/12984175
c mem_spec.c
/* Author: Rainer Hegger. Last modified: Sep 3, 1999 */
#include
#include
#include
#include
#include "routines/tsa.h"
#include
#define WID_STR "Est
www.eeworm.com/read/329073/12984201
c d2.c
/*Author: Rainer Hegger. Last modified Sep 3, 1999 */
#include
#include
#include
#include
#include
#include
#include "routines/tsa.h"
#def