slovodefinícia
sorting
(mass)
sorting
- zoraďovanie, triedenie
sorting
(encz)
sorting,řadí Zdeněk Brož
sorting
(encz)
sorting,řazení n: Zdeněk Brož
Sorting
(gcide)
Sort \Sort\, v. t. [imp. & p. p. Sorted; p. pr. & vb. n.
Sorting.]
1. To separate, and place in distinct classes or divisions,
as things having different qualities; as, to sort cloths
according to their colors; to sort wool or thread
according to its fineness.
[1913 Webster]

Rays which differ in refrangibility may be parted
and sorted from one another. --Sir I.
Newton.
[1913 Webster]

2. To reduce to order from a confused state. --Hooker.
[1913 Webster]

3. To conjoin; to put together in distribution; to class.
[1913 Webster]

Shellfish have been, by some of the ancients,
compared and sorted with insects. --Bacon.
[1913 Webster]

She sorts things present with things past. --Sir J.
Davies.
[1913 Webster]

4. To choose from a number; to select; to cull.
[1913 Webster]

That he may sort out a worthy spouse. --Chapman.
[1913 Webster]

I'll sort some other time to visit you. --Shak.
[1913 Webster]

5. To conform; to adapt; to accommodate. [R.]
[1913 Webster]

I pray thee, sort thy heart to patience. --Shak.
[1913 Webster]
sorting
(wn)
sorting
n 1: an operation that segregates items into groups according to
a specified criterion; "the bottleneck in mail delivery is
the process of sorting" [syn: sort, sorting]
2: the basic cognitive process of arranging into classes or
categories [syn: classification, categorization,
categorisation, sorting]
3: grouping by class or kind or size
sorting
(foldoc)
sort
sorting

1. To arrange a collection of items
in some specified order. The items - records in a file or
data structures in memory - consist of one or more fields or
members. One of these fields is designated as the "sort key"
which means the records will be ordered according to the value
of that field. Sometimes a sequence of key fields is
specified such that if all earlier keys are equal then the
later keys will be compared. Within each field some ordering
is imposed, e.g. ascending or descending numerical, {lexical
ordering}, or date.

Sorting is the subject of a great deal of study since it is a
common operation which can consume a lot of computer time.
There are many well-known sorting algorithms with different
time and space behaviour and programming complexity.

Examples are quicksort, insertion sort, bubble sort,
heap sort, and tree sort. These employ many different
data structures to store sorted data, such as arrays,
linked lists, and binary trees.

2. The Unix utility program for sorting lines of
files.

Unix manual page: sort(1).

(1997-02-12)
podobné slovodefinícia
sorting
(mass)
sorting
- zoraďovanie, triedenie
resorting
(encz)
resorting,přetřídění n: Zdeněk Brožresorting,uchylování se v: Jakub Kolčář
sorting
(encz)
sorting,řadí Zdeněk Brožsorting,řazení n: Zdeněk Brož
sorting algorithm
(encz)
sorting algorithm, n:
sorting program
(encz)
sorting program, n:
waste sorting
(encz)
waste sorting,třídění odpadu [eko.] RNDr. Pavel Piskač
xmass-tree sorting
(encz)
Xmass-tree sorting,kumulační třídění n: [it.] [slang.] mamm
Assorting
(gcide)
Assort \As*sort"\, v. t. [imp. & p. p. Assorted; p. pr. & vb.
n. Assorting.] [F. assortir; ? (L. ad) + sortir to cast or
draw lots, to obtain by lot, L. sortiri, fr. sors, sortis,
lot. See Sort.]
1. To separate and distribute into classes, as things of a
like kind, nature, or quality, or which are suited to a
like purpose; to classify; as, to assort goods.

Note: [Rarely applied to persons.]
[1913 Webster]

They appear . . . no ways assorted to those with
whom they must associate. --Burke.
[1913 Webster]

2. To furnish with, or make up of, various sorts or a variety
of goods; as, to assort a cargo.
[1913 Webster]
Consorting
(gcide)
Consort \Con*sort"\ (k[o^]n*s[^o]rt"), v. i. [imp. & p. p.
Consorted; p. pr. & vb. n. Consorting.]
To unite or to keep company; to associate; -- used with with.
[1913 Webster]

Which of the Grecian chiefs consorts with thee?
--Dryden.
[1913 Webster]
Resorting
(gcide)
Resort \Re*sort"\, v. i. [imp. & p. p. Resorted; p. pr. & vb.
n. Resorting.] [OF. resortir to withdraw, take refuge, F.
ressortir to be in the jurisdiction, LL. resortire; pref. re-
re- + L. sortiri to draw lots, obtain by lot, from sors lot.
See Sort. The meaning is first to reobtain (by lot), then
to gain by appeal to a higher court (as a law term), to
appeal, go for protection or refuge.]
1. To go; to repair; to betake one's self.
[1913 Webster]

What men name resort to him? --Shak.
[1913 Webster]

2. To fall back; to revert. [Obs.]
[1913 Webster]

The inheritance of the son never resorted to the
mother, or to any of her ancestors. --Sir M. Hale.
[1913 Webster]

3. To have recourse; to apply; to one's self for help,
relief, or advantage.
[1913 Webster]

The king thought it time to resort to other
counsels. --Clarendon.
[1913 Webster]
sorting
(wn)
sorting
n 1: an operation that segregates items into groups according to
a specified criterion; "the bottleneck in mail delivery is
the process of sorting" [syn: sort, sorting]
2: the basic cognitive process of arranging into classes or
categories [syn: classification, categorization,
categorisation, sorting]
3: grouping by class or kind or size
sorting algorithm
(wn)
sorting algorithm
n 1: an algorithm for sorting a list
sorting program
(wn)
sorting program
n 1: a utility program that sorts data items [syn: {sort
program}, sorting program]
sorting
(foldoc)
sort
sorting

1. To arrange a collection of items
in some specified order. The items - records in a file or
data structures in memory - consist of one or more fields or
members. One of these fields is designated as the "sort key"
which means the records will be ordered according to the value
of that field. Sometimes a sequence of key fields is
specified such that if all earlier keys are equal then the
later keys will be compared. Within each field some ordering
is imposed, e.g. ascending or descending numerical, {lexical
ordering}, or date.

Sorting is the subject of a great deal of study since it is a
common operation which can consume a lot of computer time.
There are many well-known sorting algorithms with different
time and space behaviour and programming complexity.

Examples are quicksort, insertion sort, bubble sort,
heap sort, and tree sort. These employ many different
data structures to store sorted data, such as arrays,
linked lists, and binary trees.

2. The Unix utility program for sorting lines of
files.

Unix manual page: sort(1).

(1997-02-12)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4