代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/147422/5729381

m mgif_s2e.m

% % Callback function for sliders of MGIF window % Author : Minkyu Lee % Date : 7-Oct-1994 % function [val] = mgif_s2e( txt_h, slide_h) % Get the value from the slider val=round( get(slide_h,
www.eeworm.com/read/147422/5729538

m save_speech.m

%Callback function for the save button in the new_excitation create window %Author KArthik save_speech = speech1'; cwd=pwd; [fname pathname]=uiputfile('*.dat','Save file (Ascii)');
www.eeworm.com/read/147422/5729546

m save_for.m

% save_for.m % created by D. G. Childers August, 1998 cwd=pwd; [fname pathname]=uiputfile('*form.for','Save data to a file'); S=sprintf('Saving data into %s%s',pathname,fname); disp(S); S=sp
www.eeworm.com/read/147331/5730579

c div.c

/* WinBond bug report Please don't use "gcc -O3 -S hello.c" command, because it will optimize "i/5" to be "2" in compile time. */ #include #define TESTSEED 10 main () { int a
www.eeworm.com/read/136812/5860662

c fpa3x_math.c

/****************************************************************************** @(#)fpa3x_math.c - Rev 1.1 - 7/30/92 Copyright (c) 1988 by Sun Microsystems, Inc. Deyoung Hong FPA-3X general math
www.eeworm.com/read/136812/5860801

c probe_tapes.c

#ifndef lint static char sccsid[] = "@(#)probe_tapes.c 1.1 92/07/30 Copyright Sun Micro"; #endif /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include #include #include
www.eeworm.com/read/136812/5861452

c verify_tape.c

/* @(#)verify_tape.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" #include "sysexits.h" extern char *sprintf();
www.eeworm.com/read/136812/5861499

c extract.c

/* @(#)extract.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" #include "sysexits.h" extern char *sprintf(); ext
www.eeworm.com/read/136812/5861524

c create_hosts.c

/* @(#)create_hosts.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" extern char *sprintf(), *where_are_we(); cre
www.eeworm.com/read/136786/5865141

c i2o_proc.c

/* * procfs handler for Linux I2O subsystem * * (c) Copyright 1999 Deepak Saxena * * Originally written by Deepak Saxena(deepak@plexity.net) * * This program is free software. You ca