代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/409299/2234972
svn-base dualmaxcovariance.m.svn-base
function b = dualMaxCovariance(K, Kj, Y, Yj)
%A function to compute the maximum dual covariance vector between matrices Kj and Y
if (nargin ~= 4)
fprintf('%s\n', help(sprintf('%s', mfilename)
www.eeworm.com/read/409299/2234977
svn-base dualmaxvariance.m.svn-base
function b = dualMaxVariance(K, Kj, Y, Yj)
%A function to compute the dual max variance vector using Kj
if (nargin ~= 4)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect
www.eeworm.com/read/409299/2234987
m dualmaxvariance.m
function b = dualMaxVariance(K, Kj, Y, Yj)
%A function to compute the dual max variance vector using Kj
if (nargin ~= 4)
fprintf('%s\n', help(sprintf('%s', mfilename)));
error('Incorrect
www.eeworm.com/read/409299/2234991
m dualmaxcovariance.m
function b = dualMaxCovariance(K, Kj, Y, Yj)
%A function to compute the maximum dual covariance vector between matrices Kj and Y
if (nargin ~= 4)
fprintf('%s\n', help(sprintf('%s', mfilename)
www.eeworm.com/read/396844/2407627
m assert.m
function assert(pred, str)
% ASSERT Raise an error if the predicate is not true.
% assert(pred, string)
if nargin
www.eeworm.com/read/191408/8430022
cpp bootloader.cpp
#include "Bootloader.h"
#include //for sprintf
//#include
#define PAUSE 60
Bootloader::Bootloader()
{
Programming = 0;
Progress = 0;
cancelled = 0;
major_add
www.eeworm.com/read/190964/8435901
m xil_ycrcb2rgb_action.m
function Xil_YCrCb2RGB_action(blockHandle, controlName,actionType, keysValuesStruct,actionData)
%sprintf('rgb2ycrcb_action: block handle:%d, activated control:"%s"',
%blockHandle, controlName)
valu
www.eeworm.com/read/165847/10049645
h debug.h
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#define PRN_STDERR 1
#define PRN_SPRINTF 2
extern FILE *dfd;
www.eeworm.com/read/359019/10169549
c format.c
/* @(#)format.c 1.29 98/03/31 Copyright 1985 J. Schilling */
/*
* format
* common code for printf fprintf & sprintf
*
* allows recursive printf with "%r", used in:
* error, comerr, comerrno, errm