代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/100271/6272413
pl createapprc_1.pl
sub PreCreateForm ()
{
my @lAlleRcFiles;
my @lDbRcFiles;
my $cConfigDirName;
$cConfigDirName = &GetAtt("BasePath") . "/lib";
opendir BASE_DIR, $cConfigDirName or
die(sprintf(i
www.eeworm.com/read/100271/6272428
pl wwwdb_state_admin.pl
sub PreCreateForm ()
{
if(!&SessionIdGetState("ActualLogin") ||
!&SessionIdGetState("IsAdmin"))
{
&OkForm("ERROR",
sprintf(i18n("Sorry, please %s first as WWWdb-admin!
www.eeworm.com/read/100271/6272432
pl wwwdb_state.pl
sub PreCreateForm ()
{
if(!&SessionIdGetState("ActualLogin") ||
!&SessionIdGetState("IsAdmin"))
{
&OkForm("ERROR",
sprintf(i18n("Sorry, please %s first as WWWdb-admin!
www.eeworm.com/read/118017/14890669
h server.h
#include
#include
#include /* for sprintf */
#include /* for strlen */
#include
www.eeworm.com/read/341021/3259533
codingcheck .codingcheck
#
# We allow these routines for the romio test programs
%romioTestRoutines = (
'printf' => sys, 'fprintf' => sys , 'sprintf' => sys, 'vprintf' => sys,
'strcpy' => sys, 'strncpy' => sys, 'strcat' =
www.eeworm.com/read/341021/3260896
codingcheck .codingcheck
#
# We allow these routines for the pmutil test programs
%pmutilTestRoutines = (
'printf' => sys, 'fprintf' => sys , 'sprintf' => sys, 'vprintf' => sys,
'strcpy' => sys, 'strncpy' => sys, 'strcat'
www.eeworm.com/read/341021/3261052
codingcheck .codingcheck
#
# We allow these routines for the nameserv test programs
%nameservTestRoutines = (
'printf' => sys, 'fprintf' => sys , 'sprintf' => sys, 'vprintf' => sys,
'strcpy' => sys, 'strncpy' => sys, 'str
www.eeworm.com/read/409299/2234799
svn-base primalnearestneighbourstrain.m.svn-base
function [classifierInfo, trainInfo] = primalNearestNeighboursTrain(trainX, trainY, params);
%Train the primal kNN algorithm
if (nargin < 2)
fprintf('%s\n', help(sprintf('%s', mfilename)));
www.eeworm.com/read/409299/2234960
svn-base dualgeneralfeaturesproject.m.svn-base
function [testInfo, projectionInfo] = dualGeneralFeaturesProject(trainData, testData, subspaceInfo, params)
%Extract new features on a test set
if (nargin ~= 4)
fprintf('%s\n', help(sprintf('
www.eeworm.com/read/135525/13924171
cpp date.cpp
// Chapter 5 - Program 11
// This file contains the implementation for the date class.
#include // Prototype for sprintf
#include