代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/279234/10453893
pl fig13_20.pl
#!/usr/bin/perl
# Figure 13.20: fig13_20.pl
# Demonstrates the reference syntax
use warnings;
use strict;
use CGI::Pretty qw( :standard );
print( header(),
start_html( 'Demo' ),
www.eeworm.com/read/279234/10453904
pl fig13_03.pl
#!/usr/bin/perl
# Figure 13.3: fig13_03.pl
# Using function references
use strict;
use warnings;
my $functionReference = \&function;
&$functionReference( "a", "bunch", "of", "words" );
$fun
www.eeworm.com/read/279234/10453910
pl fig13_17.pl
#!/usr/bin/perl
# Figure 13.17: fig13_17.pl
# Demonstrates using typeglobs to alias filehandles
use warnings;
use strict;
open( TEXT, 'fig13_17.pl' ) or
die( "File could not be opened
www.eeworm.com/read/279032/10479041
htm mefficc.htm
More Effective C++ | Efficiency Back to Item 15:Understand the costs of exception handling
Continue to Item 16: Remember the 80-20 rule
Efficiency
I harbor a suspicion that someone has performed secr
www.eeworm.com/read/278235/10554865
lpf
Protect Your Freedom to Write Programs
Join the League for Programming Freedom
(Version of February 3, 1994)
Ten years ago, programmers were allowed to write programs using all
the te
www.eeworm.com/read/277124/10666104
disclaim
/*
* Disclaimer of Warranty
*
* These software programs are available to the user without any
* license fee or royalty on an "as is" basis. The University of
* British Columbia disclaims any and
www.eeworm.com/read/277124/10666253
disclaim
/*
* Disclaimer of Warranty
*
* These software programs are available to the user without any
* license fee or royalty on an "as is" basis. The University of
* British Columbia disclaims any and
www.eeworm.com/read/277124/10666304
c win.c
/************************************************************************
*
* win.c, display routines for Win32 for tmndecode (H.263 decoder)
*
**********************************************
www.eeworm.com/read/277124/10666316
h win.h
/************************************************************************
*
* win.h, display routines for Win32 for tmndecode (H.263 decoder)
*
***************************************************
www.eeworm.com/read/277041/10674762
c win.c
/************************************************************************
*
* win.c, display routines for Win32 for tmndecode (H.263 decoder)
*
**********************************************