代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/104052/15711666

c ipx_gr.c

/* support for ap->rresolv missing */ /* Modifications: 1998-07-01 - Arnaldo Carvalho de Melo - GNU gettext instead of catgets, snprintf instead of sprintf */ #include "config.h" #if HAVE_
www.eeworm.com/read/100204/15880364

c format.c

/* @(#)format.c 1.29 98/03/31 Copyright 1985 J. Schilling */ /* * format * common code for printf fprintf & sprintf * * allows recursive printf with "%r", used in: * error, comerr, comerrno, errm
www.eeworm.com/read/184137/9120468

m circulate_solute_2_diophantine.m

function circulate_solute_diophantine(cir_num_start,cir_num_end); value_n=0; for j=cir_num_start:1:cir_num_end; disp(sprintf('@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@')); value_
www.eeworm.com/read/269549/11094696

c test.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/432378/8607967

m load_untouch0_nii_hdr.m

% internal function % - Jimmy Shen (jimmy@rotman-baycrest.on.ca) function hdr = load_nii_hdr(fileprefix, machine) fn = sprintf('%s.hdr',fileprefix); fid = fopen(fn,'r',machine);
www.eeworm.com/read/371500/9551981

c request.c

#include "opend.h" #include void request(char *buf, int nread, int fd) { int newfd; if (buf[nread-1] != 0) { sprintf(errmsg, "request not null termina
www.eeworm.com/read/418361/10951547

h debug.h

/* * Copyright (c) 1995 Danny Gasparovski. * * Please read the file COPYRIGHT for the * terms and conditions of the copyright. */ #define PRN_STDERR 1 #define PRN_SPRINTF 2 extern FILE *dfd; ex
www.eeworm.com/read/468873/6980901

cpp logfile.cpp

#include "StdAfx.h" #include ".\logfile.h" CLogFile::CLogFile( char* wndName ) { char fileName[128] ; sprintf( fileName , "%s" , wndName ) ; m_pFile = fopen( fileName , "w+" ) ; assert( m
www.eeworm.com/read/136699/13365226

m distm_demo_2.m

close all; clear all; disp(' ') disp(' ') disp('Distributed Matlab toolbox version Beta 1.77 2001-03') disp(sprintf(' by Lucio Andrade \n \n')) disp(' ') disp('Before continue, launch other
www.eeworm.com/read/136812/5861457

c check_util.c

/* @(#)check_util.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" #include "sys/param.h" extern char *sprintf();