«FUNCTOR»に関連する英語の本
以下の図書目録から
functorの使いかたを見つけましょう。
functorに関する本と英語文献で使われた文脈を提供するための簡単な抜粋文。
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
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.
3
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
4
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
...
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
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
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
Categories in Algebra, Geometry and Mathematical Physics: ...
Hence the model structure is left proper by 7.13. It remains to show that the model
structure is cartesian closed. By 7.27, it suffices to show that the functor A x (-) : S(
2) -> S(2) takes an acyclic map to an acyclic map. But this is clear since since ...
用語«FUNCTOR»を含むニュース項目
国内外の報道機関が語った内容や、次のニュース項目の文脈から
functorという用語がどのように使われているかを調べてみましょう。
Entity component system, cache and parent-child relationship anomaly
You can permit this by having CComponentType have a forEach(Fn& function) template-function (where Fn is a functor), instead of it's ... «GameDev.net, 6月 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 ... «GameDev.net, 7月 14»
Reading/Writing UTF8 with filestreams
Comparison with strings also benefits a lot from offering a number of functor comparators since strings can be compared so many different ways ... «GameDev.net, 5月 14»
[Opengl] Sorting vertices( further to nearest)
Sorting is as easy as calling std::sort on your list of models with a comparison functor that compares distance from the camera. Something like ... «GameDev.net, 4月 14»
Domain-Driven Design Using a Functional Language
... appreciate that functional programming may look scary for an object-oriented developer because of all the strange buzzwords like Functor, ... «InfoQ.com, 3月 14»
How to use boost::unordered_map with for_each?
You can hand-craft a functor class (if your compiler does not support lambdas) or use std::bind (or boost::bind if your compiler does not support ... «GameDev.net, 11月 12»
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. «GameDev.net, 9月 12»
Using Lambda Expressions for Shorter, More Readable C++ Code
Listing 2 shows a typical functor. Unlike C pointers to functions, functors can keep state (i.e., in private member variables, as you'll see in Listing ... «Visual Studio Magazine, 6月 12»
The New C++ - functions
An example is a stateless functor that you simply construct when you create the std::function object, as shown in the first example. Thus we ... «GameDev.net, 3月 12»
Functors and Function Objects
In most languages a function object is called either a function object or a first class function but in C++ and a few languages the term functor is ... «iProgrammer, 8月 11»