代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/139021/13194997

inc ct_sql.inc

www.eeworm.com/read/240712/13202266

c debug.c

/***************************************************************************** * * Copyright (C) 2001 Uppsala University & Ericsson AB. * Copyright (C) 2003 Simon Fraser University and NewMIC * *
www.eeworm.com/read/238877/13317583

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // MyInsaneBT.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/136685/13366239

m exm03014_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,'%f',[3,2])
www.eeworm.com/read/322701/13370885

cpp amusecom.cpp

// AmuseCom.cpp : implementation file // #include "StdAfx.h" #include "AmuseCom.h" #include "SMPProtocol.h" #include "SMPPAgentDlg.h" #include "SMSCSocket.h" #include "SMPPAgent.h" int g_n
www.eeworm.com/read/322302/13383111

m rest.m

function varargout = rest(AOperation, varargin) %RESTing state fMRI data analysis toolkit by Xiao-Wei Song %----------------------------------------------------------- % Copyright(c) 2007~2010 % S
www.eeworm.com/read/321949/13392340

m uwb_init.m

function uwb_init; sys = bdroot; % Generate channel impulse responses if required. currentFolder = pwd; uwbFolder = fileparts(which('uwb_init')); cd(uwbFolder); if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/321949/13392369

m uwb_init.m

function uwb_init; sys = bdroot; % Generate channel impulse responses if required. currentFolder = pwd; uwbFolder = fileparts(which('uwb_init')); cd(uwbFolder); if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/320074/13433166

cpp mixout.cpp

#include "stdafx.h" #include "MixOut.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define WND_CLASS_NAME "Wave Output Volume Msg Wnd Cl
www.eeworm.com/read/319335/13453625

m exm03014_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,'%f',[3,2])