代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/362500/9996118
m pltscrs.m
function pltscrs(scores,labels,class)
%PLTSCRS Plots scores from PCA
% This function may be used to make 2-D and 3-D plots
% of scores vectors against each other. Inputs are
% the matrix of sco
www.eeworm.com/read/360747/10079689
m runexp.m
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/359751/10125788
c device.c
/* device.c - Some helper functions for OS devices and BIOS drives */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
*
www.eeworm.com/read/358549/10184846
c syncserver.c
/*
SyncServer -- Server couterpart of SyncUpload.
>>> SYNCHRONIZE
> LIST password path
www.eeworm.com/read/357617/10204869
txt 02-18.txt
str = 'Hello';
if ~isempty(str) && ischar(str)
sprintf('Input string is ''%s''', str)
end
www.eeworm.com/read/357459/10208987
m extcal.m
function [pos,iter,res,er,C]=extcal(name,data,cpar)
%EXTCAL Calculates the extrinsic camera parameters for a single image
%from 3D - 2D correspondences.
%
%Usage:
% [pos,iter,res,er,C]=extcal(name,
www.eeworm.com/read/425546/10348709
m plotcolors.m
function styles = plotColors()
colors = ['r' 'b' 'k' 'g' 'c' 'y' 'm' ...
'r' 'b' 'k' 'g' 'c' 'y' 'm'];
symbols = ['o' 'x' '+' '>' '
www.eeworm.com/read/161521/10399029
m runexp.m
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/279245/10451924
h expressanalysis.h
#include
#include
#include
#include "WordAnalysis.h"
#define L2MAX 10
#define L1MAX 5
#define FH_NONE 0
#define FH_PRONAME 1
#define FH_XC 2
#define FH_VAR 3
www.eeworm.com/read/159601/10634944
c input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.