1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

ASCIIを含む例文一覧と使い方

該当件数 : 399



例文

will replace ASCII 例文帳に追加

ASCII - JM

ASCII Carriage Return (CR) 例文帳に追加

ASCII 復帰 (CR) - Python

ASCII Backspace (BS) 例文帳に追加

ASCII バックスペース (BS) - Python

ASCII Bell (BEL) 例文帳に追加

ASCII 端末ベル (BEL) - Python

例文

ASCII Formfeed (FF) 例文帳に追加

ASCII フォームフィード (FF) - Python


例文

ASCII text (ECB or CBC) 例文帳に追加

ASCII テキスト (ECB or CBC) - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』

representation in ASCII 例文帳に追加

ASCII での表現 - 研究社 英和コンピューター用語辞典

ASCII Line feed (LF)例文帳に追加

ASCII 行送り (LF) - Python

ASCII Horizontal Tab (TAB) 例文帳に追加

ASCII 水平タブ (TAB) - Python

例文

ASCII Vertical Tab (VT) 例文帳に追加

ASCII 水平タブ (VT) - Python

例文

Defaults to ASCII. 例文帳に追加

デフォルト値は ASCII である。 - XFree86

6.18 curses. ascii -- Utilities for ASCII characters 例文帳に追加

6.18 curses.ascii -- ASCII 文字に関するユーティリティ - Python

Also see ASCII. 例文帳に追加

ASCII も参照すること。 - XFree86

in module curses. ascii 例文帳に追加

curses.ascii モジュール - Python

Convert EBCDIC to ASCII. 例文帳に追加

EBCDIC から ASCII に変換する。 - JM

Convert ASCII to EBCDIC. 例文帳に追加

ASCII から EBCDIC に変換する。 - JM

curses. ascii (standard module) 例文帳に追加

curses.ascii (standard モジュール) - Python

Defaults to 7-bit us-ascii. 例文帳に追加

デフォルトは 7-bit の us-ascii です。 - Python

an IBM PC code page, which is ASCII compatible 例文帳に追加

ASCII 互換の IBM PC コードページ - Python

cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. 例文帳に追加

cpioは、binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar,POSIX.1 tar の各形式のアーカイブフォーマットをサポートします。 - JM

These are the ASCII codec APIs. Only 7-bit ASCII data is accepted.例文帳に追加

以下は ASCII codec の APIです:7 ビットの ASCII データだけを受理します。 - Python

Support module containing ASCII-to-binaryand binary-to-ASCII conversions. 例文帳に追加

ASCII からバイナリへ、バイナリからASCIIへの変換をサポートするモジュール。 - Python

It's a plain ascii text file.例文帳に追加

単純なascii テキストファイルだわ - 映画・海外ドラマ英語字幕翻訳辞書

It's a plain ascii text file.例文帳に追加

単純なASCII テキストファイルだわ - 映画・海外ドラマ英語字幕翻訳辞書

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

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

Convert ASCII to alternate EBCDIC. 例文帳に追加

ASCII から別の (IBM の) EBCDIC に変換する。 - JM

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

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

Representing non-ASCII headers 例文帳に追加

ASCII形式のヘッダを表現する - Python

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

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

Checks for an ASCII uppercase letter. 例文帳に追加

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

Non-ASCII characters are expressed in two bytes. 例文帳に追加

ASCII 文字は 2 バイトで表現する。 - JM

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

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

This means that files and strings which contain only 7-bit ASCII characters have the same encoding under both ASCII 例文帳に追加

これは 7 ビット ASCII 文字のみを含むファイルや文字列に関しては、ASCII - JM

Checks for an ASCII hexadecimal digit. 例文帳に追加

ASCII 16 進数字かどうかを調べます。 - Python

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

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

ASCII character or backslash escape 例文帳に追加

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

a binary file and an ASCII text file 例文帳に追加

バイナリファイルおよびASCII(アスキー)テキストファイル - コンピューター用語辞典

characters 0x00000000 to 0x0000007f (the classic US-ASCII 例文帳に追加

文字のうち 0x00000000 から 0x0000007f まで (古典的なUS-ASCII - JM

an ASCII [a text] file 例文帳に追加

アスキー[テキスト]ファイル - 研究社 英和コンピューター用語辞典

The ASCII filter strips away this formatting. 例文帳に追加

ASCII フィルタはこの整形処理を取り除く。 - XFree86

12.13 binascii -- Convert between binary and ASCII 例文帳に追加

12.13 binascii -- バイナリデータと ASCIIデータとの間での変換 - Python

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

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

The default is ``B'',which corresponds to US ASCII. 例文帳に追加

デフォルト値は ``B'' であり、これは US ASCII を表す。 - XFree86

Records are sorted into ASCII collating sequence 例文帳に追加

レコードは,ASCIIの照合順序で整列される - コンピューター用語辞典

Where source is the name of the ASCII text file 例文帳に追加

ここで「source」とはASCIIテキストファイルの名前である - コンピューター用語辞典

Use the old portable (ASCII) archive format. 例文帳に追加

"\\-c"アーカイブ形式として、old ASCIIフォーマットを用います。 - JM

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のクラック:暗号研究と盗聴政策、チップ設計の秘密』

Characters are based on the 8-bit ASCII representation 例文帳に追加

文字(キャラクター)は,8ビットのASCII表示になっている - コンピューター用語辞典

例文

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

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




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS