What is the translation of " UNSIGNED INTEGER " in Korean?

[ʌn'saind 'intidʒər]
[ʌn'saind 'intidʒər]
부호 없는 정수
unsigned integer
부호없는 정수

Examples of using Unsigned integer in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Bit unsigned integer.
비트 부호 없는 정수.
Hdr Ext Len- 8-bit unsigned integer.
Hdr Ext Len: 8bit 부호 없는 정수.
Unsigned Integer.
이것도 unsigned integer.
Forbid-(unsigned integer).
부호없는 정수(unsigned integer).
Returns the larger of two 8-bit unsigned integers.
두 개의 8비트 부호 있는 정수 중 더 작은 숫자를 반환합니다.
Bit unsigned integer.
Bit unsigned 정수형.
Returns the larger of two 16-bit unsigned integers.
두 개의 16비트 부호 없는 정수 중 더 큰 숫자를 반환합니다.
Unsigned integer type returned by the sizeof operator(typedef)[edit].
Sizeof 연산자로 반환된 부호없는 정수타입 (typedef) [edit].
DWORD: A 32-bit unsigned integer.
DWORD: 32비트 부호 없는 정수.
Uimsbf unsigned integer, most significant-bit first.
도 4에서 uimsbf는 unsigned integer most significant bit first의 약자이다.
Unsigned Native unsigned integer.
Retriesretries 부호 없는 정수Any unsigned integer.
The bytes or byte values used in the various packets are configured as multi-bit(8- or 16-bit) unsigned integers.
다양한 패킷에 사용된 바이트들 또는 바이트 값은 부호 없는 다중 비트 정수(8 또는 16비트)로 구성된다.
Represents an unsigned integer value.
부호 없는 압축된 정수 값을 읽습니다.
The bytes or byte values used in the various packets are configured as multi-bit(8- or 16-bit) unsigned integers.
다양한 패킷에서 사용된 바이트 또는 바이트 값은 멀티 비트 (8- 또는 16- 비트) 무부호 (unsigned) 정수로 구성된다.
Uint8Array 1 8-bit unsigned integer unsigned char.
Uint8Array 1 8-bit 부호 없는 정수 unsigned char.
Returns the smaller of two 16-bit unsigned integers.
두 개의 16비트 부호 있는 정수 중 더 작은 숫자를 반환합니다.
Each pixel is an 8-bit unsigned integer(uint8) with values between 0 and 255.
각 픽셀은 8-bit 부호없는 정수 (uint8)이고, 0부터 255 사이의 값을 갖습니다.
For example, int x:10 allocates an unsigned integer of 10 bits.
예를 들어 int x:10은 10비트의 부호 없는 정수를 할당합니다.
The protocol_version comprises an 8-bit unsigned integer whose function is to allow, in the future, this table type to carry parameters that may be structured differently than those defined in the current protocol.
Protocol_version 필드(8비트)는 현재 프로토콜 내에서 정의된 것들과 다른 구조를 가지는 파라미터들을 전송하는 NCT를 허용하기 위한 프로토콜 버전을 알려준다An 8-bit unsigned integer field whose function is toallow, in the future, this NRT Content Table to carry parameters that may be structured differently than those defined in the current protocol.
The hClient ID- 2 bytes that contain a 16-bit unsigned integer reserved for the Client ID.
비트 무부호 정수를 포함하는 2 바이트의 h클라이언트 ID 는 클라이언트 ID 를 위해 예약된다.
CIT_MH_protocol_version is an 8-bit unsigned integer field. its function is to allow, in the future, this Cell Information Table section to carry parameters that may be structured differently from those defined in the current protocol.
Protocol_version 필드(8비트)는 현재 프로토콜 내에서 정의된 것들과 다른 구조를 가지는 파라미터들을 전송하는 NCT를 허용하기 위한 프로토콜 버전을 알려준다An 8-bit unsigned integer field whose function is toallow, in the future, this NRT Content Table to carry parameters that may be structured differently than those defined in the current protocol.
The table is formatted as a list of 16-bit unsigned integers, ordered from smallest to largest.
겉(표)의 서식은, 최소로부터 순서에 최대까지의, 16 비트 부호 없음 정수의 리스트입니다.
Another example is using an unsigned integer type such as u32, which ensures the parameter is never negative.
또다른 예로는 u32와 같은 부호없는 정수를 이용하는 것이 있는데, 이는 파라미터가 절대 음수가 아님을 보장합니다.
In the GNU system, non-null pointers are printed as unsigned integers, as if a'% x' conversion were used.
GNU C 체제에서는, 널이 아닌 포인터들은 마치 '% x' 변환자가 사용된 것처럼 무부호 정수로 프린트된다.
OCaml doesn't have a basic unsigned integer type, but you can get the same effect using nativeint.
OCaml은 기본적인 부호 없는 정수 타입이 없지만, 같은 효과를 nativeint 로 낼 수 있다.
Types bool, char, char16_t, char32_t, wchar_t,and the signed and unsigned integer types are collectively called integral types.
T는 bool, char, char16_t, char32_t,wchar_t 그리고, signed or unsigned 정수정수 계열 형식이어야 한다.
However if this field is set to 65535, which is the greatest unsigned integer representable in 16 bit, it means that the number of listpack elements is not known, so a LIST-LENGTH operation will require to fully scan the listpack.
그러나 이 필드를 16 비트로 표현할 수 있는 가장 큰 부호없는 정수인 65535로 설정하면 listpack 요소의 수를 알 수 없으므로 LIST-LENGTH 조작에서 listpack을 완전히 스캔해야합니다.
For example, it takes 7,000 KB less memory to store 1,000 small unsigned integer values using the uint8 class than it does with double.
예를 들어, 부호 없는 작은 정수 값 1,000개를 저장할 때 uint8형 클래스를 사용하면 double형 클래스를 사용할 때에 비해 7KB 더 적은 메모리를 차지합니다.
Uint8ClampedArray 1 8-bit unsigned integer(clamped conversion) unsigned char.
Uint8ClampedArray 1 8-bit 부호 없는 정수 (고정 변환) unsigned char.
Uint16Array 2 16-bit unsigned integer unsigned short.
Uint16Array 2 16-bit 부호없는 정수 unsigned short.
Results: 52, Time: 0.0401

How to use "unsigned integer" in an English sentence

Unsigned integer type used for limit values.
octet unsigned integer in network byte order.
These represent signed and unsigned integer value.
ID for 32-bit unsigned integer value type.
ID for 64-bit unsigned integer value type.
Add missing support for unsigned integer images.
LongestCard is GPC's longest-possible unsigned integer type.
LongWord Defines a 32-bit unsigned integer type.
Each register is an 8-bit unsigned integer variable.
Compressed format with one normalized unsigned integer component.
Show more

How to use "부호 없는 정수" in a Korean sentence

ParseUint 함수는 부호 있는 정수 형태의 문자열을 부호 있는 정수로, 부호 없는 정수 형태의 문자열을 부호 없는 정수로 변환합니다.
이 플래그는 부호 없는 정수 연산의 오버플로우 조건을 나타낸다.
MSIL의 기본 자료형은 C#과 동일하게 부호 있는 정수와 부호 없는 정수 및 부동소수점으로 구성되어있습니다.
탭을 지정 하는 부호 없는 정수 배열 가리키는 대화 단위에서 중지 합니다.
SL_DATAFORMAT_PCM은 애플리케이션이 데이터 표시를 부호 있는 정수, 부호 없는 정수 또는 부동 소수점으로 지정하는 것을 허용하지 않습니다.
정해진 연락처나 방을 유일하게 나타내는 튜플(커넥션, 핸들 타입, 핸들)같은 것처럼, 커넥션 매니저가 부호 없는 정수 값을 할당한다.

Word-for-word translation

Top dictionary queries

English - Korean