代码搜索:PRl

找到约 305 项符合「PRl」的源代码

代码结果 305
www.eeworm.com/read/127704/6002342

prl time-profile.prl

#!/usr/local/bin/perl5 -w # # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for term
www.eeworm.com/read/127704/6002351

prl compare-runs.prl

#!/usr/local/bin/perl5 # # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for terms
www.eeworm.com/read/127704/6002354

prl make-barchart.prl

#!/usr/local/bin/perl5 -w # # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for term
www.eeworm.com/read/127704/6002355

prl simos-lib.prl

#!/usr/local/bin/perl5 -w # # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for term
www.eeworm.com/read/465307/1520999

prl get_ndx.prl

#!/usr/local/bin/perl # # This script will copy the speaker independent file lists from # RMCD2 to ndx directory. # # TL 7/1998 # push @INC, "$ENV{RMSCRIPTS}"; require "global.pl"; $nd
www.eeworm.com/read/465307/1521004

prl ng_net.prl

#!/usr/local/bin/perl # This script will generate word level networks for the no-grammar test. # usage: ng_net.prl ng_gram_file nn nl # # TL 7/1998 # $[ = 1; # set array base to 1 if (
www.eeworm.com/read/465307/1521005

prl wp_net.prl

#!/usr/local/bin/perl # This script will generate word level networks for the word-pair test. # usage: wp_net.prl wp_gram_file nn nl # # TL 7/1998 # $[ = 1; # set array base to 1 if
www.eeworm.com/read/465307/1521013

prl init_discrete.prl

#!/usr/local/bin/perl # This script will initialise the discrete hmm models. # # usage: init_discrete.prl hmmlist config source_dir target_dir mlf script_file # # where: hmmlist
www.eeworm.com/read/465307/1521014

prl rest_discrete.prl

#!/usr/local/bin/perl # This script will initialise the discrete hmm models. # # usage: init_discrete.prl hmmlist config source_dir target_dir mlf script_file # # where: hmmlist
www.eeworm.com/read/465307/1521016

prl full_list.prl

#!/usr/local/bin/perl # This script will generate all possible monophones, biphones # and triphones for cross-word system from monophones list # # TL 7/1997 # if ( $#ARGV != 0 ) { die