代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/273022/10931517
c lpgparse.c
/* $Id: lpgparse.c,v 1.4 2001/10/10 14:53:10 ericb Exp $ */
/*
This software is subject to the terms of the IBM Jikes Compiler
License Agreement available at the following URL:
http://ibm.com/devel
www.eeworm.com/read/273022/10931549
c main.c
/* $Id: main.c,v 1.2 1999/11/04 14:02:22 shields Exp $ */
/*
This software is subject to the terms of the IBM Jikes Compiler
License Agreement available at the following URL:
http://www.ibm.com/res
www.eeworm.com/read/418157/10963576
m sd2demo_colored.m
% 2nd Order Low-Pass Sigma-Delta Modulator Model with Colored Noise Source
% by S. Brigati, A. Fornasari, P. Malcovati
% The modulator structure is simulated using Simulink (sd2mod_colored.mdl).
%
www.eeworm.com/read/418155/10964217
m bp2.m
% ************************************************************************
% 2nd Order Sigma-Delta BandPass A/D Modulator
% by S. Brigati & F. Francesconi Ver.(0.1) 24/09/99
% The modulator structu
www.eeworm.com/read/417866/10973558
m prepare_database.m
clear all
clc
close all
database_latih_dft=double(zeros(480,640,36));
for m=1:36
image=imread(sprintf('latih%d.bmp',m));
image=rgb2gray(image);
image=imadjust(image);
image=med
www.eeworm.com/read/146545/6956195
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/467252/7008249
m run_wavefeat.m
function run_wavefeat(dbname)
% Run wavefeat_all with different Daubechies filters
% Number of subimages per class
nsubs = 16; % default
if strcmp(dbname, 'v2')
nsubs = 4;
end
disp(spri
www.eeworm.com/read/459795/7264647
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/458493/7295506
m noneg2.m
function y = noneg2(x)
% noneg2 Returns x if x>0, otherwise prints an error message and stops.
% The error message contains the value of x.
if x
www.eeworm.com/read/458488/7295931
m noneg2.m
function y = noneg2(x)
% noneg2 Returns x if x>0, otherwise prints an error message and stops.
% The error message contains the value of x.
if x