1153万例文収録!

「ASCII」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 399



例文

Set only the bits containing acceptable ASCII characters. 例文帳に追加

認められるASCII文字の入ったビットだけをたてる。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』

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

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

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

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

convert it to ASCII code 例文帳に追加

アスキーコードに変換する - 研究社 英和コンピューター用語辞典

例文

Determine whether code is in tableC.1.1 (ASCII space characters). 例文帳に追加

code がテーブル C.1.1 (ASCII スペース文字) かどうか判定します。 - Python


例文

Determine whether code is in tableC.2.1 (ASCII control characters). 例文帳に追加

code がテーブル C.2.1 (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

The international counterpart of ASCII is known as ISO 646. 例文帳に追加

ASCII は国際的な規格では ISO 646 として知られている。 - JM

The following table contains the 128 ASCII characters. 例文帳に追加

以下の表は 128 文字の ASCII 文字をまとめたものである。 - JM

例文

A byte 0xxxxxxx stands for the Unicode 00000000 0xxxxxxx which codes the same symbol as the ASCII 0xxxxxxx. 例文帳に追加

これは、ASCII の 0xxxxxxx と同じシンボルのコードである。 - JM

例文

Some of these files are not ASCII. 例文帳に追加

これらのファイルのうちいくつかは ASCII フォーマットではない。 - JM

Workaround: Use ascii characters in module project names. 例文帳に追加

回避策: モジュールプロジェクト名には ASCII 文字を使用します。 - NetBeans

Constants and set-membership functions for ASCII characters.例文帳に追加

ASCII 文字に関する定数および集合帰属関数。 - Python

Return the ASCII value corresponding to the low 7 bits of c. 例文帳に追加

ASCII 値を返します。 c の下位 7 ビットに対応します。 - Python

Determine whether code is in tableC.1.2 (Non-ASCII space characters). 例文帳に追加

code がテーブル C.1.2 (非 ASCII スペース文字) かどうか判定します。 - Python

ASCII CODED JAPANESE例文帳に追加

ASCIIコード化日本語 - 特許庁

Personal UNIX Starter Kit FreeBSD (in Japanese), published by ASCII. 例文帳に追加

パーソナル UNIX スターターキット FreeBSD。 - FreeBSD

The following printing ASCII characters are not used in Python. 例文帳に追加

以下の印字可能 ASCII 文字は、Python では使われていません。 - 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 an ASCII control character (ordinal values 0 to 31). 例文帳に追加

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

Determine whether code is in tableC.2.2 (Non-ASCII control characters). 例文帳に追加

code がテーブル C.2.2 (非 ASCII 制御文字)かどうか判定します。 - Python

BGP, Building a Router binary compatibility 例文帳に追加

ASCII, トラブルシューティング, エンコーディング - FreeBSD

(This sets an ASCII key - prefix it with "s:")# iwconfig eth0 key s:some-password 例文帳に追加

(プレフィクスとして"s:"を付け、ASCII文字を設定します) # iwconfig eth0 key s:some-password - Gentoo Linux

Standards discussed include ASCII, ISO 8859, KOI8-R, Unicode, ISO 2022 and ISO 4873. 例文帳に追加

ここでは、ASCII, ISO 8859, KOI8-R, Unicode, ISO 2022,ISO 4873 の各規格について議論する。 - JM

And sometimes one or more ASCII letters were used. 例文帳に追加

1 文字以上の ASCII 文字列が使われることもありました。 - JM

The following table displays the characters in KOI8-R, which are printable and unlisted in the ascii (7) 例文帳に追加

以下の表は KOI8-R の表示可能な文字のうちascii (7) - JM

Do ASCII output of this parameter with a field with of 3 % 例文帳に追加

パラメータを数字として ASCII 出力する (printf の %d と同じ意味)% - JM

If you open an ASCII text file, for example, the entrapment program should let it pass, since plain ASCII doesn't carry macros. 例文帳に追加

たとえばあるASCIIテキストファイルを開くと、このわなプログラムはそれを通す。プレーンASCIIはマクロを保持しないからである。 - コンピューター用語辞典

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

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

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

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

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

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

A domain name containing non-ASCII characters (such as ``www.Alliancefranaise.nu'') is converted into an ASCII-compatible encoding (ACE, such as``www.xn-alliancefranaise-npb.nu'').例文帳に追加

(``www.Alliancefranaise.nu'' のような) 非 ASCII 文字を含むドメイン名は、 ASCIIと互換性のあるエンコーディング (ACE、``www.xn-alliancefranaise-npb.nu'' のような形式) に変換されます。 - Python

On Windows, it is the ASCII sequence CR LF (return followed by linefeed).例文帳に追加

Windows では、 ASCII 配列の CR LF (復帰: return に続いて行送り) です。 - Python

specify an ASCII character code 例文帳に追加

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

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

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

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

Is the documentation available in other formats, such as plain text (ASCII), or PostScript? 例文帳に追加

17. プレインテキスト (ASCII) 版 やPostScript 版の FreeBSD 文書はないのでしょうか? - FreeBSD

MS-DOS, OS/2, and others uses a pair of characters, ASCII code 10 and ASCII code 13 (the carriage return or CR). 例文帳に追加

MS-DOS や OS/2 などは ASCII コード 10の LF と、ASCII コード 13 の文字 (carriage return または CR)をペアで使います (訳注: Macintosh では CR のみで表現されています)。 - FreeBSD

FreeBSD Handbook (Japanese translation), published by ASCII. 例文帳に追加

FreeBSD ハンドブック (日本語版)。 アスキー。 - FreeBSD

the ASCII charset is used instead. 例文帳に追加

つまり、ASCII 文字集合がドイツ語文字集合の代わりに使われる。 - JM

The following table displays the characters in ISO 8859-7, which are printable and unlisted in the ascii (7) 例文帳に追加

以下の表は ISO 8859-7 の表示可能な文字のうちascii (7) - JM

will be ASCII but not in a friendly format. 例文帳に追加

の出力は ASCII 形式だが、人が読みやすいフォーマットではない。 - JM

Very easy to read formatting, done in ASCII. 例文帳に追加

簡単に読むことのできるフォーマットで、ASCII で表記されている。 - JM

These files contain ASCII structures and are, therefore, readable with cat (1). 例文帳に追加

これらのファイルの内容は ASCII 形式なので、cat で読み出せる。 - JM

Output as ASCII characters or backslash escapes. 例文帳に追加

ASCII 文字またはバックスラッシュ付きのエスケープ文字として出力する。 - JM

Issue #83712: Project with non-ASCII pathname cannot be built on JDK 6. 例文帳に追加

問題 #83712:JDK 6 で ASCII 以外のパス名のプロジェクトを構築できない。 - NetBeans

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

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

This renderer generates nicely formatted and padded ASCII tables. 例文帳に追加

このレンダラは、きれいに整形された ASCII テーブルを作成します。 - PEAR

例文

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

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




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、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