代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/298907/7924327

c testvit.c

/* ** Author: Tapas Kanungo, kanungo@cfar.umd.edu ** Date: 15 December 1997 ** File: testvit.c ** Purpose: driver for testing the Viterbi code. ** Organization: University
www.eeworm.com/read/298894/7927293

m scrambler.m

% % % % % function S = scrambler(N) Nburst = 16; register = [0 0 ones(1,14)]; % Run it once output = xor(register(15),register(16)); register = [output register(1:15)]; % Iterate now for l = 1:N
www.eeworm.com/read/298881/7927994

cpp 哈夫曼编码器.cpp

#include "String1.h" #include "stdlib.h" #include "stdio.h" #include "Haffman.h" #include"Haffmanbianma.h" #define Maxsize 100 #define Maxm 1000 typedef char Datatype; void main() { char ch
www.eeworm.com/read/198548/7928355

m tffilter.m

function y = tffilter(tfr,x,t,trace); %TFFILTER Time frequency filtering of a signal. % Y=TFFILTER(TFR,X,T,TRACE) filters the signal X % with a non stationary filter. % % % X : inpu
www.eeworm.com/read/198546/7928899

m ucsd_garch_demo.m

% function []=ucsd_garch_demo(); clear all; %The function give a quick demonstration fo some of the features of the UCSD_GARCH toolbox. Enjoy. % % % Written by: Kevin Sheppard 18-March-2001
www.eeworm.com/read/298817/7933167

c 读写文本文件.c

#include "stdio.h" void main() { FILE *funny,*printer,*fp; char c; funny = fopen("TENLINES.TXT","r"); /*打开文本文件 */ printer = fopen("PRN","w"); /*开启打印机*/ fp = fopen("weew.
www.eeworm.com/read/433368/7938103

m e0335.m

fid=fopen('cfs.dat','w'); ii=1:10; square=ii.^2; cube=ii.^3; A=[square;cube]; count=fprintf(fid,'%f',A); fclose(fid);
www.eeworm.com/read/433368/7938167

m e0336.m

n=input('Please input the number of student?'); fid=fopen('ss.txt','w'); for i=1:n n=input('name=?','s'); s=input('score=?'); fprintf(fid,'%8s%6.1f\n',n,s); end fclose(fid);
www.eeworm.com/read/198338/7939974

m statistics.m

% 函数-统计种群的适应度 function [sumfitness,bestfit] = statistics(pop,bestfit,gen,outfp) popsize = length(pop); lchrom = length(pop(1).chrom); min = pop(1).fitness; max = pop(1).fitness; sumfitness =
www.eeworm.com/read/298748/7940651

c bch_global.c

/******************************************************************************* * * File Name: bch_global.c * Revision: 1.0 * Date: August, 2006 * Email: nandsupport@mi