1153万例文収録!

「shared-library」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > shared-libraryの意味・解説 > shared-libraryに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

shared-libraryの部分一致の例文一覧と使い方

該当件数 : 65



例文

can be used within a shared library to establish functions that are called when the shared library is unloaded. 例文帳に追加

を使用することができる。 - JM

Accessing a corrupted shared library 例文帳に追加

壊れた共有ライブラリにアクセスしています (Accessing a corrupted shared library) - Python

link shared library handled by cc -shared 例文帳に追加

共有ライブラリのリンクは cc -shared で処理されます。 - Python

Can not access a needed shared library 例文帳に追加

必要な共有ライブラリにアクセスできません (Can not access a needed shared library) - Python

例文

Cannot exec a shared library directly 例文帳に追加

共有ライブラリを直接実行することができません (Cannot exec a shared library directly) - Python


例文

FreeBSD's shared library mechanism is based more closely on Sun's SunOS style shared library mechanism and, as such, is very easy to use. So, why are there so many different formats? 例文帳に追加

この例では john というユーザ名を使うことにしましょう。 - FreeBSD

against an uninstalled shared library. 例文帳に追加

共有ライブラリにリンクしてはならない。 - JM

one for the shared library (`foo.o'). 例文帳に追加

もう一つは共有ライブラリ (`foo.o') を作成する。 - JM

Accessing a corrupted shared library ELIBMAX 例文帳に追加

壊れた共有ライブラリにアクセスしようとしたELIBMAX - JM

例文

To go online, access a freely shared library例文帳に追加

ネットに繋いで 無料で共有されている - 映画・海外ドラマ英語字幕翻訳辞書

例文

Cannot access a needed shared library ELIBBAD 例文帳に追加

必要な共有ライブラリにアクセスできなかったELIBBAD - JM

Cannot exec a shared library directly ELOOP 例文帳に追加

共有ライブラリを直接実行できなかったELOOP - JM

Then expand both the Service Engines node and the Shared Libraries node to verify that sun-xslt-engine and sun-shared-util-library are installed. 例文帳に追加

「サービスエンジン」ノードと「共有ライブラリ」ノードの両方を展開して、sun-xslt-engine と sun-shared-util-library がインストールされていることを確認します。 - NetBeans

The value is one of 'static' for a statically linked Python, 'framework' for Python in a Mac OS X framework,'shared' for Python in a standard unix shared library and'cfm' for the Mac OS 9-compatible Python.例文帳に追加

値は静的リンクした Python は 'static'、Mac OS X framework で構築した Python は 'framework'、標準の unix 共有ライブラリ(shared library)で構築された Python は 'shared'、Mac OS 9 互換 Python では 'cfm' となります。 - Python

Normally, it is possible for a program linked against a shared library to override the definition within the shared library. 例文帳に追加

共有ライブラリにリンクされるプログラムでは、通常この共有ライブラリ内部の定義を上書きすることができる。 - JM

The pathname argument must point to the shared library.例文帳に追加

pathname引数は共有ライブラリを指していなければなりません。 - Python

This is normally used to turn an archive file into a shared library, forcing every object to be included in the resulting shared library. 例文帳に追加

これは通常書庫ファイルを共有ライブラリに変えるとき、内部のオブジェクトを全て共有ライブラリに含めるために指定される。 - JM

The file filename or a script or ELF interpreter does not exist, or a shared library needed for file or interpreter cannot be found. 例文帳に追加

ファイルfilenameかスクリプトや ELF のインタプリタが存在しない。 - JM

The module was found as dynamically loadable shared library. 例文帳に追加

動的にロード可能な共有ライブラリとしてモジュールが発見された。 - Python

To provide a shared library to facilitate individual processing in individual programs even when a plurality of programs access the shared library.例文帳に追加

複数プログラムが共有ライブラリを呼び出す場合においても、その共有ライブラリが、個々のプログラムにおいて個別の処理を簡易に実現する。 - 特許庁

prints the shared libraries required by each program or shared library specified on the command line. 例文帳に追加

はコマンドラインで指定したプログラムや共有ライブラリについて、それぞれで必要とされる共有ライブラリを表示する。 - JM

serves to load a shared library to be used by the calling process. 例文帳に追加

は、呼び出し元プロセスが使用する共有ライブラリをロードする際に使用される。 - JM

Things like COFF, ECOFF, and a few obscure others were invented and their limitations explored before things seemed to settle on ELF. In addition, program sizes were getting huge and disks (and physical memory) were still relatively small so the concept of a shared library was born. 例文帳に追加

ここで、仮想コンソール が非常に役に立ちます。 - FreeBSD

The shared counter value obtained by the shared library 103 at the time of outputting the log information is notified through a shared counter value notifying means 108 to the program 102 calling another program (the shared library 103 in Figure), and the notified shared counter value is outputted so as to be included in the log information.例文帳に追加

他のプログラム(図の場合、共用ライブラリ103)の機能を呼び出しているプログラム102では、共用ライブラリ103がログ情報出力時に取得した共用カウンタ値を共用カウンタ値通知手段108を介して通知され、通知された共用カウンタ値もログ情報の中に含めて出力する。 - 特許庁

To run it on a shared library in the current directory, prefix the name with ". /". 例文帳に追加

カレントディレクトリにある共有ライブラリに対して実行するには、名前にプレフィックス "./" を付けること。 - JM

This allows one to provide a wrapper around a function in another shared library. 例文帳に追加

この機能を使うことで、別の共有ライブラリの関数へのラッパーを提供することができる。 - JM

Workaround: Install the latest version of the XSLT Service Engine and the Transform shared library: 例文帳に追加

回避策: 次の手順で XSLT サービスエンジンと変換共有ライブラリの最新バージョンをインストールします。 - NetBeans

Load and initialize a module implemented as a dynamically loadable shared library and return its module object.例文帳に追加

動的ロード可能な共有ライブラリとして実装されているモジュールをロードして初期化します。 - Python

Then expand both the Service Engines node and the Shared Libraries node to verify that the XSLT Service Engine and Transform Shared Library are installed. 例文帳に追加

「サービスエンジン」ノードと「共有ライブラリ」ノードの両方を展開して、XSLT サービスエンジンと変換共有ライブラリがインストールされていることを確認します。 - NetBeans

If the required shared library is not found, the linker will issue a warning and continue with the link. 例文帳に追加

必要な共有ライブラリが見つからないと、リンカは警告を出してリンク処理を継続しようとする。 - JM

Return the compiler option to add dir to the list of libraries linked into the shared library or executable.例文帳に追加

共有ライブラリまたは実行ファイルにリンクされるライブラリ一覧にlibを追加するコンパイラオプションを返します。 - Python

An information processing device etc. in which a program is executed by dynamically linking a shared library performs following steps: storing call relationships of the shared library used by the program; configuring an alternative library based on the stored call relationships; and switching a link so that the program uses the alternative library.例文帳に追加

共有ライブラリが動的にリンクされてプログラムが実行される情報処理装置等であって、プログラムが使用した共有ライブラリの呼び出し関係を記録し、記録した呼び出し関係を元に代替ライブラリを構成し、代替ライブラリをプログラムが使用するようにリンクを切り替えることによって課題を解決する。 - 特許庁

Instance variables of a singleton factory object to each application program provide shared data among library objects.例文帳に追加

各アプリケーションプログラムに対するシングルトンファクトリオブジェクトのインスタンス変数は、ライブラリオブジェクト間に共用データを提供する。 - 特許庁

OPERATING SYSTEM ALLOWING OPERATION OF REAL-TIME APPLICATION PROGRAM, CONTROL METHOD THEREFOR, AND METHOD FOR LOADING SHARED LIBRARY例文帳に追加

リアルタイムアプリケーションプログラムを動作可能なオペレーティングシステム及びその制御方法、共有ライブラリをロードする方法 - 特許庁

Search the specified list of directories for a static or shared library file lib and return the full path to that file.例文帳に追加

指定されたディレクトリのリストから、スタティックまたは共有ライブラリファイルlibを探し、そのファイルのフルパスを返します。 - Python

A library card issuing device 4 is connected to a server machine 1 via a network 3 with a storage memory 2 as a shared memory.例文帳に追加

記憶メモリ2を共有メモリとして、図書カード発行装置4をサーバ機1にネットワーク3を介して接続する。 - 特許庁

To provide a computer system capable of precisely executing a plurality of programs or modules using a shared library at the same time.例文帳に追加

共有ライブラリを使用する複数のプログラムまたはモジュールを、同時に正しく実行できる計算機システムを得る。 - 特許庁

Functions included in the modified stdio library are wrapper functions that call respective pre-assigned functions provided in one of a stdio library and a shared memory library with stdio interface.例文帳に追加

修正標準入出力ライブラリに備えられた関数は、標準入出力ライブラリ及び標準入出力インタフェースつき共用メモリ・ライブラリの1個に備えられたそれぞれの事前割当関数を呼び出すラッパ関数である。 - 特許庁

A standard cell is divided into a plurality of regions, and shared information having pin information at every region is added to a cell library.例文帳に追加

スタンダードセルを複数の領域に分割し、領域毎にピン情報を有する共有化情報をセルライブラリに付加する。 - 特許庁

The device 4 executes a library card issuing processing based on order receiving information stored in the shared memory 2.例文帳に追加

図書カード発行装置4は、共有メモリ2に格納されている受注情報に基づき、図書カードの発行処理を実行する。 - 特許庁

A symbol table forming a pointer from an "import" symbol to an "export" symbol within a common library is shared among processes.例文帳に追加

共有ライブラリ内のimportシンボルからexportシンボルへのポインタを形成したシンボルテーブルをプロセス間で共有する。 - 特許庁

If the executable is an a. out dynamically linked binary executable containing shared-library stubs, the Linux dynamic linker ld(8)例文帳に追加

実行ファイルが動的リンクされた a.out 実行形式で、共有ライブラリのスタブを含むものだった場合、実行の開始時に Linux のダイナミック・リンカld(8) - JM

A server 1 divides a program into a module 102 and a main program 103, compiles the main program 103, provides a link in a manner utilizing a shared library, complies the module 102 as the shared library, and sends the compiled module 104 and the main program 105 to a terminal device 3.例文帳に追加

サーバ1は、プログラムをモジュール102およびメインプログラム103に分割し、メインプログラム103をコンパイルし、共有ライブラリを利用する形態でのリンクを行い、モジュール102を共有ライブラリとしてコンパイルし、コンパイルしたモジュール104およびメインプログラム105を端末装置3へ送信する。 - 特許庁

The generic couplers 302 further use functions of the shared library 308 to ensure integrity of data transmitted between submodels 300.例文帳に追加

汎用カプラー302はさらに、汎用カプラー共有ライブラリ308の機能を使ってサブモデル300間で転送されるデータの一貫性を保証する。 - 特許庁

The updated data SP-S, SD-S of an online game server 10 are of a shared library format which can be utilized in a client terminal 21-2N.例文帳に追加

オンラインゲームサーバ10の更新データSP−S,SD−Sはクライアント端末21〜2Nにて利用可能な共有ライブラリ形式とされる。 - 特許庁

When the linker encounters such a dependency when doing a non-shared, non-relocateable link, it will automatically try to locate the required shared library and include it in the link, if it is not included explicitly. 例文帳に追加

リンカが非共有 (非リロケータブル) なリンクを行っているときに、このような依存関係に遭遇すると、リンカは自動的にその必要とされている共有ライブラリも (明示されていなくても) リンクしてしまおうとする。 - JM

The virtual tape volume is safely shared among the hosts without largely changing the mechanism of the conventional virtual tape library device by not directly delivering a volume operation command from the host to a virtual library control part as before, but by delivering it to the virtual library control part after receiving access regulation through the access management part of a virtual library I/F or the like.例文帳に追加

従来より行なわれている、ホストからのボリューム操作コマンドを仮想ライブラリ制御部に直接渡すのではなく、仮想ライブラリI/Fのアクセス管理部を通してアクセス規制を受けた後、仮想ライブラリ制御部へ渡すこと等により、従来の仮想テープライブラリ装置の仕組みを大きく変えることなく、仮想テープボリュームをホスト間で安全に共用する。 - 特許庁

To use a main memory device more efficiently in a program executed by dynamically linking a shared library on an information processing device.例文帳に追加

情報処理装置上で共有ライブラリを動的にリンクして実行されるプログラムにおける主記憶装置の使用をより効率的に行うことを目的とする。 - 特許庁

To reflect update contents on the program of an accessing side even before restarting an operating system when shared file such as a dynamic link library(DLL) is updated.例文帳に追加

ダイナミック・リンク・ライブラリ(DLL)などの共用ファイルを更新するとき、オペレーティング・システムを再起動する以前でも、更新内容を呼び出し側のプログラムに反映できるようにする。 - 特許庁

例文

The generic couplers 302 facilitate communication between submodels 300 through a common communication directory (CCD) by using functions of a generic coupler shared library 308.例文帳に追加

汎用カプラー302は汎用カプラー共有ライブラリ308の機能を使うことにより、共通通信ディレクトリ(CCD)を通じたサブモデル300間の通信を容易にする。 - 特許庁




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 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 (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-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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS