代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/189063/8491964

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.
www.eeworm.com/read/388613/8597077

m domds.m

function domds % ---------------------------------------------------------------------------------- % MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 % needs optimization toolbox
www.eeworm.com/read/288527/8625187

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.
www.eeworm.com/read/387664/8660060

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.
www.eeworm.com/read/427909/8913211

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/427909/8913338

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/284304/8947711

txt 02-17.txt

str = 'Hello'; if ~isempty(str) && ischar(str) sprintf('Input string is ''%s''', str) end
www.eeworm.com/read/185192/9052096

c getput.c

/* * getput.c -- * * This file implements commands to query or change the state * of the DLX machine being simulated. * * This file is part of DISC. It was modified by Yinong Zhang * (yino
www.eeworm.com/read/381006/9116448

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/281453/9155097

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 ->