代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/178248/9412308
m dtwglcgx.m
close all;clear;clc;
disp('正在匹配模板参数.......')
for i=1:10
fname=sprintf('D:\\sounds\\Li%d.wav',i-1);
x=wavread(fname);
[x1,x2]=vad(x);%x1,x2为帧数表示的语音起点和结束点
x=x(x1*100:x2*100,:);
m=mfcc(x);%m
www.eeworm.com/read/178248/9412330
m wavshowlpc.m
for i=1:5
fname=sprintf('D:\\MATLAB6p5\\The1stWork\\dtwglcgx\\lmsound\\%d.wav',i-1);
x=wavread(fname);
[x1,x2]=vad(x);
x=x(x1*80:x2*80,:);
l=lpc(x,16);
%m=mfcc(x);
%m=m(x1-2:x2-2,:);
www.eeworm.com/read/177981/9424520
bak setup.bak
/*
* 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: setup.
www.eeworm.com/read/177981/9425052
m conpred.m
function m = conpred(b,w,p,q,lv)
[mq,nq] = size(q);
[mw,nw] = size(w);
if nw ~= lv
if lv > nw
s = sprintf('Original model has a maximum of %g LVs',nw);
disp(' '), disp(s)
s = spri
www.eeworm.com/read/177691/9440350
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %假如峰值
www.eeworm.com/read/373257/9467020
c 4.c
#include
#include
main(){
int pid1;//申请两个变量用来储存进程返回值
int pid2;
int x,fd[3];//fd数组用来标示接受和发送端口
char S[50];//用来存储字符
pipe(fd);//建立管道
www.eeworm.com/read/373255/9467053
cpp qmainwidget.cpp
/*********************************************************************** *
*
* linux版仿联众俄罗斯方块 v1.0
* 该软件在GPL(GNU通用公共许可证)下发布
*
* Copyright (C)
*
* This source code
www.eeworm.com/read/373081/9475789
m siplstable.m
function siplstable(siModel)
% siPLStable lists optimal interval combinations, corresponding RMSEs and PLSC
%
% Input:
% siModel is the output from sipls.m
%
% Copyright, Chemometrics Grou
www.eeworm.com/read/373081/9475849
m plsrmse.m
function plsrmse(Model,interval)
% plsrmse plots RMSECV/RMSEP/RMSEC as a function of the number of PLS components
%
% Input:
% Model (the output from ipls.m)
% interval is optional for sele
www.eeworm.com/read/176627/9489602
c std_com_server.c
#include "public.h"
#ifdef __cplusplus
extern "C"
#endif
/*****************************************************************
程序名称:电力营销管理信息系统与CallCenter接口统一标准通用服务
程序功能:数据解包、调用后台Up_Call_GetComResult统一