代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/130982/14164327
sci~ demo_real.sci~
function []=demo_real()
clear;
//! clc ignored
// clc
;
disp('This is a demo for reconstructing real impedance changes');
disp(mtlb_sprintf('%s','\n'));
mtlb_load('datareal','srf','vtx','simp');
www.eeworm.com/read/227822/14410677
h debug.h
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#define PRN_STDERR 1
#define PRN_SPRINTF 2
extern FILE *dfd;
www.eeworm.com/read/216963/14984023
m xil_rgb2ycrcb_action.m
function Xil_RGB2YCrCb_action(blockHandle, controlName,actionType, keysValuesStruct,actionData)
%sprintf('rgb2ycrcb_action: block handle:%d, activated control:"%s"',
%blockHandle, controlName)
valu
www.eeworm.com/read/210839/15191733
il build_ver.il
defun(rbg_build_ver ()
sprintf(vers "%.1f " axlVersion('version))
vers=strcat(axlVersion('displayName) " " vers)
vers=strcat(vers axlVersion('release) " ")
vers=strcat(vers axlVersion('interna
www.eeworm.com/read/11278/218625
m calldit.m
function calledit(hedit,hpush);
loadpath=get(hedit,'string');
if ~isempty(loadpath)
strLocalPath = loadpath;
for ii = 1: 1: iNumOfChannel
AmpC(ii, :) = load(sprintf('%s\\%d\\Mark2Amp.txt'
www.eeworm.com/read/15775/539695
m rossi_vad_wav.m
function rossi_vad_wav(i)
fname = sprintf('rossi_%d.wav',i);
x = wavread(fname);
[x1 x2] = vad_figure(x);
www.eeworm.com/read/18781/801634
il build_ver.il
defun(rbg_build_ver ()
sprintf(vers "%.1f " axlVersion('version))
vers=strcat(axlVersion('displayName) " " vers)
vers=strcat(vers axlVersion('release) " ")
vers=strcat(vers axlVersion('interna
www.eeworm.com/read/18827/803536
il build_ver.il
defun(rbg_build_ver ()
sprintf(vers "%.1f " axlVersion('version))
vers=strcat(axlVersion('displayName) " " vers)
vers=strcat(vers axlVersion('release) " ")
vers=strcat(vers axlVersion('interna
www.eeworm.com/read/233448/4683089
c pr17656.c
int sprintf (char *s, const char *format, ...);
int foo(int i, int j)
{
char *buf, *str;
if (i)
str = "";
else if (j)
str = "";
else
return 1;
/* We were propagating &
www.eeworm.com/read/229812/4751412
c eg_setvr.c
#include
#include
#include
main()
{
int rows;
char buf[ 80 ];
rows = _setvideomoderows( _TEXTC80, _MAXTEXTROWS );
if( rows != 0 ) {
sprintf(