UNSIGNED CHAR - 日本語 への翻訳

[ʌn'saind tʃɑːr]
[ʌn'saind tʃɑːr]
unsigned char

英語 での Unsigned char の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
As for h, but the next pointer is a pointer to a signed char or unsigned char.
Hhhと同じだが、次のポインタがsignedcharunsignedcharへのポ。
Character types- There are three character types: char, signed char, and unsigned char.
普通の「文字型」には、char,signedchar,unsignedcharの三種類があります。
There are many other data types like, char, unsigned char, short and unsigned short.
対象となる型は「char,signedchar,unsignedchar,short,unsignedshort」です。
C The int argument is converted to an unsigned char, then to a wchar_t as if by btowc(3), and the resulting character is written.
Int引数はunsignedcharに変換され、そしてbtowc(3)によってwchar_tに変換され、結果の文字が書き込まれます。
In all cases c is an int, the value of which must be a character representable as an unsigned char or must equal the value of the macro EOF.
引数はすべてint型であり、その値はunsignedchar型として表現可能であるか、マクロEOFの値と等しくなければならない。
In all cases the argument is an int, the value of which is representable as an unsigned char or equal to the value of the macro EOF.
引数はすべてint型であり、その値はunsignedchar型として表現可能であるか、マクロEOFの値と等しくなければならない。
Note that if this variable is set to zero, the I2C data will be transferred without sending the address. i2cDataTerm(unsigned char): How the I2C transfer will be terminated.
この変数を0に設定した場合、アドレスを送信せずにI2Cデータが送信されますので注意してください。i2cDataTerm(符号なしchar):I2C送信を終了する方法。
Fa"unsigned char(*func)(EditLine*e, int ch)" Add a user defined function,
Unsigned,char,(*func)(EditLine,*e,,int,ch)ユーザ定義関数func()
The memcmp() function returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes(treated as unsigned char values, so that'\200' is greater than'\0', for example).
Memcmp()関数は、2つのバイト列が一致する場合、0を返します。そうでない時は、最初に一致しなかった2つのバイト間の差(unsignedcharの値として扱われます。たとえば'\00'は'\0'よりも大きくなります。)が返されます。
Array of unsigned chars.
Unsignedcharの配列。
Virtual unsigned char.
スタティックなunsignedchar
Typedef unsigned char.
スタティックなunsignedchar
Make Data an unsigned char.
に、unsignedcharを使って行います。
Unsigned char* pImageBuf Destination pointer of image.
Unsignedchar*pImage画像格納済みポインタ。
Sizeof(signed char)== sizeof(unsigned char).
Sizeof1つのデータサイズsizeof(unsignedchar)。
Typedef unsigned char ub1;/* unsigned 1-byte quantities.
TypedefunsignedcharBYTE;/*1byte符号なし整数*/。
B means the data is unsigned char taking 1 byte.
Bはデータがunsignedcharであることを示し、1バイトを占有します。
They can be explicitly declared as signed char or unsigned char.
これらの項目は、signedcharまたはunsignedcharとして明示的に宣言できます。
Both c and the bytes of the memory area pointed to by s are interpreted as unsigned char.
Cとsが指し示すメモリ領域の各バイトは両方ともunsignedcharと解釈される。
If c is not an unsigned char value, or EOF, the behavior of these functions is undefined.
Chの値がunsignedcharで表現できず、EOFとも等しくない場合、動作は未定義です。
結果: 75, 時間: 0.0274

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語