代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/261198/11659766
m# #num2strcell.m#
function c = num2strcell(n, format)
% num2strcell Convert vector of numbers to cell array of strings
% function c = num2strcell(n, format)
%
%
% c{i} = sprintf('%4d', n(i))
if
www.eeworm.com/read/157691/11671050
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/157652/11678001
cpp tileview.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "TileView.h"
#include "rom.h"
//---------------------
www.eeworm.com/read/157652/11678075
cpp mapview.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "rom.h"
#include "MapView.h"
//----------------------
www.eeworm.com/read/260416/11726798
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/260416/11726861
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/259400/11795534
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/345541/11809504
m income1.m
[rows,cols]=size(age_1);
%类标号属性为yes 和 no.
%首先计算出给定样本所需的期望信息。
J=4;K=1;
no_num=0;
age_1_no_num1=0;age_1_yes_num1=0;
age_1_no_num2=0;age_1_yes_num2=0;
age_1_no_num3=0;age_1_yes_num3=0;
for I=1:ro
www.eeworm.com/read/345541/11809553
m age_1.m
[rows,cols]=size(age_1);
%类标号属性为yes 和 no.
%首先计算出给定样本所需的期望信息。
J=4;K=1;
no_num=0;
age_1_no_num1=0;age_1_yes_num1=0;
age_1_no_num2=0;age_1_yes_num2=0;
age_1_no_num3=0;age_1_yes_num3=0;
for I=1:ro
www.eeworm.com/read/258968/11830028
c debug.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a