代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/334069/12643846
cpp cov.cpp
#include"stdio.h"
#include "math.h"
#include "graphics.h"
#include "stdlib.h"
#define PI 3.14159265
#define N 256
void main()
{
int i,n,mi,ma;
float x[300],y[300],g[300];
char c
www.eeworm.com/read/247527/12652517
m gaoutputgen.m
function [state, options,optchanged] = gaoutputgen(options,state,flag,interval)
%GAOUTPUTGEN Prints generations and best fitness value.
% [STATE, OPTIONS, OPTCHANGED] = GAOUTPUTGEN(OPTIONS,STATE,F
www.eeworm.com/read/300437/13914560
c cpu.c
/*
Z80Sim - A simulator/debugger for the Zilog Z80 processor
Copyright (C) 2003 Lorenzo J. Lucchini
This program is free software; you can redistribute it
and/or modify it under the terms
www.eeworm.com/read/134896/13971324
m saveinr.m
%SAVEINR Write an INRIMAGE format file
%
% SAVEINR(filename, im)
%
% Saves the specified image array in a INRIA image format file.
%
% SEE ALSO: loadinr
%
% Copyright (c) Peter Corke, 1999 Machine Vi
www.eeworm.com/read/134656/13978503
m testdtw.m
disp('正在计算参考模板的参数...')
for i=1:10
fname = sprintf('..\\ch6\\%da.wav',i-1);
x = wavread(fname);
[x1 x2] = vad(x);
m = mfcc(x);
m = m(x1-2:x2-2,:);
ref(i).mfcc = m;
end
disp('正在计算测试模板的参
www.eeworm.com/read/134656/13978509
m recog.m
for i=1:10
fname = sprintf('..\\..\\ch6\\%db.wav',i-1);
x = wavread(fname);
[x1 x2] = vad(x);
m = mfcc(x);
m = m(x1-2:x2-2,:);
for j=1:10
pout(j) = viterbi(hmm{j}, m);
end
[d,n] = m
www.eeworm.com/read/134270/13999595
c return.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/134117/14005900
c ckuus3.c
/* C K U U S 3 -- "User Interface" for Unix Kermit, part 3 */
/*
Author: Frank da Cruz (SY.FDC@CU20B),
Columbia University Center for Computing Activities, January 1985.
Copyright (C) 1985, Tru
www.eeworm.com/read/134117/14005928
c ckuext.c
/* C K U E X T -- UNIX Kermit extras */
/*
* Copyright (C) 1986, Trustees of Columbia University in the City of
* New York. Permission is granted to any individual or institution to
* use, copy
www.eeworm.com/read/236568/14011631
cpp loadsave.cpp
//********************************************
// 进度 相关函数
// 创建于2000年10月09日
//********************************************
#include "stdio.h"
#include "..\gamelib\goldpoint2.h"
#include "..\int