代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/102395/6233792

c gnuplot.c

#include "gnuplot.h" #include // dirty hack #if !defined X_OK #define X_OK 1 #endif using namespace leda; #if defined(LEDA_STD_IO_HEADERS) using std::cout; using std::endl; #endif cons
www.eeworm.com/read/101082/6248462

c print-icmp.c

/* * Copyright (c) 1988-1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitt
www.eeworm.com/read/101082/6248800

c del_ba.c

#ifndef lint static char *sccsid = "@(#)del_ba.c 4.1 (ULTRIX) 7/17/90"; #endif lint # include "../hdr/defines.h" char * del_ba(dt,str) register struct deltab *dt; char *str; { register char *p;
www.eeworm.com/read/100271/6272429

pl createlogin.pl

sub Check_dummypassword_username () { my $cSqlStmt; my @lSqlData; &AddError("username", "No username, please enter!!") if(!&GetField("username")); $cSqlStmt = sprintf("SELECT 1
www.eeworm.com/read/100271/6272439

pl login.pl

sub MyBtnLogin() { my $cSqlStmt; my @lSqlData; $cSqlStmt = sprintf("SELECT session_id FROM wwwdb_state WHERE key = 'login' and
www.eeworm.com/read/489343/6470291

c main.c

#include #include #include #define uint unsigned int #define uchar unsigned char #define Nop() _nop_() sbit ACC0 = ACC^0; sbit ACC7 = ACC^7; sbit T_CLK = P3^1
www.eeworm.com/read/486092/6543094

c cl_parse.c

/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So
www.eeworm.com/read/486092/6543369

c sv_ccmds.c

/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So
www.eeworm.com/read/482678/6621258

m ge_dumpexamheader.m

function outstr = GE_dumpExamHeader(exam) % % outstr = GE_dumpExamHeader(exam) % % Writes the exam header to the string outstr % % Souheil J. Inati % Dartmouth College % May 2000 % souheil.i
www.eeworm.com/read/482678/6621279

m ge_dumpimageheader.m

function outstr = GE_dumpImageHeader(img) % % outstr = GE_dumpImageHeader(img) % % Writes the image header to the string outstr % % Souheil J. Inati % Dartmouth College % May 2000 % souheil.i