Subject | English | Korean |
math. | binary sequence | 이진수열 |
comp., MS | calling sequence | 호출 시퀀스 (In a program when a subroutine call occurs, an agreement between the calling routine and the called routine on how arguments will be passed and in what order, how values will be returned, and which routine will handle any necessary housekeeping (such as cleaning up the stack). The calling sequence becomes important when the calling and called routines were created with different compilers or if either was written in assembly language. Two common calling sequences are the C calling sequence and the Pascal calling sequence. In the C calling sequence, the calling routine pushes any arguments included in the call on the stack in reverse order (right to left) and performs any stack cleanup; this permits a varying number of arguments to be passed to a given routine. In the Pascal calling sequence, the calling routine pushes any included arguments on the stack in the order in which they appear (left to right), and the called routine is expected to clean up the stack) |
comp., MS | collation sequence | 데이터 정렬 순서 (The ordering relationship (sequence) among objects that is to be established by a collating sort) |
IT | computer sequence checking | 컴퓨터 시퀀스 검사 |
comp., MS | control escape sequence | 제어 이스케이프 시퀀스 (In regular expressions, a backslash followed by the letter "c" followed by one of the letters "a" through "z" or "A" through 'Z'. It matches the ASCII control character that is named by that letter) |
comp., MS | DIB sequence | DIB 시퀀스 (In DirectShow Editing Services, a series of device-independent bitmap (DIB) files rendered in a sequence as video frames) |
comp., MS | escape sequence | 이스케이프 시퀀스 (A character combination consisting of an escape character, usually a backslash, followed by a letter or by a combination of digits) |
comp., MS | frame check sequence | 프레임 검사 시퀀스 (The extra checksum characters added to a frame in a communication protocol for error detection and correction. Source: Wikipedia) |
comp., MS | hexadecimal escape sequence | 16진수 이스케이프 시퀀스 (In regular expressions, a backslash followed by the letter "x" followed by a sequence of hexadecimal digits. It matches a character in the target sequence that has the value that is specified by the two digits) |
comp., MS | image sequence | 이미지 시퀀스 (A consecutive series of images created from consecutive video frames) |
comp., MS | key sequence | 키 시퀀스 (Any combination of keys that must be pressed sequentially) |
comp., MS | log sequence number | 로그 시퀀스 번호 (A unique number assigned to each entry in a transaction log. LSNs are assigned sequentially according to the order in which entries are created) |
comp., MS | Microsoft Sequence Clustering algorithm | Microsoft 시퀀스 클러스터링 알고리즘 (Algorithm that is a combination of sequence analysis and clustering, which identifies clusters of similarly ordered events in a sequence. The clusters can be used to predict the likely ordering of events in a sequence based on known characteristics) |
comp., MS | octal escape sequence | 8진수 이스케이프 시퀀스 (In regular expressions, a backslash followed by one, two, or three octal digits (0-7). It matches a character in the target sequence that has the value that is specified by those digits) |
comp., MS | restore sequence | 복원 순서 (A sequence of one or more restore commands that, typically, initializes the contents of the database, files, and/or pages being restored (the data-copy phase), rolls forward logged transactions (the redo phase), and rolls back uncommitted transactions (the undo phase)) |
IT | sequence check | 순서 검사 |
comp., MS | sequence diagram | 시퀀스 다이어그램 (An interaction diagram that shows the objects participating in a particular interaction and the messages they exchange arranged in a time sequence) |
comp., MS | sequenced application | 시퀀스된 응용 프로그램 (An application that has been monitored by the Sequencer, broken up into primary and secondary feature blocks, can be streamed to a computer running the Microsoft Application Virtualization Terminal Services Client or the Microsoft Application Virtualization Desktop Client, and can run inside of its own virtual environment) |
comp., MS | sequenced application package | 시퀀스된 응용 프로그램 패키지 (The files that comprise a virtual application and allow a virtual application to run. These files are created after sequencing and specifically include .osd, .sft, .sprj, and .ico files) |
comp., MS | sequenced collection | 순차화된 컬렉션 (A collection of destination objects of a sequenced relationship object) |
comp., MS | sequenced relationship | 순차화된 관계 (A relationship in a repository that specifies explicit positions for each destination object within the collection of destination objects) |
comp., MS | sequencing computer | 시퀀싱 컴퓨터 (The computer used to perform sequencing and create a sequenced application package) |
comp., MS | task sequence | 작업 순서 (The mechanism in Configuration Manager for performing multiple steps or tasks on a client computer at the command-line level without requiring user intervention) |
comp., MS | unicode escape sequence | 유니코드 이스케이프 시퀀스 (In regular expressions, a backslash followed by the letter "u" followed by four hexadecimal digits. It matches a character in the target sequence that has the value that is specified by the four digits) |