dec_plot_0.tcl.in

来自「Isolated Speech Recognition Process that」· IN 代码 · 共 28 行

IN
28
字号
#! @TCL@ -f## file: dec_plot_0.tcl## procedure to plot the output#proc plot_data_proc {} {    # declare globals    #    global wordlist_file    # read the n-best list of word hypotheses    #    read_proc $wordlist_file    # draw the corresponding hypothesis network    #    draw_network_proc    draw_phones_proc    update}# end of file#

⌨️ 快捷键说明

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