代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/177375/9457785
pl uart.pl
#Copyright (C)2001-2003 Altera Corporation
#Any megafunction design, and related net list (encrypted or decrypted),
#support information, device programming or simulation file, and any other
#assoc
www.eeworm.com/read/373386/9457923
pl test.pl
#!/usr/bin/perl
use strict;
my $dir = "/usr/local/FileTransfer/Server/files/log/88/logMerge/channel/date/aa.txt";
my $folderName ;
my @path =split( /\//,$dir);
for(my $i=0;$i
www.eeworm.com/read/177326/9459423
pl resolver.pl
#!/usr/bin/perl
# IP address resolver for Boa
# If you want an "in place" change to the log file,
# change the first line to
#!/usr/local/bin/perl -i.bak
# Otherwise, send the output of this program
www.eeworm.com/read/177326/9459481
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/177055/9470692
gif pl.gif
www.eeworm.com/read/176998/9477532
po pl.po
# Minicom Polish Translation
# Copyright (c) 1998-2000 Arkadiusz Mi秌iewicz
#
msgid ""
msgstr ""
"POT-Creation-Date: 2001-10-01 17:22+0300\n"
"Content-Type: text/plain; charset=iso-
www.eeworm.com/read/176998/9477552
gmo pl.gmo
www.eeworm.com/read/176921/9479471
pl scanner.pl
/* Scanner */
init_scanner(Datei):-
see(Datei),
readln(Eingabe, _, ".", "0123456789", lowercase),
seen,
scan(Eingabe, Symbole),
retractall(symbole(_)), asserta(symbole(Symbole)).
www.eeworm.com/read/176921/9479473
pl parser.pl
/* Parser fuer mini-PASCAL */
:- consult(scanner).
parse_programm(Datei, Parsebaum):-
init_scanner(Datei),
parse_programm(Parsebaum), !.
parse_programm(Anweisungen):-
parse_symbol
www.eeworm.com/read/176921/9479475
pl minipascal.pl
:- pce_autoload(finder, library(find_file)).
:- pce_global(@finder, new(finder)).
:- consult([scanner, parser, interpre, compiler]).
minipascal:-
new(F, frame('Mini-Pascal')),
send(F, appen