「8文字」を含む例文一覧(478)

1 2 3 4 5 6 7 8 9 10 次へ>
  • 8文字の名前
    a 8-character name  - コンピューター用語辞典
  • 8個の文字
    eight words  - EDR日英対訳辞書
  • 3 文字目はgetty (8)
    The third character was an argument to getty (8)  - JM
  • デフォルトは 8 文字分。
    The default is 8.  - JM
  • 8 進数値 ooo を持つ文字
    Character with octal value ooo  - Python
  • 文字送り火(8月)
    Daimonji Okuribi (the Great Bonfire Event) (August)  - Wikipedia日英京都関連文書対訳コーパス
  • (それぞれ 10 進, 8 進, 小文字 16 進, 大文字 16 進) が使える。
    specifying decimal, octal, lower case hexadecimal, or upper case hexadecimal output respectively.  - JM
  • ローマ字の8番目の文字
    the 8th letter of the Roman alphabet  - 日本語WordNet
  • アスキーコードが nnn (8 進) の文字
    the character whose ASCII code is nnn (octal) OPTIONS  - JM
  • 文字送り火(8月15日)
    Daimonji Okuribi (great bonfire event) (August 15)  - Wikipedia日英京都関連文書対訳コーパス
  • は任意の長さの文字列passwdをとり、長さ 8文字配列keyを埋める。
    takes a character string passwd of arbitrary length and fills a character array key of length 8.  - JM
  • パターンと検索対象文字列の両方について、 8 ビット文字列と Unicode 文字列を同じように扱えます。
    Both patterns and strings to be searched can be Unicode strings as well as 8-bit strings. - Python
  • 文字列をコピーし、小文字に変換して返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return a copy of the string converted to lowercase.For 8-bit strings, this method is locale-dependent.  - Python
  • 文字列をコピーし、大文字に変換して返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return a copy of the string converted to uppercase.For 8-bit strings, this method is locale-dependent.  - Python
  • その画像情報から文字データ8を用いて文字認識手段2により文字認識する。
    A character recognizing means 2 recognizes the character from its image information by using character data 8. - 特許庁
  • 文字パタンS7aは文字認識部8で認識され、文字コードS8が出力される。
    The character pattern S7a is recognized by a character recognizing part 8, and a character code S8 is outputted. - 特許庁
  • 文字パタンS7aは文字認識部8に入力され、文字コードS8が出力される。
    The character pattern S7a is inputted to a character recognizing part 8, and a character code S8 is outputted. - 特許庁
  • 最初に入力された文字が 0 (ゼロ)ならば、screenはこれに続く文字 (3 文字まで) を文字としてではなく 8 進数の値として扱う。
    If the first character entered is a 0 (zero), screen will treat the following characters (up to three) as an octal number instead. - JM
  • 最初の文字を大文字にした文字列のコピーを返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return a copy of the string with only its first character capitalized.For 8-bit strings, this method is locale-dependent.  - Python
  • 文字列中の大小文字の区別のある文字全てが小文字で、かつ 1 文字以上ある場合には真を返し、そうでない場合は偽を返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return true if all cased characters in the string are lowercase and there is at least one cased character, false otherwise.For 8-bit strings, this method is locale-dependent. - Python
  • 文字列中の大小文字の区別のある文字全てが大文字で、かつ 1 文字以上ある場合には真を返し、そうでない場合は偽を返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return true if all cased characters in the string are uppercase and there is at least one cased character, false otherwise.For 8-bit strings, this method is locale-dependent. - Python
  • 文字の手書き入力をするためのペン10により、文字認識を経て画面上に表示された文字11をダブルタップすることにより、手書き文字の入力枠8に、その文字の認識前の手書き文字を表示する。
    The character displayed on a screen through character recognition is doubleclicked with a pen 10 for handwriting characters and then the handwritten character before being recognized is displayed in its input frame 8. - 特許庁
  • Unix V7 ではフォーマットが変更された:2 文字目がgetty (8)
    In Unix V7 the format was changed: here the second character was the argument to getty (8)  - JM
  • 文字のサイズをそれぞれ 5, 6, 7, 8 ビットに設定する。
    Set character size to 5, 6, 7, or 8 bits.  - JM
  • 文字列 ('blue' など) か、数値 (範囲は 8 から 63) のどちらかです。
    either a string (like 'blue'), or an integer (range is [8...63]).  - PEAR
  • 半角英数字と半角記号8文字以上32文字以内で入力して下さい。
    Please input using half-width English numbers and letters, using more than 8 characters but less than 32.  - Weblio Email例文集
  • 発音・文字変換手段7は、発音記号の列を発音・文字変換辞書8を参照して文字コード列に変換するとともに、文字コード列を発音・文字変換辞書8を参照して発音記号列に変換する。
    A pronunciation and characteristic conversion means 7 converts the string of the phonetic symbols to character code strings by referencing a pronunciation and character conversion dictionary 8 and converts the character code strings to phonetic symbol strings by referencing the pronunciation and character conversion dictionary 8. - 特許庁
  • 文字列リテラル中では, 16 進および 8 進エスケープはエスケープの示すバイト文字になります.そのバイト文字がソース文字セットでエンコードされている保証はありません.Unicode リテラル中では,エスケープ文字はエスケープ文字の表現する値を持つ Unicode 文字になります.
    In a string literal, hexadecimal and octal escapes denote the byte with the given value; it is not necessary that the byteencodes a character in the source character set. - Python
  • 内側文字盤9と、外側文字盤8と各文字盤が回転した際に、各文字盤に表示された文字が、ほぼ一直線にそろって並ぶ状態に、前記内側文字盤と前記外側文字盤の回転が一時停止する回転止めを設けた意思伝達表示具である。
    The intention communication display implement comprises an inner side character board 9, an outer side character board 8, and a rotation stopper for temporarily stopping the rotation of the inner side character board and the outer side character board so that characters displayed in the character boards are arranged almost in line when the character boards are rotated. - 特許庁
  • 文字列中の全ての文字が英数文字で、かつ 1 文字以上ある場合には真を返し、そうでない場合は偽を返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return true if all characters in the string are alphanumeric and there is at least one character, false otherwise.For 8-bit strings, this method is locale-dependent. - Python
  • 文字列中の全ての文字が英文字で、かつ 1 文字以上ある場合には真を返し、そうでない場合はを返します。 8ビット文字列では、メソッドはロケール依存になります。
    Return true if all characters in the string are alphabetic and there is at least one character, false otherwise.For 8-bit strings, this method is locale-dependent. - Python
  • 比較判定部8は、文字切り出し部7が抽出した文字と、それに対応する文字識別辞書9内の文字データとを比較して、文字のつぶれ具合や濃度差などから原稿が見やすいものになっているかどうか判定する。
    The character discrimination section 8 compares a character extracted by the character segmentation section 7 with character data in a corresponding character identification dictionary 9 so as to discriminate whether or not an original can easily be seen depending on a degree of deformation of the character and a density difference or the like. - 特許庁
  • この変調表示において、表示制御部8は、文章の全文字数に対する特定文字文字数の割合が低いほど強く強調されるように、特定文字の割合に応じた表示態様で特定文字を表示する。
    In this modulation display embodiment, the display control part 8 displays the specific characters in a display mode in proportion to the ratio of the specific characters so that the lower the ratio is of the number of specific characters against the total number of characters in a sentence, the stronger the specific characters are displayed by emphasis. - 特許庁
  • 文字枠除去部8は文字枠中心座標と文字枠の設計データとを用いて文字枠を除去し、文字画像出力部9から外部に出力する。
    A character frame removing part 8 removes the character frame by using the character frame central coordinates and the design data of the character frame, and a character picture outputting part 9 outputs a character picture to the outside part. - 特許庁
  • keyの最初の 8 文字の各文字から下位 7 ビットをとって 56 ビットの鍵が得られる。
    By taking the lowest 7 bits of each of the first eight characters of the key ,  - JM
  • 与えた文字に対応する 8 ビット文字を返します (0x80 とビット単位で論理和を取ります) 。
    Return the 8-bit character corresponding to the given ASCII character(the character bit value is bitwise-ored with 0x80).  - Python
  • 文字情報読取手段は、記入欄8に記入された文字情報を読み取り可能である。
    The character information read means is capable of reading character information written in an entry column 8. - 特許庁
  • ギリシア語アルファベットの8番目の文字
    the 8th letter of the Greek alphabet  - 日本語WordNet
  • ヘブライ語アルファベットの8番目の文字
    the 8th letter of the Hebrew alphabet  - 日本語WordNet
  • 文字(キャラクター)は,8ビットのASCII表示になっている
    Characters are based on the 8-bit ASCII representation  - コンピューター用語辞典
  • 装置名はオプション(任意選択)で,1~8文字の名前である
    The device name is an optional 1- to 8-character name  - コンピューター用語辞典
  • 入力文字の高位ビット (8 番目のビット) をクリアする。
    Clear high (8th) bit of input characters.  - JM
  • OOO (1〜3 桁の 8 進数) によって指定される文字
    The character with the value given by OOO, which is 1 to 3 octal digits  - JM
  • (任意のサイズの) 整数を 8 進の文字列に変換します。
    Convert an integer number (of any size) to an octal string.  - Python
  • yes が 1 の場合、8 ビット文字を入力として許します。
    If yes is 1, allow 8-bit characters to be input.  - Python
  • 奈良大文字送り火8月15日(金)2000点火
    Nara Daimonji Okuribi (bonfire at Nara) in which 2,000 bonfires are lighted on Friday, August 15.  - Wikipedia日英京都関連文書対訳コーパス
  • 8桁超の数字と文字との何らかの組合せ
    any combination of numerals and letters of more than eight digits - 特許庁
  • 総計8桁超から成る何らかの分数又は文字分数
    any fraction or letter fraction consisting of more than eight digits together - 特許庁
  • 標準では、非 ASCII 文字 (8 ビット目がセットされている文字) を含むか、MAXLEN 文字 (標準の値は 200 です) よりも長い部分は quoted-printable 形式で符号化されます。
    By default, a part will be encoded as quoted-printable when it contains any non-ASCII characters (characters with the 8th bitset), or if there are any lines longer than MAXLEN characters(default value 200). - Python
  • パックしたIPアドレス(数文字文字列)を、'7.10.0.5'や'5aef:2b::8'などの標準的な、アドレスファミリ固有の文字列形式に変換します。
    address_family, packed_ip)  - Python
1 2 3 4 5 6 7 8 9 10 次へ>

例文データの著作権について