「static import」を含む例文一覧(3)

  • You can only import the following Eclipse project types:Java Project, Java Project from Existing Ant File, Static Web, Dynamic Web,and JPA Project.
    インポートできるのは、次の Eclipse プロジェクトの種類のみです。 Java プロジェクト、既存の Ant ファイルからの Java プロジェクト、静的 Web、動的 Web、および JPA プロジェクト。 - NetBeans
  • The linker will look for it in the object files in the libraries; if it finds it, it will include all the code from that object file.In Windows, there are two types of library, a static library and an import library (both called .lib).
    このときリンカはライブラリ内のオブジェクトファイルを検索します; もし識別子が見つかると、リンカはそのオブジェクトファイルから全てのコードを取り込みます。 Windows では、二つの形式のライブラリ、静的ライブラリとインポートライブラリがあります (どちらも.lib と呼ばれています)。 - Python
  • A static library is like a Unix .a file; it contains code to be included as necessary.An import library is basically used only to reassure the linker that a certain identifier is legal, and will be present in the program when the DLL is loaded.
    静的ライブラリは Unix における .a ファイルに似ています;このファイルには、必要に応じて取り込まれるようなコードが入っています。 インポートライブラリは、基本的には特定の識別子が不正ではなく、DLL がロードされた時点で存在することを保証するためにだけ使われます。 - Python

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 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.
  • Python
    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.