代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/352393/10556206
opt pl0.opt
www.eeworm.com/read/352393/10556241
cpp pl0.cpp
// PL0.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PL0.h"
#include "PL0Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
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_