代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/299230/7871719
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/299230/7871779
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/198347/7939665
h dlgsksinfo.h
#if !defined(AFX_DLGSKSINFO_H__A2643D83_3467_493D_9597_74D18F318044__INCLUDED_)
#define AFX_DLGSKSINFO_H__A2643D83_3467_493D_9597_74D18F318044__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/198278/7943493
c debug.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/197100/8031031
cpp errcode.cpp
/**********************************************************************
* File: errcode.c (Formerly error.c)
* Description: Generic error handler function
* Author: Ray Smith
* Create
www.eeworm.com/read/146170/12667026
bak mmc_core.c.bak
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/146170/12667052
c mmc_core.c
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/146169/12667112
c mmc_core.c
/*
* Core MMC driver functions
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety
www.eeworm.com/read/332478/12754747
cpp debugext.cpp
// DebugExt.cpp: implementation of the CDebugExt class.
//
//////////////////////////////////////////////////////////////////////
#include "DebugExt.h"
#include "SharedDefine.h"
/////////////
www.eeworm.com/read/144399/12796854
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