代码搜索:HTK
找到约 355 项符合「HTK」的源代码
代码结果 355
www.eeworm.com/read/465297/1521395
h htk_hmm.h
/**
* @file htk_hmm.h
*
*
* @brief Data structures for handling HTK %HMM definition
*
* This file defines data structures for %HMM definition file in HTK format.
*
*
* @brie
www.eeworm.com/read/465297/1521396
h htk_param.h
/**
* @file htk_param.h
*
*
* @brief Structures for storing input speech parameters
*
* This file defines a structure for holding a vector sequence of
* input speech parameters. The spe
www.eeworm.com/read/143595/12856996
faq
HTK3 FAQ
License Issues
==============
What is the role of Microsoft in all this?
See the 'History of HTK' page on the website for a full
explanation. The short version is:
www.eeworm.com/read/157396/11711789
faq
HTK3 FAQ
License Issues
==============
What is the role of Microsoft in all this?
See the 'History of HTK' page on the website for a full
explanation. The short version is:
www.eeworm.com/read/124825/14535591
faq
HTK3 FAQ
License Issues
==============
What is the role of Microsoft in all this?
See the 'History of HTK' page on the website for a full
explanation. The short version is:
www.eeworm.com/read/432780/8574296
hep dva11htk.hep
#ifndef DVA11HTK_HEP
#define DVA11HTK_HEP
#ifndef DVA11HTK_C
#define GLOBAL extern
#else /* DVA11HTK_C */
#define GLOBAL
#endif /* DVA11HTK_C */
GLOBAL u32 DLL_EXCHANGE_MODE dva11_00ReadHo
www.eeworm.com/read/452556/7437163
ppt htk_installation[1].ppt
www.eeworm.com/read/143595/12857027
mkf htk_htklib_nt.mkf
#
# remember to run VCVARS32.BAT
# makefile for single-threaded HTKLib static library, MSVC
#
.c.obj:
$(CC) /nologo /c $(CFLAGS) $<
CC=cl
CL=link
CPU=win32
# the MSDOS is needed to set _
www.eeworm.com/read/143595/12857344
mkf htk_hlmlib_nt.mkf
#
# remember to run VCVARS32.BAT
# makefile for single-threaded HTKLib static library, MSVC
#
.c.obj:
$(CC) /nologo /c $(CFLAGS) $<
CC=cl
CL=link
CPU=win32
# the MSDOS is needed to set _
www.eeworm.com/read/143595/12857375
mkf htk_hlmtools_nt.mkf
#
# remember to run VCVARS32.BAT
# makefile for single-threaded HTK tools, MSVC
#
.SUFFIXES: .exe
.c.obj:
$(CC) /nologo /c $(CFLAGS) $<
.obj.exe:
$(CL) $(SYSLF) /OUT:$(HBIN)/$@ $< $(li