代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/128207/14311192

c htmlmanager.c

#include #include "stdio.h" #include "string.h" #include "include/sysdef.h" #include "maintain/message.h" #include "maintain/lpt.h" #include "database/dbdefine.h" #include "
www.eeworm.com/read/228773/14364129

c memory5a.c

#include #include #include int main() { char *some_memory = (char *)0; printf("A read from null %s\n", some_memory); sprintf(some_memory, "A write to nul
www.eeworm.com/read/228298/14393322

m chanenlplot.m

channel_eval=conv(channel_h,MSEfilt); figure, plot(channel_eval); str=sprintf('h(n)*hequ(n) with Eb/No=%ddB',EbNo(i)); title(str);
www.eeworm.com/read/227861/14408228

m exm031_7.m

%exm031_7.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/126487/14421250

c rddebug.c

/************************************************************* File Name: RDDEBUG.C (RAMDisk 4.1) * ************************************************************** Programmer: MSC Last Modif
www.eeworm.com/read/227330/14431804

cpp dlg_wave.cpp

// (Version 1.00 :: 10-Mar-1999 :: Harutoshi Yoshida) // Dlg_Wave.cpp : 僀儞僾儕儊儞僥乕僔儑儞 僼傽僀儖 // /************************************************ Global曄悢 Sel_Data.File -> Read偡傞攇宍僨乕僞僼傽僀儖柤
www.eeworm.com/read/227330/14431929

cpp dlg_comstt.cpp

// (Version 1.00 :: 10-Mar-1999 :: Harutoshi Yoshida) // Dlg_ComStt.cpp : 僀儞僾儕儊儞僥乕僔儑儞 僼傽僀儖 // #include "stdafx.h" #include "KSG.h" #include "Dlg_ComStt.h" #include "C_Proc.h" #include "C_Wo
www.eeworm.com/read/125931/14454564

perl automolprep.perl

#!/bin/perl # mark AutoMolDockPrep ####################################################################################### # Author: Jim Arnold # Purpose: Prepares .pdb files for docking, i.e. do
www.eeworm.com/read/125424/14494408

c log.c

#include #include #include #define LOG_FILE "sipd" #define DEBUG_FILE "debuglog" #ifdef MAIN static int debug=1; #else extern int debug; #endif #define DBG if(debug==1)
www.eeworm.com/read/124506/14564468

c rddebug.c

/************************************************************* File Name: RDDEBUG.C (RAMDisk 4.1) * ************************************************************** Programmer: MSC Last Modif