代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/277284/10649502

c updatehosts.c

/* ** updatehosts - accept /etc/host file section updates via mail. ** ** Accepts mail on stdin, then looks at body of message for: ** # begin: foo ** ** whereupon it writes this and all lines
www.eeworm.com/read/351277/10665570

c npc_autopk.c

#include "version.h" #include #include "char.h" #include "object.h" #include "char_base.h" #include "npcutil.h" #include "npc_autopk.h" #include "lssproto_serv.h" #include "saacproto_cli.h"
www.eeworm.com/read/351276/10667323

c npc_autopk.c

#include "version.h" #include #include "char.h" #include "object.h" #include "char_base.h" #include "npcutil.h" #include "npc_autopk.h" #include "lssproto_serv.h" #include "saacproto_cli.h"
www.eeworm.com/read/159161/10687817

c miniweb.c

///////////////////////////////////////////////////////////////////////////// // // miniweb.c // // MiniWeb start-up code // ///////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/350893/10700046

c main.c

/* YABASIC --- a simple Basic Interpreter written by Marc-Oliver Ihm 1995-2004 homepage: www.yabasic.de main.c --- main() and auxilliary functions This file is part of yabasic and may be
www.eeworm.com/read/159005/10703454

cpp func.cpp

#include "stdafx.h" #include #include #include #include #include #include #include #include "gw.h" #include "fu
www.eeworm.com/read/276041/10771224

c filemon.c

//====================================================================== // // FILEMON.c - main module for VxD FILEMON // // SysInternals - www.sysinternals.com // Copyright (C) 1996-2000 Mark Ru
www.eeworm.com/read/349902/10786941

m vmp_clustertable.m

function [cs, ctab, vmp] = vmp_ClusterTable(hfile, mapno, threshold, opts) % VMP::StatsTable - generate a table with clusters % % FORMAT: [cs, ctab, v] = vmp.ClusterTable(mapno [, thresh [,
www.eeworm.com/read/420350/10800921

m eigenfacecreatedemo.m

% A small demo to create eigenface pictures function EigenfaceCreateDemo % training data for i=1:5 It(:,:,i) = imread(sprintf('image/face%02d.gif', i)); end [nRow, nCol, N] = size(It); Xt = resha
www.eeworm.com/read/349646/10808687

m~ bipartitematchingdemoplot.m~

function optimalMatchingDemoPlot(sources, detections, a) hold on p1 = size(sources,2); p2 = size(detections,2); for i=1:p1 text(sources(1,i), sources(2,i), sprintf('s%d', i)); end for i=1:p2 text