代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/105089/6277093

h debug.h

#ifdef DEBUG /* keep these macros common so they are same for both versions */ CONST int debugCompile = 1; extern int debug; extern void DebugIO(CONST char *s); /* display the debug output */
www.eeworm.com/read/398755/6283797

cpp tmp.cpp

#include using namespace std; int main() { char buf[255],buf2[255]; sprintf(buf,"%d+%d",1,2,3,4); sprintf(buf2,"%d+%d",4,3,2,1); cout
www.eeworm.com/read/322905/6301639

c proc.c

/* * UNIX An implementation of the AF_UNIX network domain for the * LINUX operating system. UNIX is implemented using the * BSD Socket interface as the means of communication with * the u
www.eeworm.com/read/108053/6319357

m sendsms.m

% GB2312 - Unicode 转换表 gut = unitable; % 输入短消息文字 msg = inputdlg('输入短消息(70个汉字):', 'SMS'); msg = msg{1}; if length(msg) > 70 fprintf('短消息过长\n'); return; end % 输入对方电话号码 phone = inputdlg('
www.eeworm.com/read/186480/6334486

cpp p3-169.cpp

#include #include #include //main()函数 void main( void ) { //声明变量和数组 char buffer[200], s[] = "computer", c = 'l'; int i = 35, j; float fp =
www.eeworm.com/read/386623/6343226

m get_settings.m

function outstring = get_settings() %Get Settings analyzes the values of the global AMG settings variables, %writes appropriate descriptions of their state to a string and returns %that string as "
www.eeworm.com/read/167359/6343637

cpp hgsmsenddlg.cpp

// hgsmsendDlg.cpp : implementation file // #include "stdafx.h" #include "hgsmsend.h" #include "hgsmsendDlg.h" #include "smpp3.h" #include "share.h" #include "io.h" #include "stdio.h" #incl
www.eeworm.com/read/227966/6350251

m dispmat.m

function dispMat(M,name,form) % Matrix data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for informa
www.eeworm.com/read/227966/6350260

m dispeh.m

function dispEh(Eh) % Eh matrix display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for information on SA T
www.eeworm.com/read/227966/6350270

m dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f