📄 isip_decoder_demo.tcl.in
字号:
#! @TCL@ -f## File: isip_decoder_demo.tcl## This file calls the functions and runs the demo for the # N-best word hypotheses of the trace-projection Viterbi decoder## set the GUI library routine directory#set ISIP_TOKP_HOME "$env(ISIP_PROTO)/lib/scripts/tcl/isip_decoder_demo"# source the globals#source $ISIP_TOKP_HOME/src/dec_globals.tcl# source the display for the GUI#source $ISIP_TOKP_HOME/src/dec_display.tcl# source procedures to read data#source $ISIP_TOKP_HOME/src/dec_env.tclsource $ISIP_TOKP_HOME/src/dec_config.tclsource $ISIP_TOKP_HOME/src/dec_read_0.tclsource $ISIP_TOKP_HOME/src/dec_write_0.tclsource $ISIP_TOKP_HOME/src/dec_file_0.tclsource $ISIP_TOKP_HOME/src/dec_filesel.tcl# procedures to advance the demo#source $ISIP_TOKP_HOME/src/dec_next_0.tclsource $ISIP_TOKP_HOME/src/dec_reset.tcl# procedures to draw the hypothesis graph#source $ISIP_TOKP_HOME/src/dec_plot_0.tclsource $ISIP_TOKP_HOME/src/dec_plot_1.tclsource $ISIP_TOKP_HOME/src/dec_plot_2.tclsource $ISIP_TOKP_HOME/src/dec_plot_3.tcl# shut down and exit procedures#source $ISIP_TOKP_HOME/src/dec_quit_0.tcl# end of file#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -