代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/383832/2611950
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/378966/2678288
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/377363/2701042
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/375736/2720756
asm crt0stub.asm
TITLE crt0stub - stub replacement for crt0*.* (QLib only)
;***
; crt0stub - stub replacement for crt0*.* (QLib only)
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; Quick Libs need
www.eeworm.com/read/375190/2737382
v2 jamfile.v2
# Boost.Wave: A Standard compliant C++ preprocessor library
#
# Boost Wave Library Sample Build Jamfile (quick_start)
#
# http://www.boost.org/
#
# Copyright (c) 2001-2008 Hartmut Kaiser. Distributed
www.eeworm.com/read/358128/2999906
pl mkta.pl
#!/bin/env perl -w
# mkta - make-test-all
#
# quick hack to run test suite against multiple dbs
# for each db runn alternate charset tests in parallel
# keep log files from failures
use strict;
use
www.eeworm.com/read/353640/3083972
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/262046/4315524
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/260597/4330761
asm crt0stub.asm
TITLE crt0stub - stub replacement for crt0*.* (QLib only)
;***
; crt0stub - stub replacement for crt0*.* (QLib only)
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; Quick Libs need
www.eeworm.com/read/173430/9658725
testcases sh.testcases
# try running this with bash, ksh, ash, and hush.
# simple quoting rules.
echo a b
echo "a b"
echo a "" b
echo a '' b
echo hello?
echo "hello?"
echo t* hello
echo t\* hello
# quick and painless ex