代码搜索:PRl
找到约 305 项符合「PRl」的源代码
代码结果 305
www.eeworm.com/read/440841/7680372
m prl2.m
% This code gives logical 1 0 0 1 to parrallel port.
% Waits a moment and gives logical 0 0 1 0 (values at start.m)
zi=1;
for zi=1:500
i=1;
k=1;
parport=digitalio('parallel','LPT1');
line=add
www.eeworm.com/read/145281/5746786
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/145281/5746791
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/145281/5746792
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/145281/5746800
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/145281/5746801
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/145281/5746803
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
www.eeworm.com/read/145281/5746805
prl mk_mlf.prl
#!/usr/local/bin/perl
# This script will convert the SNOR word-level transcriptions
# distributed on the CD-ROMs into HTK format.
#
# usage: mk_mlf.prl snr_trascriptions_file mlf_file
#
#
www.eeworm.com/read/145281/5746806
prl mk_lab.prl
#!/usr/local/bin/perl
#
# This script will generate the label file from the encoded data list file.
#
# TL 7/1998
#
if ( $#ARGV != 1 ) {
die "usage: mk_lab.prl encoded_data_list extension(
www.eeworm.com/read/132212/5918956
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