代码搜索:PRl
找到约 305 项符合「PRl」的源代码
代码结果 305
www.eeworm.com/read/428174/8885567
ico prl.ico
www.eeworm.com/read/366327/9821041
xlt prl.xlt
www.eeworm.com/read/365437/9863409
prl xdir.prl
www.eeworm.com/read/365437/9863438
prl xdir.prl
www.eeworm.com/read/365437/9863455
prl xdir.prl
www.eeworm.com/read/415022/6956239
m prl.m
% This code gives logical 0 1 0 1 to parrallel port.
% Waits a moment and gives logical 0 0 1 0 (values at start.m)
z=1;
for z=1:500
i=1;
k=1;
parport=digitalio('parallel','LPT1');
line=add
www.eeworm.com/read/448758/7526156
prl merge.prl
#!/usr/bin/perl
$file1 = shift @ARGV;
$file2 = shift @ARGV;
open(FILE1,$file1);
open(FILE2,$file2);
while()
{
if(m/\(TOP/)
{
$a = ;
while(!($a =~ m/\(TOP/))
{
$a =
www.eeworm.com/read/440841/7680376
m prl.m
% This code gives logical 0 1 0 1 to parrallel port.
% Waits a moment and gives logical 0 0 1 0 (values at start.m)
z=1;
for z=1:500
i=1;
k=1;
parport=digitalio('parallel','LPT1');
line=add
www.eeworm.com/read/145281/5746787
prl mkclscript.prl
#!/usr/local/bin/perl
# generate an HHEd script file for state-clustering triphones
#
# usage: mkclscript.prl command threshold monophone_list
#
# where monophone_list is a HMM list for t
www.eeworm.com/read/145281/5746788
prl htestrm.prl
#!/usr/local/bin/perl
#---------------------------------------------------------------#
# HTK Perl Script: htestrm.prl #
#