代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/492089/6424154

cpp dlgquerycheck.cpp

// dlgQueryCheck.cpp : implementation file // #include "stdafx.h" #include "CheckIn.h" #include "dlgQueryCheck.h" #include "CheckRecordset.h" #include "EmployeeRecordset.h" #ifdef _DEBUG
www.eeworm.com/read/489725/6469133

c cifs_debug.c

/* * fs/cifs_debug.c * * Copyright (C) International Business Machines Corp., 2000,2005 * * Modified by Steve French (sfrench@us.ibm.com) * * This program is free software; you can re
www.eeworm.com/read/487172/6516368

txt randnase.txt

// Debug the sigma through the spectrum sprintf(filename4, "SP_ch%d_1.dat", index_ch[j]); output_spectrum(filename4, field_ch2, f[j], sp_res, wl, lambda, 2.0); double u=0,
www.eeworm.com/read/480891/6663360

h smtp.h

/////////////////////////////////////////////////////////////////////////// //// (C) Copyright 1996,2003 Custom Computer Services //// //// This source code may only be used by lice
www.eeworm.com/read/479103/6699416

c main.c

#include #include #include #include #include GtkWidget *ssslabel; GtkWidget *rrrlabel; void restart(void) { system("reboot"); } void shutdow
www.eeworm.com/read/406660/11438015

c avoice.c

#include "acard.h" ACARD_Voice_List acardVoiceList; int initACARDVoiceList(AGI_TOOLS agi,MYSQL mysql,ACARD_Caller_Info *acinfo) { MYSQL_RES *result; MYSQL_ROW row; char sqlstr[200];
www.eeworm.com/read/405927/11454993

m compatibility_test.m

function [ok, d2, chi] = compatibility_test (map, vehicle) %------------------------------------------------------- % carries out the specified vehicle motion %-------------------------------------
www.eeworm.com/read/346656/11733924

pl url_subs.pl

#!/usr/bin/perl -wT use strict; sub url_encode { my $text = shift; $text =~ s/([^a-z0-9_.!~*'() -])/sprintf "%%%02X", ord($1)/egi; $text =~ tr/ /+/; return $text; } sub url_decode
www.eeworm.com/read/260135/11745297

c main.c

//*---------------------------------------------------------------------------- //* File Name : main.c //* Object : main application written in C //* Creation : 31
www.eeworm.com/read/156224/11817618

cpp testleak.cpp

//-< TESTLEAK.CPP >--------------------------------------------------*--------* // FastDB Version 1.0 (c) 1999 GARRET * ? * // (Main Memory Database Management Sy