代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/152915/5655795

c test.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/152843/5660846

h cio_debug.h

#ifndef CIO_DEBUG_H #define CIO_DEBUG_H #include #define CIO_TRACE_EVENT(imp, txt) do { \ debug_text_event(cio_debug_trace_id, imp, txt); \ } while (0) #define CIO_MSG_EVENT(imp, a
www.eeworm.com/read/204754/15334094

h display.h

#ifndef __DISPLAY_H__ #define __DISPLAY_H__ //#include "includes.h" /* ********************************************************************************************************* *
www.eeworm.com/read/432378/8608037

m load_untouch_nii_hdr.m

% internal function % - Jimmy Shen (jimmy@rotman-baycrest.on.ca) function hdr = load_nii_hdr(fileprefix, machine, filetype) if filetype == 2 fn = sprintf('%s.nii',fileprefix);
www.eeworm.com/read/431701/8661057

m assert.m

function assert(pred, str) % ASSERT Raise an error if the predicate is not true. % assert(pred, string) if nargin
www.eeworm.com/read/420350/10800896

m eigenfacerecognitiondemo.m

% A small demo of the eigenface recognition function EigenfaceRecognitionDemo % training data for i=1:5 It(:,:,i) = imread(sprintf('image/face%02d.gif', i)); end Xt = reshape(double(It), [], 5);
www.eeworm.com/read/446736/7569502

m slblocks.m

function blkStruct = slblocks %SLBLOCKS Defines the Simulink library block representation % for My Simulink Blockset demo. blkStruct.Name = ['times10' sprintf('\n') 'Blockset']; blkStruct.OpenF
www.eeworm.com/read/318125/13487800

m slblocks.m

function blkStruct = slblocks %SLBLOCKS Defines the Simulink library block representation % for My Simulink Blockset demo. blkStruct.Name = ['times10' sprintf('\n') 'Blockset']; blkStruct.OpenF
www.eeworm.com/read/261198/11659843

m assert.m

function assert(pred, str) % ASSERT Raise an error if the predicate is not true. % assert(pred, string) if nargin