PAROLE IN PORTOGHESE ASSOCIATE CON «FUNCTOR»
functor
functor
teoria
categorias
mapeamento
entre
preserva
estruturas
functores
podem
entendidos
como
homomorfismos
categoria
todas
pequenas
para
associa
cada
objeto
morfismo
seguintes
propriedades
valem
todos
functors
their
uses
stack
overflow
that
value
hardcoded
specified
constructor
argument
when
created
instance
could
create
another
applicative
monoids
learn
haskell
been
dealing
with
along
didn
know
probably
slightly
confused
since
what
function
objects
cprogramming
while
overloading
operator
nice
really
cool
thing
about
lifecycle
more
flexible
than
commons
overview
java
manipulated
object
representing
single
class
wikibooks
open
books
world
this
chapter
will
introduce
important
type
motivation
edit
other
data
structures
operations
apply
elements
some
hackage
used
10 LIBRI IN PORTOGHESE ASSOCIATI CON «FUNCTOR»
Scopri l'uso di
functor nella seguente selezione bibliografica. Libri associati con
functor e piccoli estratti per contestualizzare il loro uso nella letteratura.
1
Modern C++ Design: Generic Programming and Design Patterns ...
The implementation must handle the three essential cases: simple function calls,
functor calls (including Functor calls; that is, you should be able to forward calls
from one Functor to another), and member function calls. You might think to ...
Andrei Alexandrescu, 2001
2
Representations of Algebraic Groups
so as an affine scheme. Over an algebraically closed field, the category of
algebraic groups as in [Hu2] or [Sp2] can be identified with the subcategory of all
reduced algebraic fc-groups. Let G be a fc-group functor. A subgroup functor of G
is a ...
Jens Carsten Jantzen, 2007
3
Advanced Topics in Types and Programming Languages
I ::= ... signatures: lie ( m : Ii ) : I2 generative functor TIa ( m : Ii ) : I2 applicative
functor Figure 8-6: Mechanisms for applicative and generative functors module
code with numerous sharing declarations, resulting in a net decrease in clarity
and ...
If F:2l -» 23 is a covariant additive functor, then by definition there can exist at
most one (up to unique isomorphism) universal <5-functor T with T° = F. If T exists
, the T' are sometimes called the right satellite functors of F. Definition. An additive
...
5
Virtual Topology and
Functor Geometry
For categories D and C we let a covariant functor F from D to C be defined by
associating it to an object X of D an object F(X) of C and to a morphism f : X → Y
in D a morphism F(f) : F(X) → F(Y)inC such that the following properties hold: i.
As a functor of C it is contravariant (case IV); its right ^-derived functors are Ext*A
>K)(C, A). As a functor of A, Horn^ is co variant (case III); its right ^-derived functor
is again given by the sequence of functors Ext"/liK)(C, A), this time with the ...
Saunders Mac Lane, Saunders MacLane, 1995
William Clocksin, Christopher S. Mellish. bronte emily wh The important point is
that we want this program to work whatever kind of structure we give it. One
possibility, of course, is to provide a clause for every functor we can possibly think
of.
William Clocksin, Christopher S. Mellish, 2003
8
Encyclopedic Dictionary of Mathematics
We say that a covariant d-functor y>^>q>' is given if we have a sequence of
covariant functors T={T' :<£-><&'} and the connecting mor- phisms d :T'(A")-*T'* l(
A') for an arbitrary short exact sequence 0->/T-»/l->/4"-»0 satisfying the following
...
9
Encyclopaedia of Mathematics (set)
(A9) The forgetful functor Top-»Set sends each topological space to its
underlying set, and each continuous function to itself ('forgetting' the continuity).
Similarly, one has forgetful functors Gr->Set, ModR->Ab, etc. (A10) If S is a locally
small ...
10
New Directions in Hopf Algebras
The reconstruction is a two-functor assigning, on the object level, coalgebras to
categories with functors to fcM; on the morphism level, coalgebra maps to
functors commuting with underlying functors; on the two- morphism level, linear
forms to ...
Susan Montgomery, Hans-Jurgen Schneider, 2002
10 NOTIZIE DOVE SI INCLUDE IL TERMINE «FUNCTOR»
Vedi di che si parla nei media nazionali e internazionali e come viene utilizzato il termine ino
functor nel contesto delle seguenti notizie.
Javascript Functors Explained
In essence, a functor is nothing more than a data structure you can map functions over with the purpose of lifting values from a container, modifying them, and ... «HTML Goodies, ott 15»
發掘具組合性的抽象
先前專欄〈探索Haskell的Monad〉中,我談過Functor、Applicative、Monad,它們也都不是無中生有,都是從既有演算流程中抽取出來,認識這些Typeclass,不是直接 ... «iThome Online, apr 15»
Da consciência à norma jurídica: um breve percurso pela Teoria …
Retomando a fórmula D [h → R(Sa, Sp)] temos: “D” functor-de-functor indicador ... a relação de implicação interproposicional, é o functor “D” (deve ser o vínculo ... «Âmbito Jurídico, feb 15»
探索Haskell的Monad
若能以主流語言中的Functor、Monad等實現為基礎,進一步認識純函數式語言中 ... 實際上,List的map函式的確實現了Functor的行為,因此,也可以使用fmap chr [65, ... «iThome Online, feb 15»
PhysicsFS help needed to read a directories files
Often I pass it my SV_WildcardMatch() functor, to easily filter out something like {"*.jpg", "*.jpeg", "*.png"} - I can also post the code for that, if you desire. «GameDev.net, lug 14»
Lambdas in C++11
A lambda expression is a syntactic shortcut for a functor, so you can use lambda expressions to replace functors. The following line shows the basic syntax and ... «Dr. Dobb's, mag 14»
Domain-Driven Design Using a Functional Language
... for an object-oriented developer because of all the strange buzzwords like Functor, Applicative, Monads, etc., but claims they are really just unfamiliar terms. «InfoQ.com, mar 14»
王垠:关于编程语言的思考
C++ 的functor 永远也不可能像Scheme 的lambda 函数一样好用。因为每次需要一个functor 你都得定义一个新的class,然后制造这个class 的对象。如果函数里面有 ... «中文IT技术网站, apr 13»
std::function, and callbacks, and functors, oh my!
I've used callback functions alot before, and I understand what a functor is, but I've never created a function that takes a functor as a parameter. If I go like this: «GameDev.net, set 12»
Using Lambda Expressions for Shorter, More Readable C++ Code
C++ introduced function objects, or functors. Functors are classes that overload the operator(). Since they're classes, functors can leverage object-oriented ... «Visual Studio Magazine, giu 12»