DictionaryForumContacts

Terms containing Code | all forms | exact matches only
SubjectEnglishKorean
comp., MSaccess code액세스 코드 (A string of characters entered by a user to verify his or her identity to a network or to a local computer, device, or client, or to sign in to an account, app, and so on)
comp., MSaccount code계정 코드 (The unique identifier for a record that holds the balance relating to any single asset, liability, owner's equity, revenue, or expense of the business)
comp., MSaccount code segment계정 코드 세그먼트 (A section of an account code that represents a type of entity for which you are accounting)
comp., MSarea code지역 번호 (A number that identifies each telephone service area in a country/region and is used as a dialing prefix)
comp., MSauthorization code인증 코드 (A code that grants rights to an individual, for example to use a system or access stored data)
comp., MSbank code은행 코드 (A unique bank registration number that a bank uses to identify itself)
comp., MSbank sorting code은행 분류 코드 (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks)
ITbar code바 코드
comp., MSbar code바코드 (The special identification code printed as a set of vertical bars of differing widths on books, grocery products, and other merchandise. Used for rapid, error-free input in such facilities as libraries, hospitals, and grocery stores, bar codes represent binary information that can be read by an optical scanner. The coding can include numbers, letters, or a combination of the two; some codes include built-in error checking and can be read in either direction)
comp., MSbar code reader바코드 판독기 (An optical device that uses a laser beam to read and interpret bar codes, such as the Universal Product Codes, found on grocery products and other retail items)
comp., MSbar code scanner바코드 스캐너 (An optical device that uses a laser beam to read and interpret bar codes, such as the Universal Product Codes, found on grocery products and other retail items)
ITbinary code이진 코드
comp., MSbranch code지점 코드 (A numeric code used in combination with a bank code to identify a specific bank branch)
comp., MScampaign code캠페인 코드 (An identifier, usually made up of numbers or letters, such as 1234 or Early Spring, for a marketing campaign. The campaign code is another way to identify a marketing campaign distinct from the name of the marketing campaign)
comp., MScard validation code카드 유효성 검사 코드 (A code that credit card companies use to authorize credit card charges. For example, American Express uses a four-digit number on the front of the credit card, and Visa, MasterCard, and Discover use a three-digit number on the back)
comp., MSCentral Bank MFO Code중앙 은행 MFO 코드 (A 9-digit code used to identify banks for routing transactions in the Russian Federation)
comp., MScentral bank transaction code중앙 은행 거래 코드 (A statistical code defined by the Central Bank of Russia used to describe the subjects of payments denominated in Russian roubles for cross-border transactions)
comp., MScharacter code문자 코드 (A numeric value that corresponds to a particular character in a set)
comp., MSclient code generation클라이언트 코드 생성 (The action of generating code for the client project based on operations and entities exposed in the middle tier. A RIA Services link must exist between the client and server projects)
comp., MScode access security코드 액세스 보안 (A mechanism provided by the common language runtime whereby managed code is granted permissions by security policy and these permissions are enforced, helping to limit the operations that the code will be allowed to perform)
comp., MScode analysis코드 분석 (The process of checking code for conformance to design guidelines. Code analysis goes beyond compilation to look for common coding and design errors determined by a set of guidelines)
comp., MScode-behind코드 숨김 (For ASP.NET pages and XAML-based applications, code that is contained within a separate file, allowing for the separation of markup (for example, markup contained in an HTML or XAML file) from behavior that is implemented in code)
comp., MScode-behind class코드 숨김 클래스 (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file)
comp., MScode-behind file코드 숨김 파일 (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
comp., MScode-behind page코드 숨김 페이지 (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
comp., MScode comment Web report코드 주석 웹 보고서 (Web pages that enable you to browse the code structure within files in your current project or solution, such as objects and interfaces defined in a project)
comp., MScode complete코드 완료 (A development milestone marking the point at which all features for the release are implemented and functionality has been verified against the functional specification)
comp., MScode coverage코드 검사 (A technology that includes adding instructions to an existing assembly or artifact and that enables Visual Studio to monitor the code paths that are touched by a test)
comp., MSCode Definition window코드 정의 창 (A read-only editor view that displays the definition of a symbol in a code file stored in, or referenced by, the active project)
comp., MScode element코드 포인트 (The minimum bit combination that can represent a unit of encoded text for processing or exchange)
comp., MScode example코드 예제 (A block of sample code in documentation that is used to demonstrate a concept or process)
comp., MSCode First MigrationsCode First 마이그레이션 (A feature that allows a database created by Code First to be incrementally changed as a developer's Code First model evolves)
comp., MScode freeze코드 동결 (A point at which a technical project document (requirements specification, functional specification, etc) or developed component of the solution cannot change without significant justification and approval by key project stakeholders)
comp., MScode group코드 그룹 (A logical grouping of code that has a specified condition for membership)
comp., MScode library코드 라이브러리 (In programming, a collection of routines stored in a file. Each set of instructions in a library has a name, and each performs a different task)
comp., MScode list코드 목록 (A set of abbreviation/explanation pairs that are used as a design-time aid to providing sets of XML Schema Definition language (XSD) enumeration values)
comp., MScode mask코드 마스크 (The format that you define for a work breakdown structure [WBS] code or a custom outline code. The mask specifies the sequence and number of letters or numbers required for each level and the symbol separating the levels)
comp., MScode metric코드 메트릭 (A software measure that provides developers better insight into the code they are developing. By taking advantage of code metrics, developers can understand which types and/or methods should be reworked or more thoroughly tested. Development teams can identify potential risks, understand the current state of a project, and track progress during software development)
comp., MSCode of Conduct준수 사항 (The link to the code of conduct, which contains rules that explain how someone should behave while using a service or product)
ITcode of ethics윤리강령
comp., MScode page코드 페이지 (A table that relates the character codes (code point values) used by a program to keys on the keyboard or to characters on the display. This provides support for character sets and keyboard layouts for different countries or regions)
comp., MScode pane코드 창 (In Visual Basic for Applications, the window that is used to display, edit, and write module-level and procedure code)
comp., MScode point코드 포인트 (The minimum bit combination that can represent a unit of encoded text for processing or exchange)
comp., MScode profiler코드 프로파일러 (A software tool, implemented as a DLL, which is called by the runtime system during the execution of an image)
comp., MScode review코드 검토 (The process of assessing code to improve its quality and the capabilities of the development team. Types of code review include formal review, peer-based review, and third-party review)
comp., MScode sample코드 샘플 (A set of program instructions that are provided as an example, typically for learning and re-use)
comp., MScode segment코드 세그먼트 (A memory segment containing program instructions)
comp., MScode snippet코드 조각 (A small piece of programming code that is part of a larger program. Usually the code snippet performs a specific function or task)
comp., MScode stub코드 스텁 (A segment of Visual Basic code that defines the beginning and end of a procedure)
comp., MSCode view코드 보기 (A window that shows the code that comprises a web page)
ITCombined Code on Corporate Governance기업 거버넌스와 결합된 윤리
comp., MScondition code조건 코드 (One of a set of bits that are set on (1, or true) or off (0, or false) as the result of previous machine instructions. The term is used primarily in assembly or machine language situations. Condition codes are hardware-specific but usually include carry, overflow, zero result, and negative result codes)
comp., MScountry code국가 번호 (In telephony, the one-, two-, or three-character sequence that represents the country/region being called)
comp., MScountry/region code국가/지역 코드 (A two-character sequence in an Internet domain name address that indicates the country/region in which a host is located)
comp., MScourse code과정 코드 (A number or code that an educational institution uses to identify a particular class)
comp., MSdead code데드 코드 (Code that is not called during profiling)
ITdigital code signing디지털 코드 서명
comp., MSdirection code방향 코드 (A value in a fax or phone activity that indicates the direction of the message. Typically the values are incoming or outgoing)
comp., MSDSN codeDSN 코드 (A three-digit string of numbers, such as 5.1.2., that indicates the status of an attempt to deliver an e-mail message)
comp., MSElectronic Product Code전자 제품 코드 (A standard for electronically marking products so that they can be tracked by using radio frequency identification (RFID). An EPC is 96 bits divided into four partitions: header, manager number, object class, and serial number)
comp., MSembed codeembed 태그 (HTML code that adds an object, such as a video, to a Web site, blog, or HTML page)
comp., MSemergency access code응급 액세스 코드 (An emergency access code is a set of letters and numbers that can be included on your emergency profile wallet card or sheet)
comp., MSEntity Framework Code First MigrationsEntity Framework Code First 마이그레이션 (A feature that allows a database created by Code First to be incrementally changed as a developer's Code First model evolves)
comp., MSerror code오류 코드 (One of four fields of an SCODE. It is a unique number that is assigned to represent the error or warning)
ITexecutable code실행 코드
comp., MSexit code종료 코드 (A value set by an executable upon exit or termination that conveys status information)
comp., MSfield code필드 코드 (Placeholder text that shows where specified information from your data source will appear; the elements in a field that generate a field's result. The field code includes the field characters, field type, and instructions)
comp., MSfour character code4문자 코드 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format)
comp., MSFOURCC codeFOURCC 코드 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format)
comp., MSgenerated code생성된 코드 (Code that is automatically generated for the client project based on operations and entities exposed in the middle tier when a RIA Services link exists between the server and client projects)
comp., MShash code해시 코드 (A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing)
comp., MSHTML codeHTML 코드 (The code that is used to create web pages)
comp., MSHTML code fragmentHTML 코드 조각 (HTML code that you add to your Web page to create features such as a script, a counter, or a scrolling marquee)
comp., MSIFSC codeIFSC 코드 (A series of 11 alphanumeric characters used by the Indian Financial System to identify banks participating in the NEFT system and to route transactions between banks)
comp., MSindustry code산업 코드 (A code used to identify different industries such as automotive, aviation, and beverage. You use industry codes to identify the associated industry of an advertisement, thus preventing two ads from competing companies in the same industry from appearing on the same page)
comp., MSinternational access code국가별 액세스 코드 (The prefix that is used to direct a call internationally. The International Access Code is 011 in the United States and 00 in much of the rest of the world)
comp., MSJust My Code내 코드만 (A Visual Studio .NET debugging feature that allows the user to step through all the user-written code in the current project as well as in any referenced project, and skip over designer-generated code. Also, Just My Code affects breakpoints as well as stepping)
comp., MSlate-bound code런타임에 바인딩된 코드 (A code that defers the assignment of a meaning to an identifier (such as a variable) until runtime)
comp., MSleader code리더 코드 (An access code that is needed in order for a user to join a conference as a leader. This string is entered in the Options dialog box, on the Accounts tab, under Conferencing Information)
comp., MSline of code코드 줄 (An executable line of text that excludes white space, comments, type declarations, and namespace declarations)
comp., MSmain account code segment기본 계정 코드 세그먼트 (A segment of a general ledger account code that corresponds to the type of account (for example, cash, sales, or travel expense))
comp., MSmanaged code관리 코드 (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications)
comp., MSmanaged code extension관리 코드 확장 (An application-level add-in or document-level customization. Generally, an extension to Microsoft Office that is created by using Visual Studio Tools for Office)
comp., MSmaster boot code마스터 부트 코드 (A small amount of executable code contained in the master boot record that scans the partition table for the active partition, finds the starting sector of the active partition, loads a copy of the boot sector from the active partition into memory, and transfers control to the executable code in the boot sector)
comp., MSMatch Code Update일치 코드 업데이트 (A system job that scans the system for records for which match codes are not updated and persist their corresponding matchcodes in the database (this wakes up every 5 mins))
ITmessage authentication code메시지 인증 코드MAC
comp., MSmobile code모바일 코드 (Any code placed on a central server that is meant to be downloaded and run by multiple clients. Mobile code can be distributed using Web servers, FTP servers, file shares, and so on. Typically, users run mobile code from the intranet and Internet zones)
comp., MSMy Code내 코드 (A debugging feature that hides non-user code so that it does not appear in the debugger windows)
comp., MSnative code네이티브 코드 (Code that has been compiled to processor-specific machine code)
comp., MSnatural account code segment기본 계정 코드 세그먼트 (A segment of a general ledger account code that corresponds to the type of account (for example, cash, sales, or travel expense))
ITobject code목적 코드
comp., MSorder status code주문 상태 코드 (A numerical data code that identifies the types of order status used on your Web site. For example, you may create order status codes to define saved orders, deleted orders, or unprocessed orders)
comp., MSoutline code개요 코드 (A custom tag that users define for tasks or resources to allow them to show a hierarchy of the tasks in their project that is different from WBS codes or outline numbers. You can create up to 10 sets of custom outline codes in your project)
comp., MSoutside line access code외부 회선 액세스 코드 (The prefix that is used to access an outside line. In the United States, this prefix is typically 9)
comp., MSparticipant code참가자 코드 (An access code that is required for a user to join a conference as a participant. This code is entered in the Options dialog box, on the Accounts tab, under Conferencing Information)
comp., MSpolicy bar code정책 바코드 (An image that encodes a unique identifier for a Windows SharePoint Services object, where the value of the unique identifier can also be represented textually)
comp., MSpolymorphic code다형성 바이러스 (Malicious code that changes its code structure or method of infection to evade detection by virus scanners)
comp., MSpostal code우편 번호 (An alphanumeric code assigned to all addresses in order to facilitate mail delivery)
comp., MSprepaid card code선불 카드 코드 (The unique, 25-character code on a prepaid card that adds computer use time to your prepaid computer or that pays for your subscription)
comp., MSpromotion code프로모션 코드 (The identification string included with a campaign activity that relates an individual piece of marketing collateral with the corresponding campaign)
comp., MSproxy code프록시 코드 (Code generated by .NET that creates the infrastructure a client can use to call a Web service)
comp., MSpure code순수형 코드 (Code that can contain both native and managed data types, but only managed functions)
comp., MSQR codeQR 코드 (A specific two-dimensional bar code)
comp., MSredundant code중복 코드 (Code that duplicates a function performed elsewhere-for example, code to sort a list that has already been sorted)
comp., MSresponsibility account code segment책임 계정 코드 세그먼트 (A segment of a general ledger account code that corresponds to a category within the overall structure of the organization, such as location, division, department, area, task, project, or product)
comp., MSreturn code반환 코드 (In programming, a code that is used to report the outcome of a procedure or to influence subsequent events when a routine or process terminates (returns) and passes control of the system to another routine. Return codes can, for example, indicate whether an operation was successful or not and can thus be used to determine what is to be done next)
comp., MSsafe code안전한 코드 (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications)
comp., MSsample code샘플 코드 (A set of program instructions that are provided as an example, typically for learning and re-use)
comp., MSscan code스캔 코드 (A code generated by the keyboard software to identify the key pressed in a unique manner)
comp., MSseverity code심각도 코드 (One of four fields of an SCODE that specifies either success, or the kind of error)
comp., MSshared code공유 코드 (Code that is specifically designated to exist without modification in the server project and the client project)
comp., MSSIC codeSIC 코드 (A four-digit number assigned by the U.S. government to designate the economic activity of businesses)
comp., MSSingle Payment Classification Code단일 결제 분류 코드 (A Standard Entry Class ACH code that describes a type of financial transaction)
comp., MSsingle-use code일회용 코드 (A code, which can be used only once, that can be used in place of a password to sign in)
comp., MSsite code사이트 코드 (A three-character code that SMS/Configuration Manager uses to uniquely identify an SMS/Configuration Manager site. The site code is specified during the site installation and cannot be changed after installation. The valid characters for site codes are A through Z and 0 through 9)
comp., MSskill code기술 코드 (A type of enterprise outline code that allows you to specify the skills that a resource has)
comp., MSsort code지점 코드 (A 6-digit code used by the British and Irish banking industries to identify banks and route money transfers between banks)
ITsource code소스 코드
ITsource code compare program소스 코드 비교 프로그램
comp., MSsource code configuration file소스 코드 구성 파일 (A file that Build.exe uses to generate source code. A source code configuration file can be a dirs file, a sources file, or a makefile file)
comp., MSsource code control원본 코드 제어, 소스 코드 제어 (A set of features that include a mechanism for checking source code in and out of a central repository. It also implies a version control system that can manage files through the development lifecycle, keeping track of which changes were made, who made them, when they were made, and why)
ITsource lines of code소스 코드 라인수SLOC
comp., MSSouth African National Clearing Code남아프리카 공화국 은행 코드 (A series of numbers used to identify banks and transaction routing information for South African financial institutes)
comp., MSStandard Industrial Classification codeSICStandard Industrial Classification 코드 (A four-digit number assigned by the U.S. government to designate the economic activity of businesses)
comp., MSsuccess code성공 코드 (An exit code value returned by an executable program that indicates that an operation completed successfully)
comp., MSSWIFT codeSWIFT 코드 (An international identification code used to identify financial institutions for international money transfers)
comp., MSTrojan code트로이 코드 (A program that appears to be useful or harmless but that contains hidden code designed to exploit or damage the system on which it is run)
comp., MSunblock code차단 해제 코드 (An operator-provided code to unblock a SIM card)
comp., MSunlock code잠금 해제 코드 (A code needed to use a phone with a SIM card on another cellular network)
comp., MSunmanaged code비관리 코드 (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime)
comp., MSunsafe code안전하지 않은 코드 (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime)
comp., MSvirtual key code가상 키 코드 (A symbolic constant name, hexadecimal value, or mouse or keyboard equivalent that provides a hardware and language-independent method of identifying keyboard keys. Each virtual key code represents a unique keyboard key and also identifies the purpose of that key. The keyboard driver must provide one or more keyboard layouts that maps keyboard scan codes to the appropriate virtual key codes)
comp., MSZIP code우편 번호 (In the United States, the postal code assigned to all addresses)
comp., MSZip/Postal Code우편 번호 (The label for the text box where the user types the postal code for outgoing correspondence)

Get short URL