代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/307888/13713343

m qam16.m

% Program 3-21 % qam16 % % Simulation program to realize 16QAM transmission system % % Programmed by H.Harada and R.Funada % %******************** preparation part ***************************
www.eeworm.com/read/307604/13719677

c trace.c

/** * file:trace.c * author:XXX * date:2/3/08 * * note: Although we define a subfunction named "getMainEntryPoint", actually, the address * it gets is not the main() function entry point,
www.eeworm.com/read/307341/13723835

sed ckustr.sed

#! /bin/sh # Special cc preprocessor for using mkstr(1) to extract strings from the # kermit source. Change the "CC=cc" line to "CC=./ckustr.sed" to use # string extraction. NOTE: the file ckustr.c
www.eeworm.com/read/307145/13727683

c genargs.c

/* genargs.c - code generator * * GENARGS - argv parser generator * * Copyright (C) 2000 Richard Heathfield * Eton Computer Systems Ltd * Macm
www.eeworm.com/read/307145/13727783

c memtrack.c

/* memtrack.c - source code for memory tracker * * MEMTRACK - Memory Tracking Library * * Copyright (C) 2000 Richard Heathfield * Eton Computer Systems Ltd *
www.eeworm.com/read/307064/13732213

c smbutil.c

#include #include #include #include #include #include #include "ntlm.h" #include "smbencrypt.h" #include "smbbyteorder.h" char versionS
www.eeworm.com/read/306943/13735043

c service.c

/* SeaRobberStudio */ /*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client progr
www.eeworm.com/read/306728/13739345

m ex4_2.m

% 输入文本文件名 qname=input('Enter file containing questions : ','s'); ip=fopen(qname,'rt'); % 打开该文本文件 if (ip
www.eeworm.com/read/306457/13744800

c getline.c

getline(void) { int i; for (i = 0; (line[i] = getchar())!='\n' && i
www.eeworm.com/read/306034/13754216

m filter_coeff_gen.m

FSover2 = 24000; Filters = [ 150, 300, 500, 800, 1200, 2000, 4000 ]; TAPS = [ 7, 15, 33, 67, 165, 333 ]; WIDTH = 50; filters = length (Filters); for i = 1:length(Filters), for j