代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/183272/9172648
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/376466/9316778
txt readme.txt
readme.txt April 25, 1991
Huffman compression code compressor and decompressor in Borland C++ 2.0
by Shaun Case, April 1991
Enclosed in this archi
www.eeworm.com/read/177644/9443311
txt readme.txt
readme.txt April 25, 1991
Huffman compression code compressor and decompressor in Borland C++ 2.0
by Shaun Case, April 1991
Enclosed in this archi
www.eeworm.com/read/177643/9443340
txt readme2.txt
readme.txt April 25, 1991
Huffman compression code compressor and decompressor in Borland C++ 2.0
by Shaun Case, April 1991
Enclosed in this archi
www.eeworm.com/read/371500/9551730
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. Th
www.eeworm.com/read/364932/9887107
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/167847/9950315
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "UNIX Network Programming" have
used their best efforts in preparing this software. These efforts
include the dev
www.eeworm.com/read/167529/9964920
txt readme.txt
readme.txt April 25, 1991
Huffman compression code compressor and decompressor in Borland C++ 2.0
by Shaun Case, April 1991
Enclosed in this archi
www.eeworm.com/read/279234/10452476
pl fig18_10.pl
#!/usr/bin/perl
# Fig. 18.10: fig18_10.pl
# Helper to fig18_09.pl.
use warnings;
use strict;
$| = 1;
while ( ) {
print( crypt( $_, "My cats' breath smells like cat food" ) );
www.eeworm.com/read/279234/10452553
css userstyles.css
/* Fig. 26.16: userstyles.css */
/* A user stylesheet */
body { font-size: 20pt;
background-color: #ccffcc }
a { color: red }
/******************************