| 例文 |
python andの部分一致の例文一覧と使い方
該当件数 : 418件
In versions of Python prior to 2.4, octal and hexadecimal literals in the range just above the largest representable plain integer but below the largest unsigned32-bit number (on a machine using 32-bit arithmetic), 4294967296, were taken as the negative plain integer obtained by subtracting 4294967296from their unsigned value.例文帳に追加
バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました. - Python
With almost no basic TeX or LaTeX markup in use, however, the markup syntax is about the only evidence of LaTeX in the actual document sources.One side effect of this is that while we've been able to use standard ``engines'' for manipulating the documents, such as LaTeX and LaTeX2HTML, most of the actual transformations have been created specifically for Python.例文帳に追加
とはいえ、基本的なTeX やLaTeX によるマークアップが使われていなければ、実際のドキュメントソースでLaTeX が使われている証拠となるのはマークアップの構文法くらいです。 この副作用のせいで、例えばLaTeX やLaTeX2HTML のような、ドキュメントを操作するための標準の ``エンジン'' を使えるにも関わらず、実際の変換のほとんどは Python に特化して作られてしまいました。 - Python
Just like the standard Python list type has a C API which permits extension modules to create and manipulate lists, this new collection type should have a set of C functions for direct manipulation from other extension modules.At first sight this seems easy: just write the functions (withoutdeclaring them static, of course), provide an appropriate header file, and document the C API.例文帳に追加
ちょうどリストを生成したり操作したりできる C API を備えた標準のPython リスト型のように、この新たなコレクション型も他の拡張モジュールから直接操作できるようにするには一連の C 関数を持っていなければなりません。 一見するとこれは簡単なこと: 単に関数を (もちろんstatic などとは宣言せずに) 書いて、適切なヘッダファイルを提供し、C APIを書けばよいだけ、に思えます。 - Python
Hardcore cypherpunks will probably find the cryptographic modules written by A.M. Kuchling of further interest; the package addsbuilt-in modules for DES and IDEA encryption, provides a Python module for reading and decrypting PGP files, and then some.例文帳に追加
あなたがハードコアなサイバーパンクなら、さらに A.M. Kuchling の書いた暗号化モジュールに興味を持つかもしれません。 このパッケージでは組み込みの DES および IDEA 暗号を追加し、PGP 暗号化されたファイルの読み込みや復号化を行うためのモジュールなどを提供します。 - Python
.The AST objects are not required to support the functionality of this module, but are provided for three purposes: to allow an application to amortize the cost of processing complex parse trees, to provide a parse tree representation which conserves memory space when compared to the Python list or tuple representation, and to ease the creation of additional modules in C which manipulate parse trees.例文帳に追加
で定義されています。 ASTオブジェクトはこのモジュールの機能をサポートするために必要ありませんが、三つの目的から提供されています: アプリケーションが複雑な解析木を処理するコストを償却するため、Pythonのリストやタプル表現に比べてメモリ空間を保全する解析木表現を提供するため、解析木を操作する追加モジュールをCで作ることを簡単にするため。 - Python
When set to a value other than None, this variable defines the default value for the dir argument to all the functions defined in this module.If tempdir is unset or None at any call to any of the above functions, Python searches a standard list of directories and sets tempdir to the first one which the calling user can create files in.例文帳に追加
この値が None 以外に設定された場合、このモジュールで定義されている関数全てのdir 引数に対する標準の設定値となります。 tempdir が設定されていないか None の場合、上記のいずれかの関数を呼び出した際は常に、Python は標準的なディレクトリ候補のリストを検索し、関数を呼び出しているユーザの権限でファイルを作成できる最初のディレクトリ候補を tempdir に設定します。 - Python
An FSSpec can point to a non-existing file, as long as the folder containing the file exists.Under MacPython the same is true for a pathname, but not under unix-Pytonbecause of the way pathnames and FSRefs works.例文帳に追加
FSSpec は、実在しないファイルでも、実在するフォルダの下に配置されていることになっている限り表現できます。 MacPython ではパス名も同じように扱えますが、 unix ベースの Python ではパス名とFSRefsの挙動が異なるため扱えません。 - Python
Suchthreads must bootstrap themselves into existence, by first creating a thread state data structure, then acquiring the lock, and finallystoring their thread state pointer, before they can start using thePython/C API.例文帳に追加
このようなスレッドが Python/C API を利用するには、まずスレッド状態データ構造体を生成し、次にロックを獲得し、そしてスレッド状態ポインタを保存するといったように、自分自身をブートストラップして生成しなければなりません。 - Python
If you use dynamic loading, the details may depend on the style of dynamic loading your system uses; see the chapters about building extension modules(chapter 3) and additional information that pertains only to building on Windows (chapter 4) for more information about this.If you can't use dynamic loading, or if you want to make your module a permanent part of the Python interpreter, you will have to change the configuration setup and rebuild the interpreter.例文帳に追加
動的読み込み (dynamic loading) を使っているのなら、作業の詳細は自分のシステムが使っている動的読み込みの形式によって変わるかもしれません; 詳しくは、拡張モジュールのビルドに関する章 (3 章) や、Windows におけるビルドに関係する追加情報の章(4 章) を参照してください。 動的読み込みを使えなかったり、モジュールを常時 Python インタプリタの一部にしておきたい場合には、インタプリタのビルド設定を変更して再ビルドしなければならなくなるでしょう。 - Python
The modulator.pyscript included in the source distribution or Windows install provides a simple graphical user interface for declaring the functions and objects which a module should implement, and can generate a template which can be filled in.例文帳に追加
ソース配布物や Windows にインストールされた Python に入っているmodulator.py では、拡張モジュールで実装しなければならない関数やオブジェクトを宣言し、実装部分を埋めて作成するためのテンプレートを生成できるような、簡単なグラフィカルユーザインタフェースを提供しています。 - Python
AppleEvent record descriptors are returned as Pythondictionaries, with 4-character string keys and elements recursivelyunpacked.The optional formodulename argument is used by the stub packages generated by gensuitemodule, and ensures that the OSA classes for object specifiers are looked up in the correct module.例文帳に追加
AppleEventレコードディスクリプタが、再帰的にアンパックされた、型の4文字キーと要素を持つPython辞書として返されます。 オプションの formodulename 引数は gensuitemodule より作成されるスタブパッケージにより利用され、オブジェクト指定子のための OSA クラスをモジュールの中で見つけられることを保証します。 - Python
returns a result with the sign ofy instead, and may not be exactly computable for float arguments.For example, fmod(-1e-100, 1e100) is -1e-100, but the result of Python's -1e-100 % 1e100 is 1e100-1e-100, which cannot be represented exactly as a float, and rounds to the surprising1e100.例文帳に追加
は、y と同じ符号の結果を返し、浮動小数点の引数に対して厳密な解を出せないことがあります。 例えば、 fmod(-1e-100, 1e100) は -1e-100 ですが、Python の-1e-100 % 1e100 は 1e100-1e-100 になり、浮動小数点型で厳密に表現できず、ややこしいことに1e100 に丸められます。 - Python
This section is a brief introduction to LaTeX concepts and syntax, to provide authors enough information to author documentsproductively without having to become ``TeXnicians.'' This does not teach everything needed to know about writing LaTeX for Python documentation; many of the standard ``environments'' are not described here (though you will learn how to mark something as anenvironment).Perhaps the most important concept to keep in mind while marking upPython documentation is that while TeX is unstructured, LaTeX was designed as a layer on top of TeX which specifically supportsstructured markup.例文帳に追加
この節を読んだからといって、LaTeX でドキュメントを書く上で必要な全ては学べません; LaTeX が提供している標準の ``環境 (environment)''については、ここでは説明しません。 おそらく、Python ドキュメントのマークアップにおいて心に留めておくべき最も重要な概念は、TeX が非体系的なのに対して、LaTeX は TeXの上のレイヤとして設計されていて、本質的には構造化マークアップをサポートしているということです。 - Python
The socket address will be resolved differently into an actual IPv4/v6 address,depending on the results from DNS resolution and/or the host configuration.例文帳に追加
IPv4/v6ソケットのhost部にホスト名を指定すると、処理結果が一定ではない場合があります。 これはPythonはDNSから取得したアドレスのうち最初のアドレスを使用するので、DNSの処理やホストの設定によって異なるIPv4/6アドレスを取得する場合があるためです。 - Python
Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time).例文帳に追加
コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。 - Python
path, possibly usingPYTHONPATH.Obsolete extension modules written in C are not built by default.Under Unix, these must be enabled by uncommenting the appropriate lines in Modules/Setup in the build tree and either rebuildingPython if the modules are statically linked, or building and installing the shared object if using dynamically-loaded extensions.例文帳に追加
撤廃された拡張モジュールのうち C で書かれたものは、標準の設定ではビルドされません。 Unixでこれらのモジュールを有効にするには、ビルドツリー内の Modules/Setup の適切な行のコメントアウトを外して、モジュールを静的リンクするなら Python をビルドしなおし、動的にロードされる拡張を使うなら共有オブジェクトをビルドしてインストールする必要があります。 - Python
There are a number of reasons for this,the most important being the early commitment of Python's creator,Guido van Rossum, to providing documentation on the language and its libraries, and the continuing involvement of the user community in providing assistance for creating and maintaining documentation.The involvement of the community takes many forms, from authoring to bug reports to just plain complaining when the documentation could be more complete or easier to use.例文帳に追加
その理由は多々ありますが、最も重要なのは、Python の作者である Guido van Rossum が、言語やそのライブラリのドキュメントの提供と、ドキュメントの作成と維持の手助けする上でのユーザコミュニティの継続的な参加に早期から関わっていたことです。 コミュニティの参加には、バグ報告の作成から、単にドキュメントをより完全で利用しやすいものにできる場合に素朴な提案をするといったことまで、いくつものやりかたがあります。 - Python
(And``installer'' is a term specific to the world of mainstream desktopsystems.)A built distribution is how you make life as easy as possible for installers of your module distribution: for users of RPM-based Linux systems, it's a binary RPM; for Windows users, it's an executable installer; for Debian-based Linux users, it's a Debian package; and so forth.例文帳に追加
すでに Python の用語として使っているからです (また、 ``インストーラ''という言葉は主流のデスクトップシステム特有の用語です)ビルド済み配布物は、モジュール配布物をインストール作業者にとってできるだけ簡単な状況にする方法です: ビルド済み配布物は、RPM ベースのLinux システムユーザにとってはバイナリ RPM 、Windows ユーザにとっては実行可能なインストーラ、 Debian ベースの Linux システムでは Debian パッケージ、などといった具合です。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|