1016万例文収録!

「ASCII character」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > ASCII characterの意味・解説 > ASCII characterに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

ASCII characterの部分一致の例文一覧と使い方

該当件数 : 94



例文

a superset of the ASCII character set 例文帳に追加

ASCII 文字集合の上位セット - 研究社 英和コンピューター用語辞典

(not in POSIX) Fill character is ASCII DEL (0177). 例文帳に追加

(POSIX にはない) 補填文字を ASCII DEL にする。 - JM

Checks for an ASCII whitespace character. 例文帳に追加

ASCII 余白文字かどうかを調べます。 - Python

Checks for an ASCII lower-case character. 例文帳に追加

ASCII 小文字かどうかを調べます。 - Python

例文

On Macintosh, it is the ASCII CR (return)character. 例文帳に追加

Macintosh では、 ASCII CR (復帰) 文字です。 - Python


例文

Return the ASCII value of a string of one character or a Unicode character.例文帳に追加

1 文字からなる文字列または Unicode 文字の ASCII 値を返します。 - Python

The horizontal tab character is encoded in ASCII as decimal 9. 例文帳に追加

水平タブ文字は, ASCII では十進数の 9 として符号化される - 研究社 英和コンピューター用語辞典

part corresponds to the 7-bit ASCII character set. 例文帳に追加

の部分は 7 ビット ASCII 文字集合に相当している。 - JM

of the ASCII character representation of the printable characters 例文帳に追加

印刷可能文字での ASCII 文字表示を追加する。 - JM

例文

ASCII character or backslash escape 例文帳に追加

ASCII 文字かバックスラッシュ付きのエスケープ文字 - JM

例文

Checks for an ASCII alphanumeric character; it is equivalent to"isalpha(c) or isdigit(c)". 例文帳に追加

ASCII 英数文字かどうかを調べます; "isalpha(c) or isdigit(c)" と等価です。 - Python

Checks for a character value that fits in the 7-bit ASCII set. 例文帳に追加

文字が 7 ビット ASCII 文字に合致するかどうかを調べます。 - Python

Checks for an ASCII control character (in the range 0x00 to 0x1f). 例文帳に追加

ASCII 制御文字 (0x00 から 0x1f の範囲) かどうかを調べます。 - Python

Checks for ASCII any printable character except space. 例文帳に追加

空白以外の ASCII 印字可能文字かどうかを調べます。 - Python

Checks for any ASCII printable character including space. 例文帳に追加

空白文字を含め、 ASCII 印字可能文字かどうかを調べます。 - Python

Checks for an ASCII control character (ordinal values 0 to 31). 例文帳に追加

ASCII 制御文字 (0 から 31 までの値) かどうかを調べます。 - Python

Checks for a non-ASCII character (ordinal values 0x80 and above). 例文帳に追加

非 ASCII 文字 (0x80 またはそれ以上の値) かどうかを調べます。 - Python

Return a string representation of the ASCII character c. 例文帳に追加

ASCII 文字 c の文字列表現を返します。 - Python

On Unix, this is the ASCII LF (linefeed)character. 例文帳に追加

Unixでは、行終端は ASCII LF (行送り: linefeed)文字です。 - Python

(e.g., ASCII character coding is used), 例文帳に追加

(たとえば、ASCII文字コーディングが使われている、とする)。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』

specify an ASCII character code 例文帳に追加

アスキー文字コードを指定する - 研究社 英和コンピューター用語辞典

the standard ASCII character set 例文帳に追加

標準的なアスキー文字集合 - 研究社 英和コンピューター用語辞典

the 7-bit ASCII character set 例文帳に追加

7 ビットのアスキー文字集合 - 研究社 英和コンピューター用語辞典

the character whose ASCII code is nnn (octal) OPTIONS 例文帳に追加

アスキーコードが nnn (8 進) の文字 - JM

the ASCII character set is the most universal character coding set 例文帳に追加

ASCII文字セットは最も一般的に用いられている文字セットである - 日本語WordNet

The name of a keygenerating printable ASCII character is the key's character. 例文帳に追加

印字可能なASCII 文字を生成するキーの名前はそのキーの文字自体になります。 - Python

Checks for any printable ASCII character which is not a space or an alphanumeric character.例文帳に追加

空白または英数字以外の ASCII 印字可能文字かどうかを調べます。 - Python

Note:Passwords are limited to a subset of the ASCII character set.Versions of this module prior to 2.3 were extremely limited. 例文帳に追加

+ 注意:Passwords are limited to a subset of the ASCII character set.+ Versions of this module prior to 2.3 were extremely limited. Starting with+ 2.3, all ASCII punctuation is allowed in passwords. However, note that+ whitespace and non-printable characters are not allowed in passwords. This+ is a limitation of the way the .netrc file is parsed and may be removed in+ the future. - Python

a 7-bit coded character set = a character set coded in 7 bits 例文帳に追加

7 ビットでコード化された文字集合《cf. ASCII character set》 - 研究社 英和コンピューター用語辞典

For instance, the convention for text files is lines of ASCII characters separated by a single newline character (the ASCII line-feed character), but the kernel knows nothing about this convention. 例文帳に追加

たとえば、テキストファイルは改行文字 (ASCII LF 文字) で区切られたASCII 文字の行の集まりですが、 カーネルはそのような構造を関知しません。 - FreeBSD

This means that, with ASCII, each character is represented by a single byte.例文帳に追加

これは、ASCIIでは、各文字はシングルバイトで表すことを意味します。 - Gentoo Linux

Many 8-bit codes (such as ISO 8859-1, the Linux default character set) contain ASCII as their lower half. 例文帳に追加

(ISO 8859-1 のような) 多くの 8 ビットのコードでは下半分にASCII を含んでいる。 - JM

TIS 620 is a Thai national standard character set and a superset of US ASCII. 例文帳に追加

TIS 620 はタイの国定標準文字セットで、US ASCII の上位集合である。 - JM

checks whether c is a 7-bit unsigned char value that fits into the ASCII character set. 例文帳に追加

c が、ASCII文字セットに合致する 7ビットのunsigned charであるかを調べる。 - JM

Character large objects (CLOB) for text or ascii data ('clob') 例文帳に追加

テキストや ASCII データを保持する キャラクタラージオブジェクト (CLOB)('clob') - PEAR

Return a string of one character whose ASCII code is the integeri. 例文帳に追加

ASCII コードが整数 i となるような文字 1 字からなる文字列を返します。 - Python

Checks for an ASCII alphabetic character; it is equivalent to"isupper(c) or islower(c)". 例文帳に追加

ASCII アルファベット文字かどうかを調べます; "isupper(c) or islower(c)" と等価です。 - Python

Notice here how we wanted the Subject: field to contain a non-ASCII character?例文帳に追加

Subject: フィールドに非ASCII文字をふくめていることに注目してください。 - Python

The delimiter character is ":" on Unix,";" on Windows, and "n" (the ASCIInewline character) on Macintosh. 例文帳に追加

デリミタ文字は Unixでは":"、Windows では";" 、Macintosh では "n" (ASCII改行文字) です。 - Python

In the Gopher protocol, Gopher selector strings are a sequence of octets which may contain any octets except 09 hexadecimal (US-ASCII HT or tab), 0A hexadecimal (US-ASCII character LF), and 0D (US-ASCII character CR). 例文帳に追加

Gopher プロトコルでは、Gopher セレクタ文字列はオクテット文字からなり、16進数の 09 (US-ASCII の HT または tab)、 0A (US-ASCII の LF 文字)、0D (US-ASCII の CR 文字) 以外ならどんなオクテットも指定できる。 - JM

(not in POSIX) If ECHO is also set, ASCII control signals other than TAB, NL, START, and STOP are echoed as ^X, where X is the character with ASCII code 0x40 greater than the control signal. 例文帳に追加

(POSIX にはない) ECHO も同時に設定された場合、TAB, NL, START, STOP の ASCII 制御文字が ^X としてエコーされる。 X は制御文字より ASCII コードで 0x10 だけ大きな文字である。 - JM

The curses. ascii module supplies name constants for ASCII characters and functions to test membership in variousASCII character classes.例文帳に追加

curses.ascii モジュールでは、 ASCII 文字を指す名前定数と、様々な ASCII 文字区分についてある文字が帰属するかどうかを調べる関数を提供します。 - Python

If it is treated as part of a character representation scheme such as ASCII, it would represent the '=' character. 例文帳に追加

これがASCIIのような文字表示系の一部として扱われる場合は、'='(イコール)文字として表わされよう。 - コンピューター用語辞典

GUITAR CHORD DIAGRAM NOTATION BY ASCII CHARACTER (CODE)例文帳に追加

アスキー文字(コード)によるギターコードダイヤグラム表記 - 特許庁

UNIX style operating systems use a single character: ASCII code 10, the line feed (LF). 例文帳に追加

UNIXスタイルのオペレーティングシステムでは、改行文字は ASCII コード 10 の line feed (LF) の 1文字が使われています。 - FreeBSD

Outside of the ASCII-compatible byte range of these character sets, there is often conflict between the lettersrepresented by each byte.例文帳に追加

これらの文字セットではASCII互換ではない部分で、しばしば文字の衝突が発生しました。 - Gentoo Linux

So, the first UTF-8 byte is used for encoding ASCII, giving the character set full backwards compatibility with ASCII.例文帳に追加

なぜなら、これらの文字セットでは最初の1バイトしか使われないからです。 - Gentoo Linux

When a virtual terminal is created or reset, the ASCII character set is designated as G0 through G3. 例文帳に追加

仮想端末の生成時やリセット時には、ASCII 文字集合が G0 から G3 までに指定される。 - JM

ASCII (American Standard Code For Information Interchange) is the original 7-bit character set, originally designed for American English. 例文帳に追加

ASCII (American Standard Code For Information Interchange) は7 ビット文字集合の元となったものであり、もともとは米語(American English) のためにデザインされた。 - JM

例文

The lower half is US ASCII; the upper is a Cyrillic character set somewhat better designed than ISO 8859-5. 例文帳に追加

下位半分は US ASCII である。 上位半分は ISO 8859-5 より幾分良くデザインされたキリル文字集合である。 - JM

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2024 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
原題:”Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design ”

邦題:『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
This work has been released into the public domain by the copyright holder. This applies worldwide.

日本語版の著作権保持者は ©1999
山形浩生<hiyori13@alum.mit.edu>である。この翻訳は、全体、部分を問わず、使用料の支払いなしに複製が認められる。
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS