代码搜索:SOrting
找到约 2,087 项符合「SOrting」的源代码
代码结果 2,087
www.eeworm.com/read/247605/4478212
readme
This is the README for bzip2, a block-sorting file compressor, version
1.0.2. This version is fully compatible with the previous public
releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0 and 1.0.1.
bzi
www.eeworm.com/read/231546/4714138
pm locale.pm
package locale;
=head1 NAME
locale - Perl pragma to use and avoid POSIX locales for built-in operations
=head1 SYNOPSIS
@x = sort @y; # ASCII sorting order
{
use locale;
@x
www.eeworm.com/read/229812/4752931
asm cwl.asm
;
;Add binary tree type sorting to publics and externs to speed addition and
; searching. Use CARS as a speed test.
;Make DOSSEG work, add command line switch as well.
;Use proper algorythm for LI
www.eeworm.com/read/227684/4770258
sml mono-array-sort-sig.sml
(* mono-array-sort-sig.sml
*
* COPYRIGHT (c) 1993 by AT&T Bell Laboratories. See COPYRIGHT file for details.
*
* Signature for in-place sorting of monomorphic arrays
*
*)
signature MONO_ARRAY_
www.eeworm.com/read/227684/4770269
sml array-sort-sig.sml
(* array-sort-sig.sml
*
* COPYRIGHT (c) 1993 by AT&T Bell Laboratories. See COPYRIGHT file for details.
*
* Signature for in-place sorting of polymorphic arrays
*
*)
signature ARRAY_SORT =
s
www.eeworm.com/read/227684/4770295
sml array-qsort-fn.sml
(* array-qsort-fn.sml
*
* COPYRIGHT (c) 1993 by AT&T Bell Laboratories. See COPYRIGHT file for details.
*
* Functor for in-place sorting of abstract arrays.
* Uses an engineered version of quick
www.eeworm.com/read/227684/4770299
sml listsort-sig.sml
(* listsort-sig.sml
*
* COPYRIGHT (c) 1989 by AT&T Bell Laboratories
*
* The generic list sorting interface. Taken from the SML/NJ compiler.
*)
signature LIST_SORT =
sig
val sort : ('a
www.eeworm.com/read/225531/4795496
rt-1
#!/bin/sh
# Make sure name is used as secondary key when sorting on mtime or ctime.
. $srcdir/../envvar-check
. $srcdir/../lang-default
if test "$VERBOSE" = yes; then
set -x
ls --version
touch
www.eeworm.com/read/208788/4990990
java sortcomparatorsource.java
package org.apache.lucene.search;
import org.apache.lucene.index.IndexReader;
import java.io.IOException;
import java.io.Serializable;
/**
* Expert: returns a comparator for sorting ScoreDocs.
*
www.eeworm.com/read/208788/4991044
java sortcomparator.java
package org.apache.lucene.search;
import org.apache.lucene.index.IndexReader;
import java.io.IOException;
/**
* Abstract base class for sorting hits returned by a Query.
*
* This class should