代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/328808/13000618
os2 makefile.os2
########################################################################
# #
# fpl.library - A shared library interpreting script
www.eeworm.com/read/328808/13000676
linux makefile.linux
# Linux Makefile v2 August 21 1996 (thanx to Bjorn Reese)
########################################################################
#
www.eeworm.com/read/328808/13000746
svr4 makefile.svr4
# $VER: fpllib.so makefile v1.0 94-03-14
########################################################################
# #
# fpl.librar
www.eeworm.com/read/328808/13000756
os2 makefile.os2
########################################################################
# #
# fpl.library - A shared library interpreting script
www.eeworm.com/read/140916/13052597
c ckuus3.c
/* C K U U S 3 -- "User Interface" for Unix Kermit, part 3 */
/*
Author: Frank da Cruz (SY.FDC@CU20B),
Columbia University Center for Computing Activities, January 1985.
Copyright (C) 1985, Tru
www.eeworm.com/read/140916/13052631
c ckuext.c
/* C K U E X T -- UNIX Kermit extras */
/*
* Copyright (C) 1986, Trustees of Columbia University in the City of
* New York. Permission is granted to any individual or institution to
* use, copy
www.eeworm.com/read/140870/13056220
c bcount.c
/*
nast
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 Software Foundation; either
www.eeworm.com/read/140851/13058762
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
www.eeworm.com/read/140851/13058881
m bipartitematchingdemoplot.m
function bipartiteMatchingDemoPlot(sources, detections, a)
hold on
p1 = size(sources,2);
p2 = size(detections,2);
for i=1:p1
h=text(sources(1,i), sources(2,i), sprintf('s%d', i));
set(h, 'color',
www.eeworm.com/read/140706/13065367
c utils.c
/*
* Author: Christopher G. Phillips
* Copyright (C) 1994 All Rights Reserved
*
* NOTICE
*
* Permission to use, copy, modify, and distr