代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/439395/7710494

cc cmu-trace.cc

/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ /* * Copyright (c) 1997 Regents of the University of California. * All rights reserved. * * Redistribution and use in sour
www.eeworm.com/read/438437/7731318

c mpirun.v2run.c

/* MPICH-V Copyright (C) 2002, 2003 Groupe Cluster et Grid, LRI, Universite de Paris Sud This file is part of MPICH-V. MPICH-V is free software; you can redistribute it and/or modify it u
www.eeworm.com/read/438332/7732723

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/436928/7758627

cpp salewin2.cpp

/* 模块:多单模块。 */ #include #include #include #include "sysinfo.h" #include "def.h" #include "salewin.h" void SaleWin::ClearGrid() { if(sys->SalSW == L_YES)
www.eeworm.com/read/435680/7787943

txt 利用mfcc提取参数.txt

clear clc num=2; disp('正在计算参考模板的参数...') for i=1:num fname = sprintf('%s%i','D:\MATLAB6p5\work\work\噪声故障判断\data\train3\s',i);%suanfa\dtw\ x = wavread(fname); [x1 x2] = vad(x); m =
www.eeworm.com/read/289562/7805585

c ctlstr.c

#include "calld.h" /* * Make a printable string of the character "c", which may be a * control character. Works only with ASCII. */ char * ctl_str(unsigned char c) { static char tempstr[6]; /*
www.eeworm.com/read/289562/7805593

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; /* * Position where this client left off last (or rewind). */ errmsg[0] = 0; sys_posn(clip
www.eeworm.com/read/199895/7814807

c myprotocol.c

/* myProtocol.c - Example custom protocol for vxWorks (Modbus over Ethernet) */ /* Copyright 1992-2002 Wind River Systems, Inc. THIS CODE IS FOR EXAMPLE PURPOSES ONLY, USE AT YOUR OWN RISK
www.eeworm.com/read/299910/7824207

c y.tab.c

#ifndef lint static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/02/91\n\ Modified 11/4/96 by Wensong Zhang to make getenv() function right\n\ and to remove the warning of unreferenced yyerrl
www.eeworm.com/read/399805/7834991

m extractframes.m

% Script to create the frames/ subdirectory. The data in that directory is % used to test the 'load' and 'imread' plugins. % % Normal users will likely have no need to directly call this function.