代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/378503/9227992
c sp_session.c
/* $Id: sp_session.c,v 1.9 2001/01/18 06:40:50 roesch Exp $ */
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it an
www.eeworm.com/read/181456/9254741
m hms.m
function varargout = hms(time,varargin);
%HMS Convert time to hour-min-sec format.
% [STR] = HMS(TIME) takes the time variable in seconds and returns the
% string of the form `xx hours, xx mi
www.eeworm.com/read/180470/9305647
c mmc_core.c
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/180440/9307895
cpp call.cpp
/*
* 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 version 2
www.eeworm.com/read/180440/9307906
c auth.c
/*
* 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 version 2
www.eeworm.com/read/374386/9407773
m ep2_p0.m
% Ep2_p0: > 教堂顶部面积的计算
% Designed by FGH
% 球面面积公式为:S = 4*PI*R^2
% 故哈桑计算的教堂顶部面积为
s1 = 2*pi*30^2;
sprintf(' %7.2f',s1)
pause
% 加上损耗后的面积为
s2 = (1+0.015)*s1;
www.eeworm.com/read/373081/9475657
m ipcascoplotg.m
function ipcascoplot(Model,PCa,PCb,samplenames,classvariable,no_of_plots_pr_figure)
% modified version of
% ipcascoplot makes 2D score plots of PCa versus PCb for all intervals
% use function g
www.eeworm.com/read/373081/9475683
m scatteripca.m
function scatteripca (Model,PCa,PCb,samplenames,classvariable,no_of_plots_pr_figure)
% modified version of
% ipcascoplot makes 2D score plots of PCa versus PCb for all intervals
% use function
www.eeworm.com/read/373081/9475754
m ipcaloadplotg.m
function ipcaloadplot(Model,PCa,PCb,variablenames,no_of_plots_pr_figure)
% modified version of
% ipcascoplot makes 2D score plots of PCa versus PCb for all intervals
% use function gscatter a