ASCIIを含む例文一覧と使い方
該当件数 : 400件
Workaround: Make sure that your user directory does not containnon-ASCII characters. 例文帳に追加
回避策: ユーザーディレクトリに ASCII 以外の文字が含まれていないことを確認します。 - NetBeans
This is an ASCII text file that lists all device models shipped with CAD 例文帳に追加
このファイルは,CADに載っているすべてのデバイスモデルをリストするASCIIテキストファイルである - コンピューター用語辞典
This is an ASCII text file that lists all device models shipped with CAD. 例文帳に追加
このファイルは, CADに載っているすべてのデバイスモデルをリストするASCIIテキストファイルである - コンピューター用語辞典
CLOB fields are meant to store only data made of printable ASCII characters. 例文帳に追加
CLOBフィールドは、表示可能な ASCII 文字のみからなるデータを保存するためのフィールドです。 - PEAR
Otherwise it will be drawn with ASCII dashes, vertical bars, and plus signs. Subsections 例文帳に追加
そうでなければ ASCII 文字のダッシュ、垂直バー、およびプラス記号で描画されます。 - Python
ASCII string giving a description of the audio file (padded with null bytes).例文帳に追加
オーディオファイルについての説明をASCII文字列で示したもの(null バイトで埋められます)。 - Python
The ASCII 7-bit code is used in personal computers, and two popular 8-bit codes(EBCDIC and ASCII-8) are used in many larger machines 例文帳に追加
パーソナルコンピュータではASCII7ビットコード,大型コンピュータでは2種類の一般的な8ビットコード(EBCDICとASCII-8)が多く使われている - コンピューター用語辞典
128 characters that make up the ASCII coding scheme 例文帳に追加
アスキーコード体系を構成する128の文字 - 日本語WordNet
Modern ASCII was standardised in 1986 (ANSI X3.4, RFC 20, ISO/IEC 646:1991, ECMA-6) by the American National Standards Institute.例文帳に追加
現在のASCIIは1986年AmericanNationalStandardsInstitute(米国規格協会)によって制定されました(ANSIX3.4,RFC20,ISO/IEC646:1991,ECMA-6)。 - 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
Most color-capable ASCII terminals today use ISO 6429 (ANSI) color sequences, and many common terminals without color capability, including xterm 例文帳に追加
最近のカラー表示可能な ASCII 端末の大部分は、ISO 6429 (ANSI) カラーシーケンスを用いる。 xterm - JM
function converts number to a minimal length null-terminated ASCII string and stores the result in buf. 例文帳に追加
は、 number を、最短の長さの NULL 終端された ASCII文字列へ変換し、それを buf に保持する。 - JM
/proc/net/arp This holds an ASCII readable dump of the kernel ARP table used for address resolutions. 例文帳に追加
/proc/net/arpアドレス解決に使われるカーネルの ARP テーブルのASCII 可読なダンプを保持している。 - JM
Convert binary data to a line(s) of ASCII characters in quoted-printable encoding.例文帳に追加
バイナリデータを quoted-printable 形式でエンコードして 1 行から複数行のASCII 文字列に変換します。 - Python
This is a 16-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
返り値は 16 バイトの文字列で、null バイトを含む非 ASCII 文字が入っているかもしれません。 - Python
This is a 20-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
戻り値は 20 バイトの文字列で、nullバイトを含む非 ASCII 文字が入っているかもしれません。 - Python
Note however that RFC959 requires only that rest be a string containing characters in the printable range from ASCII code 33 to ASCII code 126.例文帳に追加
しかし、RFC 959ではrestが印字可能なASCIIコード33から126の範囲の文字列からなることを要求していることに注意して下さい。 - Python
A 33-element string array that contains the ASCII mnemonics for thethirty-two ASCII control characters from 0 (NUL) to 0x1f (US), inorder, plus the mnemonic "SP" for the space character. 例文帳に追加
0 (NUL) から 0x1f (US) までの 32 の ASCII 制御文字と、空白文字"SP" のニーモニック符号名からなる 33 要素の文字列によるシーケンスです。 - Python
The UCS characters 0x0000 to 0x007f are identical to those of the classic US-ASCII 例文帳に追加
文字集合の文字と同じである。 - JM
UNIX style operating systems use a single character: ASCII code 10, the line feed (LF). 例文帳に追加
UNIXスタイルのオペレーティングシステムでは、改行文字は ASCII コード 10 の line feed (LF) の 1文字が使われています。 - FreeBSD
When a virtual terminal is created or reset, the ASCII character set is designated as G0 through G3. 例文帳に追加
仮想端末の生成時やリセット時には、ASCII 文字集合が G0 から G3 までに指定される。 - JM
Issue #123102: Non ASCII characters might display incorrectly after code generation, in some cases 例文帳に追加
課題 123102: 場合によって、コード生成後に ASCII 以外の文字が正しく表示されないことがある。 - NetBeans
ASCII is a display coding scheme based on seven binary digits (bits) of 0 or 1. 例文帳に追加
ASCIIは7個の0または1からなる2進数(ビット)に基づく表示コーディング体系である。 - コンピューター用語辞典
UTF-8 (UCS transformation format 8) is an ASCII-compatible multibyte Unicode and UCS encoding, used by Java and Plan 9. 例文帳に追加
UTF-8は,ASCII互換マルチバイト・ユニコードとUCSの符号化法であり, JavaおよびPlan 9で使用されている. - コンピューター用語辞典
.These RFCs together define a protocol to support non-ASCII characters in domain names.例文帳に追加
これらの RFC はともに、非 ASCII 文字の入ったドメイン名をサポートするためのプロトコルを定義しています。 - Python
A subclass must override this method to provide support for character references outside of the ASCII range.例文帳に追加
ASCII 範囲外の文字をサポートするには、サブクラスでこのメソッドをオーバーライドする必要があります。 - Python
LPD then expects the output filter to stop itself by sending two bytes to the filter: ASCII 031 followed by ASCII 001. 例文帳に追加
それから LPD では、出力フィルタに 2 バイトの文字 (ASCII 031 の次に ASCII001) を送ることで、 出力フィルタが自分自身を停止することを期待しています。 - FreeBSD
This line consists of one ASCII space. 例文帳に追加
この行は、1 個のアスキーのスペース文字からなる。 - JM
a 7-bit coded character set = a character set coded in 7 bits 例文帳に追加
7 ビットでコード化された文字集合《cf. ASCII character set》 - 研究社 英和コンピューター用語辞典
To improve detection accuracy of ASCII arts and to obtain positional information of the ASCII arts.例文帳に追加
アスキーアートの検出精度を向上させること、及び、アスキーアートの位置情報を得ることを図る。 - 特許庁
It is usually ASCII data, and may even describe the problem (Memory fault, Core dumped). 例文帳に追加
それは通常ASCII データで、 問題点の詳細 (Memory fault, core dump など) が記載されている可能性があります。 - FreeBSD
It is widelyheld that ASCII is the most successful software standard ever. 例文帳に追加
ASCIIが今までで最も成功したソフトウェア標準であるということは、広く支持されていることです。 - Gentoo Linux
Outside of the ASCII-compatible byte range of these character sets, there is often conflict between the lettersrepresented by each byte.例文帳に追加
これらの文字セットではASCII互換ではない部分で、しばしば文字の衝突が発生しました。 - Gentoo Linux
These functions provide a conversion between 32-bit long integers and little-endian base-64 ASCII strings (of length zero to six). 例文帳に追加
これらの関数は 32 ビット long 整数とリトルエンディアン base-64 ASCII 文字列 (長さ 0 〜 6) の間の変換を行う。 a64l () - 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
Note that the only way ASCII bytes occur in a UTF-8 stream, is as themselves. 例文帳に追加
UTF-8 の文字列における ASCII のバイトは、常にその文字自身を表現することに注目してほしい。 - JM
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). 例文帳に追加
ISO 8859 規格は ASCII 文字集合 (ISO 6460IRV としても知られている) のいくつかの 8 ビット拡張を含んでいる。 - JM
/proc/net/snmp This file holds the ASCII data needed for the IP, ICMP, TCP, and UDP management information bases for an SNMP agent. 例文帳に追加
/proc/net/snmpこのファイルは SNMP エージェントが必要とするIP, ICMP, TCP, UDP 管理情報を ASCII データとして保持している。 - JM
program instructions written as an ASCII text file 例文帳に追加
アスキーテキストファイルとして書かれたプログラムの命令 - 日本語WordNet
It also scans the file for any non-ascii characters like and replaces them with their entity equivalent (#224). 例文帳に追加
またファイル中に のような非 ascii 文字が含まれている場合は、等価なエンティティ (#224) に置き換えます。 - PEAR
You can render whatever output you like (e.g. (X)HTML, WML, SOAP, XML-RPC, command line ASCII or whatever). 例文帳に追加
出力形式を自由にレンダリングすることができます(例. (X)HTML, WML, SOAP, XML-RPC, コマンドラインの ASCII など、何でも)。 - PEAR
It is also limited to ASCII characters between 32 and 127 (included). 例文帳に追加
また、この関数は、32 から 127 まで (それぞれ両端を含む)の ASCII 文字しか暗号化の対象となりません。 - PEAR
Make sure to set correct headers, if you are using non ASCII-127 characters. ExampleExample 54-1. 例文帳に追加
もし ASCII-127 以外の文字を使っている場合、正しいヘッダを設定することに気をつけてください。 - PEAR
Accordingly, all input should generally be printable ASCII to be safe.例文帳に追加
従って、安全を期すには、全ての入力を一般的には印字可能なASCII にしなければなりません。 - Python
Checks for ASCII white-space characters; space, line feed,carriage return, form feed, horizontal tab, vertical tab. 例文帳に追加
ASCII 余白文字、すなわち空白、改行、復帰、改頁、水平タブ、垂直タブかどうかを調べます。 - Python
A minimum of two adjacent ciphertexts (16 bytes total) are required for ASCII-only attacks. 例文帳に追加
ASCIIのみのアタックの場合には、最低でも2つのとなりあった暗号テキスト(全部で16バイト)が必要になる。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 - 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 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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会員(無料)になると
|

