简体版 繁體版 English
로그인 회원가입

functor 예문

예문모바일

  • The standard library defines a Set module, which provides a Make functor.
    표준 라이브러리는 Make 펑터를 제공하는 Set 를 정의한다.
  • What is a functor and why do we need them?
    펑터는 무엇이며 왜 필요한가?
  • An infinite loop space machine is a functor which constructs spectra out of ... space level data.
    무한 루프 공간이 기계는 스펙트럼의 구조 a functor입니다 ... 수준의 데이터 공간.
  • They introduced the terms functor and natural isomorphism and, in 1945, added the terms category and natural transformation .
    그들은 약관 functor 자연 isomorphism을 도입, 1945 년 약관 카테고리의 자연 변화했다.
  • They introduced the terms functor and natural isomorphism and, in 1945, added the terms category and natural transformation .
    그들은 약관 functor 자연 isomorphism을 도입, 1945 년 약관 카테고리의 자연 변화했다.
  • Actually, you may never have to define a functor yourself, but you will surely encounter them in the standard library.
    사실, 아마도 펑터를 직접 정의할 일이 결코 없을테지만, 표준 라이브러리에서 펑터를 분명히 보게 될 것이다.
  • The point of the functor is to ensure that the same comparison function will always be used, even if the programmer makes a mistake.
    펑터의 요체는 동일한 비교 함수가 항상 사용되는 것을 보증해 주는 것이다. 프로그래머가 실수를 하는 경우에도.
  • For example, we can define a functor that takes an int n and returns a collection of array operations that work exclusively on arrays of length n.
    예를들어 우리는 int n을 받아, 길이가 n인 배열에 대해서만 동작하는 배열 연산들의 콜렉션을 돌려주는 펑터를 정의할 수 있다.