代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/13911/286527
m wavepca.m
close all;
close all;
% calc xmean,sigma and its eigen decomposition
allsamples=[];%所有训练图像
M=60;
N=3;
for i=1:1:20
for j=1:1:3
%filename = sprintf('D:\\MATLAB702\\work\\K-L\\yalef
www.eeworm.com/read/472167/1418671
pm negotiate.pm
# $Id: Negotiate.pm,v 1.1 1999/07/21 19:12:29 kraven Exp $
#
package HTTP::Negotiate;
$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
sub Version { $VERSION; }
require 5.002;
re
www.eeworm.com/read/460691/1558558
pm anydbm_file.pm
# $Id: AnyDBM_File.pm,v 1.9 1998/01/06 10:07:00 aas Exp $
package WWW::RobotRules::AnyDBM_File;
require WWW::RobotRules;
@ISA = qw(WWW::RobotRules);
$VERSION = sprintf("%d.%02d", q$Revision:
www.eeworm.com/read/207991/4998365
mils id.979809.mils
module("unix");
module(ascii_io);
var cwd := getenv("TSTTRGDIR");
var word_file := sprintf("%s/ID.979809.txt", cwd);
var word_table:= new(oid,str);
word_table.import(word_file);
print("selecting '
www.eeworm.com/read/366702/2881807
c pr30473.c
/* PR middle-end/30473 */
/* Make sure this doesn't ICE. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
extern int sprintf (char *, const char *, ...);
void
foo (char *buf1, char *buf2)
{
www.eeworm.com/read/358128/2999762
pm negotiate.pm
# $Id: Negotiate.pm,v 1.16 2005/12/06 13:51:46 gisle Exp $
#
package HTTP::Negotiate;
$VERSION = sprintf("%d.%02d", q$Revision: 1.16 $ =~ /(\d+)\.(\d+)/);
sub Version { $VERSION; }
require 5.002;
r
www.eeworm.com/read/358128/3000033
pm listing.pm
package File::Listing;
# $Id: Listing.pm,v 1.15 2003/10/26 14:24:22 gisle Exp $
sub Version { $VERSION; }
$VERSION = sprintf("%d.%02d", q$Revision: 1.15 $ =~ /(\d+)\.(\d+)/);
require Exporter;
@ISA
www.eeworm.com/read/415663/11059364
m measure.m
function measure(max_exp_id, n_packets, interval, power_level)
msz = 6; %MarkerSize
fontsize = 15;
folder = sprintf(...
'/u/maoy/GeoRouting/cr/eval/measure_%d_%d_%d',...
n_packets,interval, p
www.eeworm.com/read/415064/11084634
c test_usb.c
#include "SystemHeader.h"
//#include ".\FileSys\ufat.h" // 文件系统API定义
//#include ".\FileSys\vfs.h" // UFAT文件系统API定义
extern int sprintf(void *, const char *, ...);
extern int DiskB_Initial(voi
www.eeworm.com/read/136812/5861239
c init.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)init.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
#include
#include