代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/166152/10031878
pas libdelphi.pas
unit LibDelphi;
interface
uses
Windows, SysUtils;
function fprintf(stream: Pointer; format: Pointer; arguments: Pointer): Integer; cdecl;
function sprintf(buffer: Pointer; format: Point
www.eeworm.com/read/482678/6621242
m loadavw.m
function avw = LoadAVW ( Filename )
fid = fopen ( Filename, 'r' );
line = fgetl ( fid );
if ~strmatch ( line, 'AVW_ImageFile' )
error ( sprintf ( '%s is not in AVW format', Filename
www.eeworm.com/read/409897/11307655
makefile
LibCStdioPath = $(LibCPath)/Stdio
LibCStdioCommonSrc = $(LibCStdioPath)/doprnt.cc $(LibCStdioPath)/printf.cc \
$(LibCStdioPath)/puts.cc $(LibCStdioPath)/sprintf.cc
LibCStdioSrc = $(LibCStdioCo
www.eeworm.com/read/246537/4493508
c snprintf.c
/*
* Throughout the book I use snprintf() because it's safer than sprintf().
* But as of the time of this writing, not all systems provide this
* function. The function below should only be built
www.eeworm.com/read/218586/4857367
changelog
Release 1.0.10
--------------
* bug fix: changes hashing function to crc32, sprintf %u
* feature: optional compression
Release 1.0.9
-------------
* protocol parsing bug
Release 1.0.8
-------------
www.eeworm.com/read/216781/4887967
c snprintf.c
/*
* Throughout the book I use snprintf() because it's safer than sprintf().
* But as of the time of this writing, not all systems provide this
* function. The function below should only be bui
www.eeworm.com/read/198916/5080650
c snprintf.c
/*
* Throughout the book I use snprintf() because it's safer than sprintf().
* But as of the time of this writing, not all systems provide this
* function. The function below should only be bui
www.eeworm.com/read/290808/3970715
c snprintf.c
/*
* Throughout the book I use snprintf() because it's safer than sprintf().
* But as of the time of this writing, not all systems provide this
* function. The function below should only be built
www.eeworm.com/read/409299/2234820
svn-base getdefaultpolykernel.m.svn-base
function polyKF = getDefaultPolyKernel
%Return defualt Linear kernel parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see
www.eeworm.com/read/409299/2234821
svn-base getdefaultrbfkernel.m.svn-base
function rbfKF = getDefaultRBFKernel
%Return defualt Linear kernel parameters
if (nargin ~= 0)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect number of inputs - see a