代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/389922/2529993
c tinyprnt.c
/* tinyprnt.c */
#if OSK
#define sprintf Sprintf
#endif
/* This is a limited version of sprintf(). It is useful for Minix-PC and
* Coherent-286 because those systems are both limited to 64k+64k an
www.eeworm.com/read/419824/10834911
m do_feature_extraction.m
function do_feature_extraction(par)
comanda = sprintf('mkdir %s',par.directoriSupport);
unix(comanda);
comanda = sprintf('mkdir %s',par.directoriSift);
unix(comanda);
path = sprintf('%s*.jpg',p
www.eeworm.com/read/105882/15656173
tm strops.tm
\function{Sprintf}
\synopsis{Format objects into a string}
\usage{String_Type Sprintf (String_Type format, ..., Integer_Type n)}
\description
\var{Sprintf} formats a string from \var{n} objects acco
www.eeworm.com/read/391056/8424639
cpp debugext.cpp
// DebugExt.cpp: implementation of the CDebugExt class.
//
//////////////////////////////////////////////////////////////////////
#include "DebugExt.h"
#include "SharedDefine.h"
/////////////
www.eeworm.com/read/189512/8466576
c glimpse.c
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* ./glimpse/index/glimpse.c */
#include "glimpse.h"
#include
#include
#if ISO_CHAR_SET
#include
www.eeworm.com/read/390147/8482204
c d_main.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/289643/8537815
m detect_pupil_all.m
%批量测试瞳孔检测
tic;
for i= 0:9 %class
for j=0:1
inputname=sprintf('%04d_%03d.bmp',i,j);
detect_pupil(inputname);
end
end
avg_time=toc/((i+1)*(j+1));
www.eeworm.com/read/432378/8607939
m get_nii_frame.m
% Return time frame of a NIFTI dataset. Support both *.nii and
% *.hdr/*.img file extension. If file extension is not provided,
% *.hdr/*.img will be used as default.
%
% It is a lightweight
www.eeworm.com/read/432164/8622770
cc cmu-trace.cc
/* nagl-*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in