代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/175847/9529323
c main.c
/*****************************************************************************************
the Bios for Samsung S3C44B0X Develop Board.
http://www.xlmcu.com
**********************************
www.eeworm.com/read/363236/9964512
c debug.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/167001/9986070
c get_sdp_descr.c
/* *
* $Id: get_SDP_descr.c 133 2005-05-09 17:35:14Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/167001/9986156
c send_play_reply.c
/* *
* $Id: send_play_reply.c 139 2005-05-12 14:55:17Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/166474/10018903
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/166096/10035708
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/360606/10085279
m ex7_4.m
%
% This program computes the small-signal impedance of
% a Si-based pn-junction diode
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/164629/10099565
m pnnrengong.m
clear;
num=15;
disp('正在计算识别模型...')
for i=1:num
fname = sprintf('%ss%d.wav', 'data\train\', i);
[s, fs] = wavread(fname);
v =cfmfcc(s, fs);
[n,m]=size(v);
a=reshape(v,1,n*
www.eeworm.com/read/164629/10099621
m rbfrengong.m
clc;
clear;
num=15;
disp('正在计算识别模型...')
for i=1:num
fname = sprintf('%ss%d.wav', 'data\train\', i);
[s, fs] = wavread(fname);
v =mfcc(s, fs);
[n,m]=size(v);
a=reshape(v,
www.eeworm.com/read/164238/10121800
c bt_proc.c
/****************** INCLUDE FILES SECTION ***********************************/
#define __NO_VERSION__ /* don't define kernel_version in module.h */
#ifdef __KERNEL__
#include
#incl