代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/440885/7679474

c npc_alldoman.c

#include "version.h" #include #include #include #include "object.h" #include "char_base.h" #include "char.h" #include "util.h" #include "npcutil.h" #include "it
www.eeworm.com/read/399963/7819359

c popen2.c

#include #include #include int main() { FILE *write_fp; char buffer[BUFSIZ + 1]; sprintf(buffer, "Once upon a time, there was...\n"); write_fp = popen
www.eeworm.com/read/399506/7856207

c 51main.c

#include char * py_ime(char *); void main(void) { while(1) { char input_string[]="yI"; xdata char chinese_string[255]; sprintf(chinese_string,"%s",py_ime(input
www.eeworm.com/read/399349/7867971

c s5authlib.c

/* * * File : S5AuthLib.c * Author: NieJun * Mail : yhniejun@163.com * Date : 2008/10/21 * */ #include "S5AuthServer.h" #include "S5AuthLib.h" static pthread_t auth_server_thread_id =
www.eeworm.com/read/299230/7871774

m demo2.m

P = [1 2; 2 2; 1 1]'; Tc = [1 2 3]; T = ind2vec(Tc); spread = 1; net = newpnn(P,T,spread); A = sim(net,P); Ac = vec2ind(A); plot(P(1,:),P(2,:),'.','markersize',30) axis([0 3 0 3]) for i=1:3,t
www.eeworm.com/read/298894/7927098

m condor_plot.m

% % function [ber_sim,per_sim,snr_dB] = condor_plot(varargin) % % old_style = 0; if nargin == 0 basedir = 'results'; elseif nargin == 1 basedir = varargin{1}; elseif nargin == 2 basedir = var
www.eeworm.com/read/398339/7993141

cpp mapicfg.cpp

// MAPICfg.cpp: Implementierungsdatei // #include "stdafx.h" #include "InetServer.h" #include "MAPICfg.h" #include "wrap2cmc.h" // new #include "tools.h" #ifdef _DEBUG #define new DEBUG_NE
www.eeworm.com/read/398339/7993218

cpp d_pop3.cpp

// D_Pop3.cpp : implementation file // #include "stdafx.h" #include "InetServer.h" #include "D_Pop3.h" #include #include "tools.h" #include "D_Alias.h" #ifdef _DEBUG #define ne
www.eeworm.com/read/397976/8011881

searchresults untitl~1.searchresults

---- databuf Matches (13 in 2 files) ---- Nettask.c:extern float databuf[8]; //按照上面的顺序存放各个状态量 Nettask.c: // memcpy(net_gtx.uTx.sMsg.uNetMsg.Msg.MsgData.k.slowdata,databuf,12);
www.eeworm.com/read/196846/8054762

c writepic.c

/* writepic.c, write reconstructed pictures */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty *