함수형 프로그래밍 oor Engels

함수형 프로그래밍

Vertalings in die woordeboek Koreaans - Engels

functional programming

naamwoord
en
A programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data.
omegawiki

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
명령형 프로그래밍 언어는 함수프로그래밍이나 논리형 프로그래밍 언어와 같은 다른 형태의 언어와 다르다.
General parlance is distinct from formal speech or formal writing.WikiMatrix WikiMatrix
예를 들어, 명령형인 펄 프로그래밍 언어는 함수프로그래밍 개념을 적용하는 법을 설명하는 책에서 주제로 다루기도 했다.
For example, the imperative Perl programming language has been the subject of a book describing how to apply functional programming concepts.WikiMatrix WikiMatrix
미란다는 데이비드 터너가 그의 초기 프로그래밍 언어 SASL과 KRC의 후계자로서 설계한 느긋한 순수한 함수프로그래밍 언어이며, ML과 Hope로부터 몇몇 개념들을 가져왔다.
Miranda is a lazy, purely functional programming language designed by David Turner as a successor to his earlier programming languages SASL and KRC, using some concepts from ML and Hope.WikiMatrix WikiMatrix
컴퓨팅에서, C 지역화 함수는 기본적인 지역화 루틴을 구현한 C 프로그래밍 언어내 함수 모음이다.
In computing, C localization functions are a group of functions in the C programming language implementing basic localization routines.WikiMatrix WikiMatrix
컴퓨터 프로그래밍 언어에서 함수포인터 또는 함수핸들의 호출없이 수식 및 데이터를 처리하는 언어구조
Language structure for processing formulas and data in a computer programming language without a call to an algorithm pointer or algorithm handlerpatents-wipo patents-wipo
외부 함수 인터페이스(Foreign function interface, FFI)는 한 프로그래밍 언어로 작성된 프로그램이 다른 언어로 작성된 서비스를 이용할 수 있거나 그에 따른 함수를 호출할 수 있는 구조이다.
A foreign function interface (FFI) is a mechanism by which a program written in one programming language can call routines or make use of services written in another.WikiMatrix WikiMatrix
함수 포인터 (function pointer)는 3세대 프로그래밍 언어(PL/I, 코볼, 포트란, dBASE dBL, 그리고 C)와 객체 지향 프로그래밍 언어(C++과 D)에서 지원되는 포인터의 한 종류이다.
Function pointers are supported by third-generation programming languages (such as PL/I, COBOL, Fortran, dBASE dBL, and C) and object-oriented programming languages (such as C++ and D).WikiMatrix WikiMatrix
본 발명은 과학기술분야의 컴퓨터 프로그래밍 언어에서 함수포인터 또는 함수핸들을 호출하지 않고도 원하는 작업을 수행할 수 있는 새로운 언어구조인 엄브렐라(Umbrella)의 발명에 관한 것이다.
The present invention relates to an umbrella that is a novel language structure capable of performing a desired task in a computer programming language for scientific and technical fields without a call to an algorithm pointer or algorithm handler.patents-wipo patents-wipo
C++의 메타코드 확장 (Vandevoorde 2003)은 컴파일 타임 함수 평가(CTFE)과 C++ 템플릿 메타프로그래밍을 위한 개선된 문법으로서 코드 인젝션을 허용하는 실험적인 초기의 시스템이었다.
The Metacode extension to C++ (Vandevoorde 2003) was an early experimental system to allow compile-time function evaluation (CTFE) and code injection as an improved syntax for C++ template metaprogramming.WikiMatrix WikiMatrix
사실, 첫 번째 정말 멋진 기능을 소개하기까지, 아직도 왜 함수프로그래밍이 "함수형"이라고 불리는지 설명하지 않았다.
In fact, I've come to the first really cool feature, and I still haven't talked about why functional programming is called "functional".ParaCrawl Corpus ParaCrawl Corpus
하지만 이상한 점은 이런 멋진 기능의 대부분이 "함수프로그래밍"과는 전혀 관계가 없다는 사실이다.
But the odd thing is that most of these cool features have nothing to do with "functional programming" at all.ParaCrawl Corpus ParaCrawl Corpus
Wolfram 언어의 핵심에는 최신 함수프로그래밍과 중요 기호적 확장이 포함되어 있습니다.
Modern functional programming—with major symbolic extensions—is built right into the core of the Wolfram Language.ParaCrawl Corpus ParaCrawl Corpus
함수형 기호적 특성을 가진 Wolfram 언어는 일반화 된 변환에 기반 된 함수프로그래밍의 확장 형식을 지원합니다.
With its symbolic character, the Wolfram Language supports an extended form of functional programming based on generalized transformations.ParaCrawl Corpus ParaCrawl Corpus
일부 프로그래밍 언어(이를테면 C, C++)에서 함수는 헤더 파일에 선언된다.
In some programming languages (for example C and C++) the functions are declared in header files.WikiMatrix WikiMatrix
대부분의 프로그래밍 언어의 경우 이것은 사용자가 gettext 함수 안에서 참조할 문자열을 래핑함으로써 처리된다.
For most programming languages, this is done by wrapping strings that the user will see in the gettext function.WikiMatrix WikiMatrix
함수형 프로그래머들은 이들의 재귀 함수에 대한 사랑으로 정의될 수 있으며, 여러가지로 함수프로그래밍에서 재귀 함수는 명령형 프로그래밍에서의 루프와 동일한 것으로 간주된다.
Functional programmers are defined by their love of recursive functions, and in many ways recursive functions in f.p. are the equivalent of loops in imperative programming.ParaCrawl Corpus ParaCrawl Corpus
더 많은 종류의 현대의 베이직은 구조화된 프로그래밍 패러다임에 영향을 받았으며, 여기에서 코드 대부분이 사용자 정의 함수나 프로시저로 작성되어 있고, 이 개념은 실질적으로 과도하게 사용된다.
More modern dialects of BASIC are influenced by the structured programming paradigm, where most or all of the code is written as user-defined functions or procedures, and the concept becomes practically redundant.WikiMatrix WikiMatrix
함수의 이름은 APL 프로그래밍 언어의 정수 함수 ⍳ 이후에 지어졌다.
The function is named after the integer function ⍳ from the programming language APL.ParaCrawl Corpus ParaCrawl Corpus
리액티브 Wolfram 언어는 함수형 리액티브 프로그래밍을 구현하여 복잡한 다이나믹 사용자 인터페이스 구축을 지원합니다.
The Wolfram Language implements functional reactive programming to support building complex dynamic user interfaces declaratively.ParaCrawl Corpus ParaCrawl Corpus
C 프로그래밍 언어는 EXIT_SUCCESS와 EXIT_FAILURE 매크로를 반환하거나, 성공이나 실패 신호를 제공함으로써 프로그램들이 main 함수로부터 반환하거나 종료할 수 있게 한다.
The C programming language allows programs exiting or returning from the main function to signal success or failure by returning an integer, or returning the macros EXIT_SUCCESS and EXIT_FAILURE.WikiMatrix WikiMatrix
Microsoft Excel의 포럼 그들은 Microsoft Excel을 사용하여 관련된 경우이 포럼에서 회원 게시물의 질문은이 워크시트 함수, 엑셀 VBA 프로그래밍, 간단한 매크로 코드 및 차트, 엑셀 수식 등을 포함
Password Microsoft Excel Forum Members Post questions in this forum if they are related to using Microsoft Excel, this includes Worksheet Functions, Excel VBA Programming, Simple Macro Code & Charting, Excel formula etc.ParaCrawl Corpus ParaCrawl Corpus
함수는 이전에 Perl 프로그래밍을 해 본 사람이라면 친숙할 것이다.
This function will be familiar to people who've programmed in Perl before.ParaCrawl Corpus ParaCrawl Corpus
CDF 응용 프로그램 구축에는 Wolfram 언어의 거의 모든 프로그래밍 및 연산 함수를 이용할 수 있습니다.
Almost all programming and computational functions available in the Wolfram Language can be used to build CDF applications.ParaCrawl Corpus ParaCrawl Corpus
원래, 그것은 그래픽 기반 프로그래밍의 클래스에서 터보 c에서 프로그래밍 미시간 대학에서 대학 프로젝트 (당시, 그것은 아직도 컴퓨터 그래픽을 이야기 하지 않고 있었다, 구성 요소 프로그래밍 함수와 했다 때문에.)
Originally, it was a university project at the University of Michigan programmed in Turbo C in a graphical programming class (at the epoch, we were not yet talking infography, since the elements had to be programmed textually.)ParaCrawl Corpus ParaCrawl Corpus
펄은 특정한 프로그래밍 패러다임 (절차적 , 객체 지향 , 함수형 등)을 강요하지 않으며 심지어는 프로그래머가 이들 중 선택하도록 요구하지도 않는다.
Perl does not enforce any particular programming paradigm (procedural , object-oriented , functional , or others) or even require the programmer to choose among them.ParaCrawl Corpus ParaCrawl Corpus
35 sinne gevind in 21 ms. Hulle kom uit baie bronne en word nie nagegaan nie.