Subject | English | Korean |
IT | access method | 접근 방법 |
comp., MS | access method | 액세스 방법 (In programming, the means by which an application can read from or write to a resource) |
comp., MS | accrual method | 계산 방법 (An accounting method that recognizes revenues when they are earned and expenses when they are incurred, regardless of when they are received or paid) |
comp., MS | Active Directory Forest Discovery method | Active Directory 포리스트 검색 방법 (A Configuration Manager discovery method that searches for Active Directory sites and subnets in Active Directory forests) |
comp., MS | Active Directory Group Discovery method | Active Directory 그룹 검색 방법 (A Configuration Manager discovery method that searches for the group memberships of computers and users by polling Active Directory Domain Services) |
comp., MS | Active Directory Security Group Discovery method | Active Directory 보안 그룹 검색 방법 (A Configuration Manager discovery method that searches for security group resources by polling Active Directory Domain Services) |
comp., MS | Active Directory System Discovery method | Active Directory 시스템 검색 방법 (A Configuration Manager discovery method that searches for system resources by polling Active Directory Domain Services) |
comp., MS | Active Directory System Group Discovery method | Active Directory 시스템 그룹 검색 방법 (A Configuration Manager discovery method that searches for system group resources by polling Active Directory Domain Services) |
comp., MS | Active Directory User Discovery method | Active Directory 사용자 검색 방법 (A Configuration Manager discovery method that searches for computer user resources by polling Active Directory Domain Services) |
math. | adaptive methods | 적응방법 |
comp., MS | Agile method | Agile 방법 (Any of a family of processes that software developers use to minimize risk by developing applications incrementally, over a series of short iterations. In this model, real-time communications, such as in person conversations and telephone calls, are preferred over written documentation; the primary measure of progress is working software, instead of hours spent, tasks completed, documents reviewed, or phases signed-off; stakeholders are expected to collaborate, instead of negotiating; and planning happens continuously in order to respond to change) |
comp., MS | anonymous method | 무명 메서드 (A practical language construct that allows programmers to create code blocks that can be encapsulated in a delegate and executed at a later time. They are based on a language concept called a lambda function and are similar to those found in Lisp and Python) |
comp., MS | asynchronous method call | 비동기 메서드 호출 (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | authentication method | 인증 방법 (The authentication protocol (such as CHAP, PAP, EAP etc) used when authenticating access to resources on a network) |
math. | average critical value method | 평균 기각치 방법 |
math. | Bechhofer's indifference zone method | Bechhofer의 무차별 영역 방법 |
math. | Behrens' method | Behren의 방법 |
math. | Blom's method | Blom 의 방법 |
math. | bootstrap methods | 붓스트랩방법, 자육 自育 방법 |
math. | Brandt-Snedecor method | 브렌트-스네데커 방법 |
math. | Brown's method | 브라운 방법 |
math. | Bruceton method | 계단식설계 |
stat. | centroid method | 무게중심방법 |
stat. | centroid method | 중심重心방법 |
math. | centroid method | 무게중심방법, 중심 重心 방법 |
math. | cold deck method | 콜드덱 방법 |
math. | collapsed stratum method | 붕괴층방법 |
math. | combinatorial methods | 조합방법 |
math. | computer-intensive methods | 컴퓨터집중 방법 |
comp., MS | conflict resolution method | 충돌 해결 방법 (The method that is used to determine which change is written to the store in the event of a conflict. Typical conflict resolution methods are as follows: last writer wins, source wins, destination wins, custom, or deferred. For custom resolution, the resolving application reads the conflict from the conflict log and selects a resolution. For deferred resolution, the conflict is logged together with the conflicting change data and the made-with knowledge of the change) |
stat. | control method | 대조방법 |
stat. | control method | 관리방법 |
math. | control method | 대조방법, 관리방법 |
math. | counting process methods | 셈계수과정방법 |
comp., MS | critical path method | 최상 경로법 (A project management method of calculating the total duration of a project based on individual task durations and their dependencies) |
math. | delta method | 델타 방법 |
comp., MS | device capability (A device functionality available through the HasCapability method or the | 장치 기능 |
comp., MS | discovery method | 검색 방법 (A procedure that detects and acquires information about resources on the network) |
math. | distribution-free method | 분포무관방법 |
math. | Dragstedt-Behrens' method | Dragstedt-Behren 방법 |
comp., MS | dynamic method invocation | 동적 메서드 호출 (A technique that defers until runtime the decision as to which specific method to call) |
math. | equal probability of selection method | 등확률선택법 |
math. | exact statistical method | 정확한 통계적 방법 |
comp., MS | extension method | 확장 메서드 (A static method that can be invoked by using instance method syntax. In effect, extension methods make it possible to extend existing types and constructed types with additional methods) |
comp., MS | factory method | 팩터리 메서드 (A method, usually defined as static, whose purpose is to return an instance of a class) |
math. | Fellegi's method | 펠레지의 방법 |
math. | freehand method | 목측법 |
math. | full information method | 완전정보 방법 |
math. | Gauss-Seidel method | 가우스-사이델 방법 |
comp., MS | generic method | 제네릭 메서드 (A method whose definition has placeholders, called generic type parameters, for one or more types used in the body of the method or as the types of the method's parameters. A user specifies real types (generic type arguments) for the type parameters when calling the generic method. Note that a method is not generic just because it is declared in a generic type. A method is generic only if it has type parameters of its own) |
comp., MS | graphics method | 그래픽 메서드 (A method in code that performs a graphics-related function such as drawing a line or shape or repainting a background with a solid color) |
math. | group screening methods | 그룹 선별법 |
math. | Gupta's subset selection method | Gupta의 부분집단 선택 방법 |
math. | Hardy summation method | Hardy 합 방법 |
math. | Harrison's method | Harrison 방법 |
comp., MS | Heartbeat Discovery method | 하트비트 검색 방법 (A Configuration Manager discovery method that is used to update data discovery records (DDRs) for each Configuration Manager client on a set schedule to ensure that they remain current in the site database) |
math. | Holt's method | 홀트의 방법 |
math. | hot deck method | 핫덱 방법 |
comp., MS | HTTP method | HTTP 메서드 (A remote method invocation sent from a client (typically a web browser) to a web server over the HTTP protocol. Examples include GET, POST, PUT, etc) |
IT | Indexed Sequential Access Method | 인덱스된 순차적 접근 방법 (ISAM) |
comp., MS | input method editor | 입력기 (A tool that lets you enter complex characters and symbols, such as those used in East Asian written languages, using a standard keyboard) |
math. | invariance method | 불변성 방법 |
math. | inverse transformation method | 역변환방법 |
math. | Karber's method | Kдrber의 방법 |
stat. | Kärber's method | Kärber의 방법 |
math. | Lachenbruch's method | Lachenbruch의 방법 |
math. | LAD methods | 최소절대편차방법 |
math. | leaps and bounds methods | 줄기잎 방법 |
math. | least squares method | 최소제곱법 |
math. | least variance difference method | 최소 분산 차이 방법 |
comp., MS | least-squares method | 최소 자승법 (A method that assigns values to unknown quantities in a statistical model, based on the values found by minimizing the sum of squared deviations from the mean) |
math. | limited information methods | 제한정보방법 |
stat. | linear maximum likelihood method | 선형최대가능도방법 |
stat. | linear maximum likelihood method | 선형최대우도법 |
math. | linear maximum likelihood method | 선형최대가능도방법, 선형최대우도법 |
math. | Lloyd's method | Lloyd 방법 |
comp., MS | Matched Name Selection Method | 일치하는 이름 선택 방식 (The mechanism used to help a caller differentiate between users with names that match the touch-tone or speech input) |
comp., MS | matched name selection method | 일치하는 이름 선택 방식 (The mechanism used to help a caller differentiate between users with names that match the touch-tone or speech input) |
math. | maximum entropy method | 최대엔트로피법 |
stat. | maximum likelihood method | 최대가능도방법 |
stat. | maximum likelihood method | 최대우도법 |
math. | maximum likelihood method | 최대가능도방법, 최대우도법 |
comp., MS | method-based query | 메서드 기반 쿼리 (A query expressed as a direct method call to one or more Standard Query Operators) |
stat. | method of collective marks | 단체마크방법 |
math. | method of collective marks | 단체마크종합관찰방법 |
comp., MS | method of contact | 연락 수단 (The preferred method of communication with the Business Contact; for example, phone, e-mail message, letter, fax, and so on) |
stat. | method of moments | 적률법 |
stat. | method of moments | 적률방법 |
math. | method of moments | 적률법, 적률방법 |
math. | method of overlapping maps | 중복지도방법 |
math. | method of path coefficients | 표준화회귀계수 |
math. | method of scoring | 점수화방법 |
math. | method of steepest ascent | 최대경사법 |
math. | mid-rank method | 중간순위방법 |
math. | Monte Carlo method | 몬테칼로 방법 |
math. | moving average method | 이동평균법 |
math. | multiple decision methods | 다중결정방법 |
math. | multiple smoothing method | 다중평활법 |
comp., MS | named update method | 명명된 업데이트 메서드 (A custom service operation that performs an action which is different than a simple query, update, insert, or delete operation) |
math. | nearest-neighbour methods | 최근접이웃방법 |
math. | nested methods | 지분방법 |
comp., MS | Network Discovery method | 네트워크 검색 방법 (An SMS/Configuration Manager discovery method that enables the SMS/Configuration Manager administrator to discover any network resources that are IP addressable) |
math. | Newton-Raphson method | 뉴튼-라프슨 방법 |
math. | non-parametric delta method | 비모수적 델타 방법 |
comp., MS | payment method | 결제 방법 (The mechanism by which payment is provided. Includes cash, check, credit card, wire transfer, etc) |
math. | Peters' method | Peters 방법 |
math. | predictive sample reuse method | 예측표본재사용방법 |
comp., MS | Pricing Method | 가격 산정법 (A label on a drop-down list on the Price List Item form in which you select how the pricing will be done) |
math. | Procrustes method | 프로크러스티즈 방법 |
math. | quasi-Newton methods | 준 뉴튼 방법 |
stat. | ratio delay method | 스넵 리딩 방법 |
stat. | ratio delay method | 지연비율방법 |
math. | ratio delay method | 스넵 리딩 방법, 지연비율방법 |
math. | reduced form method | 축소형방법 |
math. | Reed-Munch method | Reed-Mьnch 방법 |
stat. | Reed-Münch method | Reed-Münch 방법 |
comp., MS | request method | 요청 메서드 (A method that uses GET or POST) |
stat. | right and wrong cases method | 옳고그름잘잘못사례방법 |
math. | right and wrong cases method | 옳고그름 잘잘못 사례방법 |
comp., MS | semisynchronous method call | 일부 동기 메서드 호출 (A method call that returns immediately and allows the application or script to enumerate the returned objects as a collection. A semisynchronous method call does not require setting up an object sink, but an asynchronous method call does require setting up an object sink) |
comp., MS | Sensing Method | 센서 방식 (The sensing component in the camera that was used to capture the image) |
comp., MS | shipping method | 운송 방법 (A method of transportation for goods or services, such as Air, Truck or UPS) |
math. | simplex method | 심플렉스 방법 |
math. | snap reading method | 스넵 리딩 방법, 지연비율방법 |
math. | Spearman-Karber method | Spearman-Kдrber 방법, Spearman-Kдrber 추정량 |
math. | split half method | 반분법 |
math. | split plot method | 분할구설계 |
math. | split test method | 반분법 |
math. | staircase method | 계단식설계 |
comp., MS | static method | 정적 메서드 (A method that is not invoked on an instance of an object) |
math. | Stein-Chen method | Stein-Chen 방법 |
math. | Taguchi methods | 다구치 방법 |
comp., MS | test method | 테스트 메서드 (Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class) |
math. | unweighted means method in analysis of variance | 비가중 평균 방법 |
math. | up and down method | 계단식설계 |
math. | variable difference method | 변수차분법 |
math. | variate difference method | 변량차분법 |
math. | Ward's method | 왈드 방법 |
comp., MS | Web method | 웹 방식 (A procedure that is exposed to Web service clients as an operation that can be called on the Web service) |
math. | Wolfowitz minimum distance method | Wolfowitz 최소 거리 방법 |