slovodefinícia
peek
(encz)
peek,pokukovat v: Martin Král
Peek
(gcide)
Peek \Peek\ (p[=e]k), v. i. [OE. piken: cf. F. piquer to pierce,
prick, E. pique. Cf. Peak.]
To look surreptitiously, or with the eyes half closed, or
through a crevice; to peep. [Colloq.]
[1913 Webster]
peek
(wn)
peek
n 1: a secret look [syn: peek, peep]
v 1: throw a glance at; take a brief look at; "She only glanced
at the paper"; "I only peeked--I didn't see anything
interesting" [syn: glance, peek, glint]
peek
(foldoc)
PEEK

The command in most microcomputer BASICs for reading
memory contents (a byte) at an absolute address. POKE is the
corresponding command to write a value to an absolute address.

This is often extended to mean the corresponding constructs in
any High Level Language.

Much hacking on small microcomputers without MMUs consists
of "peek"ing around memory, more or less at random, to find
the location where the system keeps interesting stuff. Long
(and variably accurate) lists of such addresses for various
computers circulate (see interrupt list). The results of
"poke"s at these addresses may be highly useful, mildly
amusing, useless but neat, or total lossage (see {killer
poke}).

Since a real operating system provides useful, higher-level
services for the tasks commonly performed with peeks and pokes
on micros, and real languages tend not to encourage low-level
memory groveling, a question like "How do I do a peek in C?"
is diagnostic of the newbie. Of course, operating system
kernels often have to do exactly this; a real C hacker
would unhesitatingly, if unportably, assign an absolute
address to a pointer variable and indirect through it.

[Jargon File]

(1995-01-31)
peek
(jargon)
peek
n.,vt.

(and poke) The commands in most microcomputer BASICs for directly
accessing memory contents at an absolute address; often extended to mean
the corresponding constructs in any HLL (peek reads memory, poke modifies
it). Much hacking on small, non-MMU micros used to consist of peeking
around memory, more or less at random, to find the location where the
system keeps interesting stuff. Long (and variably accurate) lists of such
addresses for various computers circulated. The results of pokes at these
addresses may be highly useful, mildly amusing, useless but neat, or (most
likely) total lossage (see killer poke).

Since a real operating system provides useful, higher-level services for
the tasks commonly performed with peeks and pokes on micros, and real
languages tend not to encourage low-level memory groveling, a question like
“How do I do a peek in C?” is diagnostic of the newbie. (Of course, OS
kernels often have to do exactly this; a real kernel hacker would
unhesitatingly, if unportably, assign an absolute address to a pointer
variable and indirect through it.)
peek
(vera)
PEEK
Partners Early Experience Kit (Taligent)
podobné slovodefinícia
peek
(encz)
peek,pokukovat v: Martin Král
peek-a-boo
(encz)
peek-a-boo,dělání kuk n: Zdeněk Brož
peekaboo
(encz)
peekaboo,dělání kuk n: Zdeněk Brožpeekaboo,hra na schovávanou n: Zdeněk Brož
peeking
(encz)
peeking,pokukování n: Martin Král
peeks
(encz)
peeks,pokukuje v: 3. os. j. čísl. Martin Král
apeek
(gcide)
Apeak \A*peak"\, adv. & a. [Pref. a- + peak. Cf. F. [`a] pic
vertically.] (Naut.)
In a vertical line. The anchor in apeak, when the cable has
been sufficiently hove in to bring the ship over it, and the
ship is them said to be hove apeak. [Spelt also apeek.]
[1913 Webster]
kopeek
(gcide)
kopeck \ko"peck\, n.; pl. Eng. kopecks, Russ. kopeek. [Russ.
kopeika.]
A small Russian coin, continued as a unit of currency within
the Soviet Union. One hundred kopecks make a ruble. The ruble
was worth about sixty cents (U. S.) in 1910; in 1991 a
two-kopeck coin could be used for a local telephone call at a
pay telephone. After the breakup of the Soviet Union in 1993,
the exchange value of the ruble declined rapidly and by the
end of 1994 the ruble was worth three hundredths of a cent,
and by 1997 two hundredths of a cent. By 1993, the kopek had
become of such small value that it was obsolete and no longer
minted. [Written also kopek, copec, and copeck.]
[1913 Webster] kopje
Peekaboo
(gcide)
Peekaboo \Peek"a*boo\, n.
A child's game; bopeep.
[1913 Webster]
peeke
(gcide)
Peag \Peag\ (p[=e]g), n. [Written also peage, peak,
peeke.] [Prob. of North American Indian origin, by
shortening of wampumpeag. --RHUD.]
A kind of aboriginal shell money, or wampum, of the Atlantic
coast of the United States; -- originally applied only to
polished white cylindrical beads. See also wampum.
[Webster 1913 Suppl.]
peek
(wn)
peek
n 1: a secret look [syn: peek, peep]
v 1: throw a glance at; take a brief look at; "She only glanced
at the paper"; "I only peeked--I didn't see anything
interesting" [syn: glance, peek, glint]
peekaboo
(wn)
peekaboo
n 1: a game played with young children; you hide your face and
suddenly reveal it as you say boo! [syn: peekaboo,
bopeep]
peek
(foldoc)
PEEK

The command in most microcomputer BASICs for reading
memory contents (a byte) at an absolute address. POKE is the
corresponding command to write a value to an absolute address.

This is often extended to mean the corresponding constructs in
any High Level Language.

Much hacking on small microcomputers without MMUs consists
of "peek"ing around memory, more or less at random, to find
the location where the system keeps interesting stuff. Long
(and variably accurate) lists of such addresses for various
computers circulate (see interrupt list). The results of
"poke"s at these addresses may be highly useful, mildly
amusing, useless but neat, or total lossage (see {killer
poke}).

Since a real operating system provides useful, higher-level
services for the tasks commonly performed with peeks and pokes
on micros, and real languages tend not to encourage low-level
memory groveling, a question like "How do I do a peek in C?"
is diagnostic of the newbie. Of course, operating system
kernels often have to do exactly this; a real C hacker
would unhesitatingly, if unportably, assign an absolute
address to a pointer variable and indirect through it.

[Jargon File]

(1995-01-31)
peek
(jargon)
peek
n.,vt.

(and poke) The commands in most microcomputer BASICs for directly
accessing memory contents at an absolute address; often extended to mean
the corresponding constructs in any HLL (peek reads memory, poke modifies
it). Much hacking on small, non-MMU micros used to consist of peeking
around memory, more or less at random, to find the location where the
system keeps interesting stuff. Long (and variably accurate) lists of such
addresses for various computers circulated. The results of pokes at these
addresses may be highly useful, mildly amusing, useless but neat, or (most
likely) total lossage (see killer poke).

Since a real operating system provides useful, higher-level services for
the tasks commonly performed with peeks and pokes on micros, and real
languages tend not to encourage low-level memory groveling, a question like
“How do I do a peek in C?” is diagnostic of the newbie. (Of course, OS
kernels often have to do exactly this; a real kernel hacker would
unhesitatingly, if unportably, assign an absolute address to a pointer
variable and indirect through it.)
peek
(vera)
PEEK
Partners Early Experience Kit (Taligent)

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