"Unsigned" is not found on TREX in Korean-English direction
Try Searching In English-Korean (Unsigned)

Low quality sentence examples

적당한 방법은 array of unsigned char를 사용하는 것이다 그리고 드라이버에 pass 하기전에 직접 assemble/disassemble the buffer해버리는 것이다.
The proper way is to use array of unsigned char and to manually assemble/disassemble the buffer to be passed to the driver.
할당 및 포인터 차이는 상호 교환되지만 동일하지 않은 유형, 예를 들어 unsigned char * 및 char * 같은 유형에 대한 포인터 사이에서 허용됩니다.
Assignment and pointer differences are permitted between pointers to types that are interchangeable but not identical, for example, unsigned char* and char.
비트 부호 없는 정수 개체와 문자열 사이를 변환하는 형식 변환기를 제공합니다. Provides a type converter to convert 8-bit unsigned integer objects to and from a string.
Provides a type converter to convert 8-bit unsigned integer objects to and from a string.
unsigned int 또는 unsigned long 형식을 가집니다.
unsigned int, long, unsigned long, long long
Printf("unsigned int는 %zd바이트를 차지합니다. "sizeof(unsigned int));
Printf("\nAn unsigned int is%d bytes", sizeof( unsigned int));
Short, long, unsigned, signed.
Short, long, signed and unsigned.
Char, signed char, unsigned char.
Char, unsigned char, signed char.
부호없는 정수(unsigned integer.
Forbid-(unsigned integer.
X"는 unsigned int를 기대합니다.
The type expected by%x is unsigned int.
D/unsigned long 을 2D/unsigned long 으로 캐스트.
Cast 1D/unsigned char to 2D/unsigned long.
D/unsigned char 를 2D/unsigned long 으로 캐스트.
Cast 1D/unsigned char to 2D/unsigned long.
JAVA에서는 unsigned right shift operator라 한다.
With one exception: the unsigned right-shift operator.
D/long 을 1D/unsigned bytes 로 캐스트.
Cast 1D/long to 1D/unsigned bytes.
Const unsigned short UPDATEREADY = 4; // 업데이트 준비.
Const unsigned short UPDATEREADY= 4;
D/unsigned bytes 를 1D/char 로 캐스트.
Cast 1D/unsigned bytes to 1D/char.
이 경우 문자열 인수는 unsigned char* 형식이어야 합니다.
QueueHandle is an unsigned char type.
ㅇ 기본 자료형의 변형 키워드: short, long, unsigned, signed.
Type Specifiers: long, long long, short, unsigned.
피연산자 중 하나가 unsigned long 형식인 경우 다른 피연산자가 unsigned long 형식으로 변환됩니다.
Then, if either operand is unsigned long, the other is converted to unsigned long.
C 가 unsigned char 값이 아니거나 EOF 라면, 함수의 행동은 알 수 없다.
If c is not an unsigned char value, or EOF, the behavior of these functions is undefined.
ULONG_MAXULONG_MAX unsigned long 형식 변수의 최대값입니다. Maximum value for a variable of type unsigned long.
ULONG_MAX is the maximum number which can be stored in a variable of type unsigned long.