代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/358128/3002815
phpt renderer-html4_text.phpt
--TEST--
Renderer : HTML4_Text.
--FILE--
www.eeworm.com/read/294317/8241335
h qsort.h
// file qsort.h
// quick sort
#ifndef QuickSort_
#define QuickSort_
#include "swap.h"
template
void quickSort(T a[], int l, int r)
{// Sort a[l:r], a[r+1] has large value.
if (
www.eeworm.com/read/201477/15407659
h qsort.h
// file qsort.h
// quick sort
#ifndef QuickSort_
#define QuickSort_
#include "swap.h"
template
void quickSort(T a[], int l, int r)
{// Sort a[l:r], a[r+1] has large value.
if
www.eeworm.com/read/103514/15730057
c readpcx.c
/* Zgv v3.3 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux.
* Copyright (C) 1993-1999 Russell Marks. See README for license details.
*
* readpcx.c - PCX decoder. This is a quick hack
www.eeworm.com/read/101997/15795495
c srt.c
/*
** srt.c -- sort text lines
**
** Copyright 1982 J. E. Hendrix. All rights reserved.
*/
#include
#include "tools.h"
#define NOCCARGC
#define SHELL 1
#define QUICK 2
#define WRT
www.eeworm.com/read/101054/15855900
el its4.el
; A quick elisp hack piggybacking off compile mode so you can
; hit over an error to jump to the line in the source.
; Use "M-x its4-scan" to run. If its4 isn't in your path, change
; the
www.eeworm.com/read/100529/15872727
el its4.el
; A quick elisp hack piggybacking off compile mode so you can
; hit over an error to jump to the line in the source.
; Use "M-x its4-scan" to run. If its4 isn't in your path, change
; the
www.eeworm.com/read/100204/15880672
pl tracknames.pl
#!/usr/local/bin/perl
# A quick perl hack to get rename files pulled in with cdda2wav.
# by billo@billo.com
#
use Socket;
use IO::Handle;
use Env qw(USER);
use strict;
no strict 'subs'; # can't get i
www.eeworm.com/read/175764/9534258
win32 readme.win32
Win32 Port by Tony Million
This is a `Quick'n'Dirty` hack to make things work on Win32 platforms...
I've #ifndef'd out all the code which didn't compile, and in certai