| 意味 | 例文 (18件) |
library extensionとは 意味・読み方・使い方
追加できません
(登録数上限)
「library extension」の部分一致の例文検索結果
該当件数 : 18件
Extension, dynamically loadable library発音を聞く 例文帳に追加
拡張モジュール。 - PEAR
The following include files are part of the LBX Extension library standard.発音を聞く 例文帳に追加
以下のインクルードファイルは LBX 拡張ライブラリ(LBX Extension library)標準規約の一部である。 - XFree86
The following include files are part of the X Print Extension Library standard.発音を聞く 例文帳に追加
以下のインクルードファイルは X プリント拡張ライブラリ(X PrintExtension Library)標準規約の一部である。 - XFree86
A standard style for code written in PHP, specified here The PHP Extension Community Library (PECL), see more below発音を聞く 例文帳に追加
PHP のコード作成に関する標準スタイル(こちらを参照) PHP 拡張モジュール・コミュニティライブラリ(PHP Extension Community Library: PECL)(詳細はこちらを参照) - PEAR
For more information about the layout extension library, visit the SwingLayout Extensions project.発音を聞く 例文帳に追加
レイアウト拡張ライブラリについては、 Swing レイアウト拡張プロジェクト を参照してください。 - NetBeans
Description Xft is a simple library designed to interface the FreeTyperasterizer with the X Rendering Extension.発音を聞く 例文帳に追加
説明Xftは FreeType ラスタライザと X Rendering 機能拡張とインタフェースとなるように設計された、簡単なライブラリである。 - XFree86
For example, if the EXT_visual_infoextension is supported, then this token will be defined in glx.h and EXT_visual_infowill appear in the extension string returned by glXQueryExtensionsString.The definitions in glx.h can be used at compile time to determine if procedure calls corresponding to an extension exist in the library.例文帳に追加
glx.h における定義は、拡張に対応する手続きがライブラリ内に存在しているかどうかを調べるためにコンパイル時に使われる。 - XFree86
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
「library extension」の部分一致の例文検索結果
該当件数 : 18件
Note also that if you write an extension that links against a GPL'ed library you will be violating the GPL.発音を聞く 例文帳に追加
さらに、GPL なライブラリとリンクする拡張モジュールを書いた場合にも、GPL に違反するということに注意してください。 - PEAR
The PHP Extension Community Library (PECL)PECL PECL (pronounced "pickle") is a separate project that distributes PHP extensions (compiled code written in C, such as the PDO extension).発音を聞く 例文帳に追加
PHP 拡張モジュール・コミュニティライブラリ (PECL)PECL PECL("pickle" 《ピクル》と読みます)は PEAR とは独立したプロジェクトで、PHP 拡張モジュール (C で書かれたコードをコンパイルしたもの、たとえばPDO など) を配布しています。 - PEAR
This extension module is designed to match the API of ncurses, anopen-source curses library hosted on Linux and the BSD variants of Unix.例文帳に追加
この拡張モジュールは Linux および BSD 系の Unixで動作するオープンソースの curses ライブラリである ncurses の API に合致するように設計されています。 - Python
The GNU C library supports a non-standard extension that causes the library to dynamically allocate a string of sufficient size for input strings for the %s発音を聞く 例文帳に追加
GNU C ライブラリ (glibc) では非標準のオプションをサポートしており、このオプションを使うと変換指定子%s や%a[range]への入力文字列に対して十分な大きさの文字列をライブラリが動的に確保するようになる。 - JM
Storing image data into the virtual buffers may include rendering the image data into a texture using graphics library functions such as OpenGL (R) frame buffer object extension functions.例文帳に追加
画像データを仮想バッファーに記憶することはOpenGL(登録商標)フレームバッファーオブジェクト拡張機能などのグラフィックスライブラリー機能を用いて画像データをテクスチャに描き込むことができる。 - 特許庁
For the extension itself, it specifies preprocessordefines, include directories, library directories, and libraries.Depending on the compiler, distutils passes this information indifferent ways to the compiler.発音を聞く 例文帳に追加
拡張モジュール自体については、プリプロセッサ定義、インクルードファイルのディレクトリ、ライブラリのディレクトリ、ライブラリといった指定があります。 distutils はこの情報をコンパイラに応じて異なるやり方で引渡します。 - Python
For example, none of the following are standards: internal interfaces of the sample server; the MIT-SHM extension;the Athena Widget Set; the Xmu library; the Xau library; the RGB database;the X Locale database; the fonts distributed with X11R6.4; the applicationsdistributed with X11R6.4; the include files X11/XWDFile.h, X11/Xfuncproto.h,X11/Xfuncs.h, X11/Xosdefs.h, X11/Xos.h, X11/Xos_r.h, X11/Xwinsock.h, and X11/Xthreads. h;the bitmap files in X11/bitmaps.例文帳に追加
例えば、以下に挙げるものはいずれも標準規約ではない:サンプルサーバの内部インタフェース;MIT-SHM 拡張;Athena ウィジェットセット;Xmu ライブラリ;Xau ライブラリ;RGB データベース;X ロケールデータベース;X11R6.4 と共に配布されるフォント;X11R6.4 と共に配布されるアプリケーション;インクルードファイル , , ,, , , ,;ディレクトリ内のビットマップファイル。 - XFree86
Compiling a Python extension written in C or C++ will sometimes require specifying custom flags for the compiler and linker in order to use a particular library or produce a special kind of object code. This is especially true if the extension hasn't been tested on your platform, or if you're trying to cross-compile Python.In the most general case, the extension author might have foreseenthat compiling the extensions would be complicated, and provided a Setup file for you to edit.例文帳に追加
C や C++ で書かれた Python 拡張をコンパイルする際、しばしば特定のライブラリを使ったり、特定の種類のオブジェクトコードを生成したりする上で、コンパイラやリンカに与えるフラグをカスタマイズする必要があります。 ある拡張モジュールが自分のプラットフォームではテストされていなかったり、クロスコンパイルを行わねばならない場合にはこれが当てはまります。 - Python
|
| 意味 | 例文 (18件) |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
-
1plea
-
2take
-
3proper
-
4victims
-
5bilateral
-
6go
-
7condominium
-
8responsible
-
9meet
-
10eat
「library extension」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|