사용자 정의 함수 oor Engels

사용자 정의 함수

Vertalings in die woordeboek Koreaans - Engels

user-defined function

naamwoord
wikidata

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
사용정의 함수(user-defined function, UDF)는 일반적으로는 함수가 기본적으로 프로그램이나 환경 안에 내장되어 있다는 가정 하에 프로그램이나 환경의 사용자가 제공하는 함수이다.
A user-defined function (UDF) is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment.WikiMatrix WikiMatrix
더 많은 종류의 현대의 베이직은 구조화된 프로그래밍 패러다임에 영향을 받았으며, 여기에서 코드 대부분이 사용정의 함수나 프로시저로 작성되어 있고, 이 개념은 실질적으로 과도하게 사용된다.
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
이를테면, 섭씨를 화씨로 변환하는 함수는 다음과 같이 선언할 수 있다: CREATE FUNCTION dbo.CtoF(Celsius FLOAT) RETURNS FLOAT RETURN (Celsius * 1.8) + 32 만들어진 사용정의 함수는 SQL 문의 식에서 사용될 수 있다.
For example, a function that converts Celsius to Fahrenheit might be declared like this: CREATE FUNCTION dbo.CtoF(Celsius FLOAT) RETURNS FLOAT RETURN (Celsius * 1.8) + 32 Once created, a user-defined function may be used in expressions in SQL statements.WikiMatrix WikiMatrix
본 발명에서 고안된 엄브렐라는, 지금까지 알려져 있는 C, C++ 또는 MATLAB 등의 언어에서 사용자가 함수정의하고 이 함수를 호출하기 위하여 함수포인터나 함수핸들을 사용해야하는 언어구조를 혁신한 것이기 때문에, 행렬 또는 함수 등의 개념을 파악하기 어려운 초등학교, 중학교 수준의 사용자도 쉽게 문제를 해결할 수 있게 해주는 새로운 개념의 언어구조로 이러한 언어구조의 발명을 본 발명의 특허청구로 한다.
The final substructural component, the spoke, is an option that does not have to be used when not required, and is similarly a defining feature of the present invention which performs tasks additionally applicable to generated data, in particular, even after one spoke is performed, the ending of a command is suspended, and a task of another spoke is continuously performed.patents-wipo patents-wipo
IANA 에 정의된 모든 해시 함수를 대신 사용할 수 있다.
All hash functions defined by the IANA can be used instead.WikiMatrix WikiMatrix
예를 들면 파이썬 2에서 빌트인 파일 객체들은 "C의 stdio 패키지를 사용해서 구현되었다"고 정의되어서, 사용 가능한 연산들(open, read, write 등)은 상응하는 C 함수들과 같은 동작을 한다고 기대할 수 있다.
In Python 2, for example, the built-in file objects are defined as "implemented using C's stdio package", so that the available operations (open, read, write, etc.) are expected to have the same behavior as the corresponding C functions.WikiMatrix WikiMatrix
200 종이 넘는 수학 함수로 구성된 라이브러리가 포함돼 있으며 사용정의 수학 함수를 추가할 수도 있습니다.
A library of over 200 mathematical functions is included and user defined math functions can be added.ParaCrawl Corpus ParaCrawl Corpus
다른 변수를 하나 정의합니다. 여기서 재미있어지는데요. 함수를 여기서 호출하면, 이게 결국은 사용자가 입력한 값의
I'm going to call this function up here, so this is going to be equal to factorial of whatever the user had input.QED QED
NaN 값을 갖는 좌표를 무시하는 사용자 지정 거리 함수정의하고 이 사용자 지정 거리 함수사용하여 쌍별 거리를 계산합니다.
Define a custom distance function that ignores coordinates with NaN values, and compute pairwise distance by using the custom distance function.ParaCrawl Corpus ParaCrawl Corpus
C++ 프로그램들이 준-수치 연산들을 수행하기 위해 사용할 수 있는 구성 요소들. <complex> 헤더 <complex>는 클래스 템플릿과 복잡한 숫자들을 표현하고 다루기 위한 많은 함수들을 정의한다 <random> (슈도)랜덤 숫자들을 생성하기 위한 기능 <valarray> 5개의 클래스 템플릿(valarray, slice_array, gslice_array, mask_array 그리고 indirect_array), 두 클래스(slice와 gslice), 그리고 값들의 배열들을 표현하고 조작하는데 사용되는 관련된 함수들을 정의한다. <numeric> 일반화된 수치 연산들.
Components that C++ programs may use to perform seminumerical operations. <complex> The header <complex> defines a class template, and numerous functions for representing and manipulating complex numbers. <random> Facility for generating (pseudo-)random numbers <valarray> Defines five class templates (valarray, slice_array, gslice_array, mask_array, and indirect_array), two classes (slice and gslice),and a series of related function templates for representing and manipulating arrays of values. <numeric> Generalized numeric operations.WikiMatrix WikiMatrix
MATLAB 함수사용자가 직접 정의하는 함수의 경우, 점수 변환에 이에 대한 함수 핸들을 사용하십시오.
For a MATLAB function or a function you define, use its function handle for score transform.ParaCrawl Corpus ParaCrawl Corpus
여기서 모든 스크립트 또는 사용자 지정 지표에서 가져오고 사용할 수 있는 재사용 가능 함수정의할 수 있습니다.
Here you can define reusable functions that can be imported and used by any Script or Custom Indicator.ParaCrawl Corpus ParaCrawl Corpus
자식 프로세스는 리스트와 Supervisor.Spec 에 포함된 worker/3 함수사용해서 정의됩니다. worker/3 함수는 모듈, 인자, 옵션을 받습니다.
Children are defined using a list and the worker/3 function we imported from Supervisor.Spec . The worker/3 function takes a module, arguments, and a set of options.ParaCrawl Corpus ParaCrawl Corpus
MATLAB 함수사용자가 직접 정의하는 함수의 경우, 점수 변환에 이에 대한 함수 핸들을 사용하십시오. 함수 핸들은 행렬(원래 점수)을 받아 동일한 크기의 행렬(변환된 점수)을 반환합니다.
For a MATLAB function or a function you define, use its function handle. The function handle must accept a vector (the original response values) and return a vector of the same size (the transformed response values).ParaCrawl Corpus ParaCrawl Corpus
대부분의 협조적 게임들은 특성함수형(characteristic function form)으로 표현되는 반면, 전개형(extensive form)과 일반형(normal form)은 비협조적인 게임을 정의하는 데 사용된다.
Most cooperative games are presented in the characteristic function form, while the extensive and the normal forms are used to define noncooperative games.WikiMatrix WikiMatrix
NaN 값을 갖는 좌표를 무시하는 사용자 지정 거리 함수 naneucdist 를 정의하고 유클리드 거리를 반환합니다.
Define a custom distance function naneucdist that ignores coordinates with NaN values and returns the Euclidean distance.ParaCrawl Corpus ParaCrawl Corpus
파일과 함수 핸들을 사용하여 생성된 사용정의 사용자 지정 분포는 Statistics and Machine Learning Toolbox 함수인 pdf , cdf , icdf , mle 와 Statistics and Machine Learning Toolbox 분포 피팅기 앱에서 지원됩니다.
User-defined custom distributions, created using files and function handles, are supported by the Statistics and Machine Learning Toolbox functions pdf , cdf , icdf , and mle , and the Statistics and Machine Learning Toolbox Distribution Fitter app.ParaCrawl Corpus ParaCrawl Corpus
C 계열의 언어와 달리, OCaml에서 재귀 함수정의하려면 let 대신에 let rec 를 사용해 명시적으로 재귀 함수임을 밝혀야 한다.
Unlike in C-derived languages, a function isn't recursive unless you explicitly say so by using let rec instead of just let .ParaCrawl Corpus ParaCrawl Corpus
Numbers에 포함된 미리 정의된 수학 함수사용하여 공식을 생성할 수도 있습니다.
You can also use any of the predefined mathematical functions included with Numbers to create formulas.ParaCrawl Corpus ParaCrawl Corpus
어느 경우에나 람다 함수는 사건 처리자로 사용될 수 있어서 많은 수의 작은 개별적 함수들을 정의할 필요가 없으며 이름영역을 겨우 단 한 번만 사용되는 이름들로 채울 필요가 없다.
In either case a lambda function can be used as the event handler which avoids the need to define lots of small individual functions and fill up the namespace with names that would only be used once.ParaCrawl Corpus ParaCrawl Corpus
을 클릭하면 변경사항을 저장하지 않고 현재 셀을 종료합니다. 셀에 함수 삽입하기 Pages에 포함된 사전에 정의된 250개 이상의 수학 함수사용할 수 있습니다.
If you click , you exit the current cell without saving your changes. Insert functions in cells You can use any of the more than 250 predefined mathematical functions included with Pages in your document.ParaCrawl Corpus ParaCrawl Corpus
함수사용하기 위해서는 함수를 호출하고자 하는 범위 어딘가에 함수정의해야만 합니다.
To use a function, you must define it somewhere in the scope from which you wish to call it.ParaCrawl Corpus ParaCrawl Corpus
Keynote에 포함된 사전에 정의된 250개의 수학 함수사용하여 공식을 생성할 수도 있습니다.
You can also use any of the 250 predefined mathematical functions included with Keynote to create formulas.ParaCrawl Corpus ParaCrawl Corpus
프레젠테이션에서 Keynote에 포함된 사전에 정의된 250개의 수학 함수사용할 수 있습니다.
You can use any of the 250 predefined mathematical functions included with Keynote in your presentation.ParaCrawl Corpus ParaCrawl Corpus
위 에제처럼, 함수 정의를 새 줄에 들여쓰기하고, 함수가 재귀적인 경우 let 대신 let rec 를 사용해야 합니다.
You normally indent the function definition on a new line as in the example above, and remember to use let rec instead of let if your function is recursive (as it is in that example).ParaCrawl Corpus ParaCrawl Corpus
36 sinne gevind in 16 ms. Hulle kom uit baie bronne en word nie nagegaan nie.