代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/243369/12945214

cpp testleak.cpp

//-< TESTLEAK.CPP >--------------------------------------------------*--------* // FastDB Version 1.0 (c) 1999 GARRET * ? * // (Main Memory Database Management Syst
www.eeworm.com/read/142034/12968990

m tfpm_simu_defpos_tfarma.m

SPOS= [ sprintf(... 'estimate= [As(:, 2:end);param_expand(Bml, N)];estistat= 0; ') sprintf(... '[Bs, l1, ss, l2]= param_stabilize(B, N
www.eeworm.com/read/328875/12997255

m genexpdata.m

%-----------------------------------------------------------% %--Run Experiments for different dimensions and SwarmSizes--% %-----------------------------------------------------------% function Ge
www.eeworm.com/read/137406/13323964

m sgltest1.m

function sgltest1(n) if isstr(n) n = str2num(n); end x = sin([1:n]/n*(16*pi)); y = abs(fft(x)); y = y(1:n/2); [m i] = max(y); subplot(211) plot(x) subplot(212) plot(y) s = sprintf
www.eeworm.com/read/319871/13440919

m exm0414_1.m

%exm0414_1.m rand('state',0);a=rand(2,2); %产生 随机阵 s1=num2str(a) %把数值数组转换为串数组 s_s=sprintf('%.10e\n',a) %10数位科学记述串,每写一个元素就换行。 fprintf('%.5g\\',a) %以5位数位最短形式显示。不能赋值用 s_sscan=sscanf(s_s,
www.eeworm.com/read/318488/13477490

m tempfilename.m

function fname = tempfilename % TEMPFILENAME generate a unique temporary filename % % fname = tempfilename % % Requires that a directory /tmp/ exists on the current machine. % $Id: temp
www.eeworm.com/read/315461/13541926

m sys_set.m

function sys_set(varargin) %******************************************************************* %* sys_set * %**********************************
www.eeworm.com/read/313059/13597584

c config.c

#include "launchelf.h" enum { DEF_TIMEOUT = 10, DEF_FILENAME = TRUE, DEF_COLOR1 = ITO_RGBA(30,30,50,0), DEF_COLOR2 = ITO_RGBA(85,85,95,0), DEF_COLOR3 = ITO_RGBA(160,160,160,0), DEF_COL
www.eeworm.com/read/301340/13860059

cpp hex.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** CI$: 76300,326 ** Internet: sammy@sed.csc.com ** ** You can use it any way you like. */ const CString& Hex( DWOR
www.eeworm.com/read/300969/13877350

c common.c

/* Utility routines for Minix tests. * This is designed to be #includ'ed near the top of test programs. It is * self-contained except for MAX_ERRORS. */ #include #include