代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/352393/10556256
rc pl0.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/352393/10556259
pl0 test.pl0
/* Test.PL0 */
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/423501/10556705
pl check_modules.pl
#!/usr/bin/perl -w
#################################################################################
#
# Perl module checker 0.0.3
#
##################################################################
www.eeworm.com/read/423501/10556709
pl filehashmd5.pl
#!/usr/bin/perl
#
# Hashes files (MD5)
#
use Digest::MD5;
# Open file in binary mode
my $file = $ARGV[0];
open(FILE, $file) or die "Sorry. Can't open '$file'";
binmode(FILE);
$md5 = Digest::MD5->
www.eeworm.com/read/423501/10556728
pl check_port.pl
#!/usr/bin/perl -w
use strict;
use IO::Socket;
my ( $peer, $port );
$peer = $ARGV[0];
my $i = 0;
my $sock = 0;
my $sock2 = 0;
for ($i=0; $i
www.eeworm.com/read/423501/10556799
pl filehashsha1.pl
#!/usr/bin/perl
use Digest::SHA1;
# Open file in binary mode
my $file = $ARGV[0];
open(FILE, $file) or die "Sorry. Can't open '$file'";
binmode(FILE);
$sha1 = Digest::SHA1->new;
# Hash file conte
www.eeworm.com/read/160183/10560098
plg pl0.plg
Build Log
--------------------Configuration: PL0 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/160183/10560101
h pl0.h
// PL0.h : main header file for the PL0 application
//
#if !defined(AFX_PL0_H__086B4B8E_8FBD_4D6B_8E8F_60CC9404E39D__INCLUDED_)
#define AFX_PL0_H__086B4B8E_8FBD_4D6B_8E8F_60CC9404E39D__INCLUDED_
www.eeworm.com/read/160183/10560107
ico pl0.ico
www.eeworm.com/read/160183/10560113
dsw pl0.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################