slovodefinícia
*
(foldoc)
asterisk
*

"*" ASCII code 42. Common names include: star;
INTERCAL: splat; ITU-T: asterisk. Rare: wild card;
gear; dingle; mult; spider; aster; times; twinkle; glob;
Nathan Hale.

Commonly used as the multiplication operator and as the
Kleene star. Often doubled, as in "x**2", to mean "to the
power". In C and related languages, asterisk is used as the
dereference operator, "*p" meaning "the thing pointed to by
p".

(2006-09-10)
podobné slovodefinícia
consultative group for international agricultural ***
(encz)
Consultative Group for International Agricultural ***,CGIAR Consultative
Group for International Agricultural *** [eko.] RNDr. Pavel PiskačConsultative Group for International Agricultural ***,Consultative Group
for International Agricultural *** [eko.] RNDr. Pavel Piskač
convention for the prevention of marine pollution ***
(encz)
Convention for the Prevention of Marine Pollution ***,Convention for the
Prevention of Marine Pollution *** [eko.] RNDr. Pavel Piskač
convention on international trade in endangered ***
(encz)
Convention on International Trade in Endangered ***,CITES Convention on
International Trade in Endangered *** [eko.] RNDr. Pavel Piskač
convention on international trade in endangered species ***
(encz)
Convention on International Trade in Endangered Species ***,Convention
on International Trade in Endangered Species *** [eko.] RNDr. Pavel
Piskač
convention on the conservation of antarctic ***
(encz)
Convention on the Conservation of Antarctic ***,CCAMLR Convention on the
Conservation of Antarctic *** [eko.] RNDr. Pavel PiskačConvention on the Conservation of Antarctic ***,Convention on the
Conservation of Antarctic *** [eko.] RNDr. Pavel Piskač
convention on the conservation of european wildlife ***
(encz)
Convention on the Conservation of European Wildlife ***,Convention on
the Conservation of European Wildlife *** [eko.] RNDr. Pavel Piskač
convention on the prevention of marine poluttion ***
(encz)
Convention on the Prevention of Marine Poluttion ***,Convention on the
Prevention of Marine Pollution *** [eko.] RNDr. Pavel Piskač
fuddle duddle*
(encz)
fuddle duddle*,
international union for conservation of nature ***
(encz)
International Union for Conservation of Nature ***,International Union
for Conservation of Nature *** [eko.] RNDr. Pavel Piskač
international union for corservation of nature ***
(encz)
International Union for Corservation of Nature ***,IUCN International
Union for Conservation of Nature *** [eko.] RNDr. Pavel Piskač
rocks socks*
(encz)
rocks socks*,
ccamlr convention on the conservation of antarctic ***
(czen)
CCAMLR Convention on the Conservation of Antarctic ***,Convention on the
Conservation of Antarctic ***[eko.] RNDr. Pavel Piskač
cgiar consultative group for international agricultural ***
(czen)
CGIAR Consultative Group for International Agricultural ***,Consultative
Group for International Agricultural ***[eko.] RNDr. Pavel Piskač
cites convention on international trade in endangered ***
(czen)
CITES Convention on International Trade in Endangered ***,Convention on
International Trade in Endangered ***[eko.] RNDr. Pavel Piskač
consultative group for international agricultural ***
(czen)
Consultative Group for International Agricultural ***,Consultative Group
for International Agricultural ***[eko.] RNDr. Pavel Piskač
convention for the prevention of marine pollution ***
(czen)
Convention for the Prevention of Marine Pollution ***,Convention for the
Prevention of Marine Pollution ***[eko.] RNDr. Pavel Piskač
convention on international trade in endangered species ***
(czen)
Convention on International Trade in Endangered Species ***,Convention
on International Trade in Endangered Species ***[eko.] RNDr. Pavel
Piskač
convention on the conservation of antarctic ***
(czen)
Convention on the Conservation of Antarctic ***,Convention on the
Conservation of Antarctic ***[eko.] RNDr. Pavel Piskač
convention on the conservation of european wildlife ***
(czen)
Convention on the Conservation of European Wildlife ***,Convention on
the Conservation of European Wildlife ***[eko.] RNDr. Pavel Piskač
convention on the prevention of marine pollution ***
(czen)
Convention on the Prevention of Marine Pollution ***,Convention on the
Prevention of Marine Poluttion ***[eko.] RNDr. Pavel Piskač
international union for conservation of nature ***
(czen)
International Union for Conservation of Nature ***,International Union
for Conservation of Nature ***[eko.] RNDr. Pavel Piskač
iucn international union for conservation of nature ***
(czen)
IUCN International Union for Conservation of Nature ***,International
Union for Corservation of Nature ***[eko.] RNDr. Pavel Piskač
od skromných *** po vznešené ***
(czen)
od skromných *** po vznešené ***,from lowly sth. to lofty
sth.[fráz.] Jirka Daněk
*brainfuck
(foldoc)
*brainfuck

("pointed brainfuck") A variant of the
Brainfuck
esoteric programming language in which each instruction has an
operand
that is the number before it in memory. Numbers refer to memory in a
bizarre
way. 0 refers to cell zero, 1 refers to the cell whose number is in
cell
zero and so on, so the number N refers to the result of
dereferencing cell
zero N times. The "*" in the name is a reference to the {*
(asterisk)}
operator in the C language that dereferences a pointer.

{Esoteric programming languages wiki entry
(https://esolangs.org/wiki/*brainfuck)}

(2022-08-28)
*lisp
(foldoc)
*LISP
StarLISP

(StarLISP) A data-parallel extension of Common LISP
developed by Cliff Lasser and Steve Omohundro, employees of the
Thinking Machines Corporation to provide an efficient yet
high-level language to program the Connection Machine.

StarLisp operated on PVARS (Parallel Variables) which represented
Connection Machine memory, and were essentially vectors: one
element per CM processor (or virtual processor).

[Cliff Lasser, Jeff Mincy, J.P. Massar, Thinking Machines
Corporation "The Essential *LISP Manual", TM Corp 1986].

[Jargon File]

(2014-12-17)
*mod
(foldoc)
*MOD
StarMOD

("StarMOD") A concurrent language combining the
modules of Modula and the communications of {Distributed
Processes}.

["*MOD - A Language for Distributed Programming", R.P. Cook,
IEEE Trans Soft Eng SE-6(6):563-571 (Nov 1980)].

[Jargon File]

(1994-10-21)
*w
(foldoc)
*w

An esoteric programming language with almost but not
quite
readable syntax and strange data types. *W is not based on W because
W
doesn't exist.

{Esoteric programming languages wiki entry
(http://esolangs.org/wiki/*W)}.

{Specification

(https://github.com/catseye/Specs-on-Spec/blob/master/star-w/star-w.markdown)}.
a* search
(foldoc)
A* search

A graph search algorithm. A* is guaranteed to
find a minimal solution path before any other solution paths,
if a solution exists, in other words, it is an "admissible"
search algorithm. Each path is assigned a value based on the
cost of the path (e.g. its length) and an (under)estimate of
the cost of completing the path, i.e. the cost of a path from
the end of the current path to a solution.

(1995-03-31)
axiom*
(foldoc)
AXIOM*

A symbolic mathematics system.

A# is one component of AXIOM*.

Version: 2.

[Relationship with AXIOM?]

(1995-02-21)
c*
(foldoc)
C*

An object-oriented, data-parallel
superset of ANSI C with synchronous semantics, for the
Connection Machine, designed by Thinking Machines, 1987.
C* adds a "domain" data type and a selection statement for
parallel execution in domains.

An unimplemented language called "Parallel C" [which one?]
influenced the design of C*. Dataparallel-C was based on
C*.

["C*: An Extended C Language for Data Parallel Programming",
J.R. Rose et al, Proc Second Intl Conf on Supercomputing,
L.P. Kartashev et al eds, May 1987, pp 2-16].

["C* Programming Manual", Thinking Machines Corp, 1986].

[Jargon File]

(2000-11-14)
case*method
(foldoc)
CASE*Method

An analysis and design method from Oracle targeted at
information management applications.

(1994-10-28)
clp(sigma*)
(foldoc)
CLP(sigma*)

A constraint logic programming language with
regular sets.

["CLP(sigma*): Constraint Logic Programming with Regular
Sets", C. Walinsky, Proc ICLP, 1989, pp.181-190].

(1994-12-16)
clp*
(foldoc)
CLP*

A derivative of {Constraint
Logic Programming} (CLP).

["CLP* and Constraint Abstraction", T. Hickey, 16th POPL,
pp. 125-133, 1989].

[Difference?]

(1994-11-01)
modula-2*
(foldoc)
Modula-2*

An extension of Modula-2 by M. Philippsen
of the University of Karlsruhe. It
uses a superset of data parallelism, allowing both
synchronous and asynchronous programs, both SIMD and MIMD.
Parallelism may be nested to any depth. There are version for
MasPar and a simulator for the SPARC.

(ftp://iraun1.ira.uka.de/pub/programming/modula2star).
E-mail: Ernst Heinz .

["Modula-2*: An Extension of Modula-2 for Highly Parallel,
Portable Programs", W. Tichy et al, TR 4/90, U Karlsruhe, Jan
1990].

(1994-10-21)
modula-3*
(foldoc)
Modula-3*

Incorporation of Modula-2* ideas into Modula-3.

["Modula-3*: An Efficiently Compilable Extension of Modula-3
for Problem-Oriented Explicitly Parallel Programming",
E. Heinz , 1993].
mv*
(foldoc)
MV*

A shorthand for a design pattern that may be
either MVC or MVP or some other variation.

(2014-11-27)
oracle*case
(foldoc)
Oracle*CASE

A set of CASE tools from Oracle.
un*x
(foldoc)
UN*X

A way of writing the
operating system name "Unix" that avoided the (TM) postfix
that was believed to be a legal requirement in the days when
Unix was a trademark of AT&T.

It has been suggested that there may be a psychological
connection to practice in certain religions (especially
Judaism) in which the name of the deity is never written out
in full, e.g. "YHWH" or "G--d" is used.

See also glob.

(1998-04-17)
watcom vx*rexx
(foldoc)
Watcom VX*REXX

A visual development environment for
creating OS/2 applications with graphical user interfaces.
It includes a project management facility, visual designer and
an interactive source level debugger. Version 2.1
introduced the VX*REXX Client/Server Edition for
client/server GUI application development on OS/2 by
incorporating database objects. Using IBM's DRDA
support on OS/2, users can access DB2 for MVS, DB2/400 for
AS/400, and DB2/VSE and VM (SQL/DS) for VM and VSE.
Also supported are Watcom SQL and ODBC-enabled databases.
Since the VX*REXX visual development environment is based on
IBM's object-oriented SOM technology, VX*REXX applications
are open and extensible through the addition of new SOM
objects.

(1995-04-18)
un*x
(jargon)
UN*X
n.

Used to refer to the Unix operating system (a trademark of AT&T, then of
Novell, then of Unix Systems Laboratories, then of the Open Group; the
source code parted company with it after Novell and was owned by SCO, which
was acquired by Caldera) in writing, but avoiding the need for the ugly ™
typography (see also (TM)). Also used to refer to any or all varieties of
Unixoid operating systems. Ironically, lawyers now say that the requirement
for the trademark postfix has no legal force, but the asterisk usage is
entrenched anyhow. It has been suggested that there may be a psychological
connection to practice in certain religions (especially Judaism) in which
the name of the deity is never written out in full, e.g., ‘YHWH’ or ‘G--d’
is used. See also glob and splat out.

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