EXTERNAL LIBRARIES in Japanese translation

[ik'st3ːnl 'laibrəriz]
[ik'st3ːnl 'laibrəriz]
external libraries

Examples of using External libraries in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
If the software produced by the project depends on external libraries, the build system does not need to build those external libraries..
プロジェクトによって生成されたソフトウェアが外部ライブラリに依存する場合、ビルドシステムはそれらの外部ライブラリをビルドする必要はありません。
It implements new functionality which allows the administrator to more closely control how applications load external libraries.
この更新プログラムは新機能を実装し、管理者は、アプリケーションが外部ライブラリを読み込む方法をより厳密に制御することができます。
SymPy is written entirely in Python and does not require any external libraries.
SymPyは全てPythonで書かれていて外部ライブラリを必要としません。
You can use Zero-Touch to develop your own custom nodes and packages, and to import external libraries into the Dynamo environment.
Zero-Touchを使用して、独自のカスタムノードとカスタムパッケージを開発し、外部のライブラリをDynamo環境に読み込むことができます。
M4 file for an extension tells the UNIX build system what configure options your extension supports, what external libraries and includes you require, and what source files are to be compiled as part of it.
M4ファイルは、UNIXのビルドシステムに対して「その拡張モジュールがサポートしているconfigureオプション」「依存する外部ライブラリ」「コンパイル対象となるソースファイル」などの情報を伝えるものです。
This file contains information about the build and your app version, and you can also use it to add dependencies to external libraries.
このファイルには、ビルドとアプリケーションのバージョンに関する情報が含まれています。また、このファイルを使用して外部ライブラリに依存関係を追加することもできます。
Put all external libraries you need in CLASSPATH as well this is not what you want, otherwise you wouldn't have found this FAQ entry.
必要な外部ライブラリを全てCLASSPATHに置く。これは、望んでいる方法ではないでしょう。そうでなきゃこのFAQ項目など読んでいないでしょう。
Reusable file for module developers to include with their modules to easily and consistently handle including external libraries; used in the Auto Lib module and included in the Nginx Development Kit.
モジュール開発者が、開発中のモジュールで、AutoLibが使用し、NginxDevelopmentKitが読み込む外部ライブラリの読み込みを、容易かつ一貫性のある形で取り扱えることで、ファイルの再利用を向上させます。
And it is much easier and efficient to communicate with external libraries that require homogeneous array of numbers; for example, OpenGL binding of Gauche uses SRFI-4 vectors extensively.
さらに、数値の配列を扱う外部のライブラリインタフェースが容易です。例えば、GaucheのOpenGLバインディングではSRFI-4ベクタを多用しています。
In the root directory(HelloWorld/), create new folder:/libs in which we will place our external libraries(this step is not required- only for keeping a cleaner project structure).
ルートディレクトリ(HelloWorld/)で、外部ライブラリを配置する新しいフォルダ:/libs作成します(この手順は必須ではありません-よりクリーンなプロジェクト構造を維持するためだけです)。
Mnubo Data Science Studio provides IoT-specific libraries to accelerate the development of models, while also providing access to popular external libraries.
MnuboDataScienceStudioはIoTに特化したライブラリを提供しています。モデルの開発を支援すると同時に、一般的な外部ライブラリアクセスも提供しています。
One vulnerability addressed by this update is related to the class of vulnerabilities, described in Microsoft Security Advisory 2269637, that affects how applications load external libraries.
この更新プログラムが解決する脆弱性は、マイクロソフトセキュリティアドバイザリ2269637で説明している、アプリケーションが外部ライブラリをロードする仕組みに影響する脆弱性の一種です。
This vulnerability is related to the class of vulnerabilities described in Microsoft Security Advisory 2269637, which affects how applications load external libraries.
この更新プログラムが解決する脆弱性は、マイクロソフトセキュリティアドバイザリ2269637で説明している、アプリケーションが外部ライブラリをロードする仕組みに影響する脆弱性の一種です。
Also, the ROS package depends on many external libraries. Every time the API of the external library is changed, the package of ROS needs to correspond to it. When the specification changes, it is necessary to check the operation after matching the package.
また,ROSのパッケージは,たくさんの外部ライブラリに依存しています.外部ライブラリのAPIが変更になるたびに,ROSのパッケージもそれに対応させる必要があります.仕様が変わる場合には,パッケージを対応させた上に動作確認も必要です.。
Integrate External Libraries: New in Wolfram Language 12 Thanks to the maker movement, there are a vast number of libraries that can be installed to leverage code that has already been created and shared. The functionality from these external libraries can be easily included in the deployed code using the Microcontroller Kit.
外部ライブラリを統合する:Wolfram言語12の新機能メーカーの動きのおかげで,既成の共有コードを活用するためのインストール可能な膨大な数のライブラリがある.これら外部ライブラリの機能は,MicrocontrollerKitを使って配備されたコードに簡単に含めることができる。
FontForge install procedures for VMS FontForge install procedures for VMS Installing from a pre-built vms package Installing on a unix/linux system Installing on a mac Installing on MS/Windows Building and installing from source Dependencies(external libraries/helper programs) Installing documentation Running FontForge Uninstalling Installing from a VMS package I'm afraid I have absolutely no idea what you need to do.
FontForgeのVMSへのインストール手順FontForgeのVMSへのインストール手順VMSパッケージからのインストール方法Unix/Linuxシステムへのインストール方法Macへのインストール方法MS-Windowsへのインストール方法ソースからの構築・インストール手順依存性(外部ライブラリ/補助プログラム)文書のインストール方法FontForgeの起動方法削除方法VMS用パッケージからのインストール方法残念ながら、どのようにしてインストールを行うのか私は全く知りません。
Mitigation and preventionTo avoid relative path problems: Don't use SearchPath unless safe process search mode is enabledMake sure that external libraries are loaded securely, using fully qualified pathnames whenever possibleInclude built-in path canonicalization functions such as realpath() or canonicalize_file_name() in the codeStore library, include, and utility files in separate directories where they can't be easily accessedMake sure error messages don't disclose path informationFor more suggestions for mitigation and prevention of DLL-preloading attacks, see Microsoft's Dynamic-Link Library Security article.
SearchPathは、安全なプロセス検索モードが有効でない限り使用しないでください。できる限り完全修飾パス名を使用して、外部ライブラリが安全にロードされていることを確認しますrealpath()またはcanonicalize_file_name()などの、組み込みパス正規化関数をコードに含めますライブラリ、インクルード、ユーティリティファイルをアクセスされにくい別のディレクトリに保存しますエラーメッセージがパス情報を開示しないことを確認しますDLLプリロード攻撃の軽減および防御に関する提案については、マイクロソフトの記事ダイナミックリンクライブラリのセキュリティを参照してください。
As an external library, this application uses Apache Poi 3.16.
外部ライブラリとして、このアプリケーションはApachePoi3.16を使用します。
Libcall() call a function in an external library.
Libcall()外部ライブラリの関数を呼ぶ。
Binding an external library to Godot(like PhysX, FMOD, etc).
外部ライブラリをGodotにバインドする(PhysX、FMODなど)。
Results: 48, Time: 0.0362

External libraries in different Languages

Word-for-word translation

Top dictionary queries

English - Japanese