⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 about sound recognition.i want to downlod
💻 IN
字号:
# Copyright (c) 1991-2006 Kawahara Lab., Kyoto University# Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology# Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology# All rights reservedSHELL=/bin/shRM=@RM@ -fprefix=@prefix@exec_prefix=@exec_prefix@INSTALL=@INSTALL@TARGET=yomi2voca.plall:	chmod +x $(TARGET)install: install.bininstall.bin:	${INSTALL} -d @bindir@	@INSTALL_PROGRAM@ $(TARGET) @bindir@clean:	echo nothing to dodistclean:	$(RM) yomi2voca.pl	$(RM) Makefile

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -