代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/312928/13601006
pas unit2.pas
unit Unit2;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, DBTables;
type
TForm2 = class(TForm)
Quick
www.eeworm.com/read/144216/5752604
t write.t
#!./perl
print "1..9\n";
my $CAT = ($^O eq 'MSWin32') ? 'type' : 'cat';
format OUT =
the quick brown @
www.eeworm.com/read/143622/5756101
readme
This is a quick page to preview the icons I am creating for some of my Java(TM) programs. You are free to
use them in your programs, but I am retaining Copyright, and they can not be used in any
www.eeworm.com/read/140582/5787786
pcapcat
#!/usr/bin/perl
# a major quick hack to concatenate pcap files
$first=1;
foreach $file (@ARGV) {
open(IN, "$file") || die "Can not open file: $!\n";
# read the header
read IN, $header, 24;
if(
www.eeworm.com/read/139876/5796162
pas unit5.pas
unit Unit5;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls, Db, DBTables;
type
TForm3 = class(TForm)
Quick
www.eeworm.com/read/136865/5842182
install
In order to build the library, read the `BUILD' document in the `docs'
directory. This is only a quick starter:
I. From the command line:
You need to have GNU Make installed on your system to com
www.eeworm.com/read/136822/5849913
install
In order to build the library, read the `BUILD' document in the `docs'
directory. This is only a quick starter:
I. From the command line:
You need to have GNU Make installed on your system to com
www.eeworm.com/read/136816/5854814
install
In order to build the library, read the `BUILD' document in the `docs'
directory. This is only a quick starter:
I. From the command line:
You need to have GNU Make installed on your system to com
www.eeworm.com/read/136812/5860533
c color.c
static char sccsid[] = "@(#)color.c 1.1 7/30/92 Copyright 1985 Sun Micro";
/*
This diagnostic is a quick and dirty test of the two major areas of the
colorboard (frame buffer and colormap) wi
www.eeworm.com/read/131315/5935286
c tzset.c
/*
* tzset.c
*
* Quick and dirty emulation of tzset(), tzname[], and daylight
* for old BSD systems without it.
*
* Thanks to Rick Adams, rick@uunet.uu.net, for the basics.
*
* BUGS:
* Totall