Subject | English | Korean |
math. | Armitage's restricted procedure | 아미타지의 제한절차 |
math. | asymptotic Bayes procedure | 점근적 베이즈 절차 |
comp., MS | asynchronous procedure call | 비동기 프로시저 호출 (A function call that executes separately from an executing program when a set of enabling conditions exist. After the conditions have been met, the operating system's kernel issues a software interrupt and directs the executing program to execute the call) |
math. | Brown-Mood procedure | 브라운-무드 절차 |
comp., MS | CLR stored procedure | CLR 저장 프로시저 (A stored procedure created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
math. | CUSUM procedures | CUSUM절차 |
math. | empirical Bayes' procedure | 경험적 베이즈 절차 |
comp., MS | event procedure | 이벤트 프로시저 (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system) |
comp., MS | extended stored procedure | 확장 저장 프로시저 (A function in a dynamic link library (DLL) that is coded using the SQL Server Extended Stored Procedure API. The function can then be invoked from Transact-SQL using the same statements that are used to execute Transact-SQL stored procedures) |
comp., MS | Function procedure | Function 프로시저 (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement) |
math. | Jirina sequential procedure | Jiřina 순차 절차 |
stat. | Jiřina sequential procedure | Jiřina 순차 절차 |
math. | Mood-Brown procedure | 브라운-무드 절차 |
math. | MOSUM procedures | MOSUM 절차 |
comp., MS | operator procedure | 연산자 프로시저 (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading) |
horticult. | phytosanitary procedure | 식물위생절차 |
comp., MS | private procedure | 전용 프로시저 (A Sub or Function procedure that has been declared as private by using the Private keyword in a Declare statement. Private procedures are available for use only by other procedures within the same module) |
IT | problem escalation procedure | 문제 이관 절차 |
comp., MS | procedure call | 프로시저 호출 (In programming, an instruction that causes a procedure to be executed. A procedure call can be located in another procedure or in the main body of the program) |
comp., MS | procedure level | 프로시저 수준 (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only) |
comp., MS | procedure-level variable | 프로시저 수준 변수 (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared) |
IT | remote procedure call | 원격 절차 호출RPC |
comp., MS | remote procedure call | 원격 프로시저 호출 (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer)) |
comp., MS | remote stored procedure | 원격 저장 프로시저 (A stored procedure located on one instance of SQL Server that is executed by a statement on another instance of SQL Server) |
math. | resampling procedure | 재표집절차 |
math. | restricted sequential procedure | 제한적 순차절차 |
IT | sign-on procedure | 접속 절차 |
stat. | Stein's two sample procedure | 스타인의 이표본절차 |
math. | Stein's two sample procedure | 스타인의 이2표본절차 |
math. | step-down procedure | 하향 단계 방법 |
math. | stochastic approximation procedure | 확률적 근사절차 |
comp., MS | stored procedure | 저장 프로시저 (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application) |
comp., MS | stored procedure resolver | 저장 프로시저 해결 프로그램 (A program that is invoked to handle row change-based conflicts that are encountered in an article to which the resolver was registered.) |
comp., MS | Sub procedure | Sub 프로시저 (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value) |
comp., MS | system stored procedure | 시스템 저장 프로시저 (A type of stored procedure that supports all of the administrative tasks required to run a SQL Server system) |
comp., MS | temporary stored procedure | 임시 저장 프로시저 (A procedure placed in the temporary database, tempdb, and erased at the end of the session) |
comp., MS | window procedure | 창 프로시저 (A function, called by the operating system, that controls the appearance and behavior of its associated windows. The procedure receives and processes all messages to these windows) |