| 例文 |
basic functionalityの部分一致の例文一覧と使い方
該当件数 : 21件
A generic script implementing basic libtool functionality. 例文帳に追加
基本的な libtool の機能を実装した一般的なスクリプト。 - JM
Covers the basic commands and functionality of the FreeBSD operating system. 例文帳に追加
FreeBSD オペレーティングシステムの基本的なコマンドや 機能を扱っています。 - FreeBSD
To cover this basic functionality, you will need to implement the following pages: 例文帳に追加
この基本的な機能をカバーするためには、次のページを実装する必要があります。 - NetBeans
Now that you have finished the preliminary steps, you can start implementing the basic functionality of your application. 例文帳に追加
準備手順が完了したので、アプリケーションの基本的な機能の実装を開始できます。 - NetBeans
The connection port provides functionality enhanced by a common port primitive (basic instruction).例文帳に追加
該接続ポートは共通のポートプリミティブ(基本命令)に基づいて向上させた機能性を提供している。 - 特許庁
The aetools module contains the basic functionality on which Python AppleScript client support is built.例文帳に追加
aetools モジュールは Python で AppleScript クライアントとしての機能をサポートするアプリケーションを構築するための基本的な機能を含んでいます。 - Python
which provides the basic Internet Config access functionality.例文帳に追加
このモジュールには、icglue という低水準の関連モジュールがあり、インターネット設定への基本的なアクセス機能を提供しています。 - Python
You will also develop a piece of the basic application functionality and test it against the data you entered in the sample database in lesson 1. 例文帳に追加
また、基本的なアプリケーションの機能を開発し、レッスン 1 のサンプルデータベースに入力したデータに対してテストします。 - NetBeans
This tutorial assumes that you have completed the Quick Start Guide to the CASA Editor tutorial, which illustrates the basic functionality of the CASA Editor. 例文帳に追加
このチュートリアルは、CASA エディタの基本機能について説明しているチュートリアル CASA エディタクイックスタートガイドを終了していることを前提としています。 - NetBeans
MDB2 follows a modular concept to provide functionality beyond the basic ability to send queries to the database and fetch result sets. 例文帳に追加
MDB2 はモジュール化を意識して設計されています。 基本機能であるクエリの実行や結果セットの読み込み以外の機能は、モジュールで提供しています。 - PEAR
If any filter returns a false value, the message is not processed further.The basic Filter functionality allows filtering by specific loggername.例文帳に追加
いずれかのフィルタが偽となる値を返した場合、メッセージの処理は行われません。 基本的な Filter 機能では、指定されたロガー名でフィルタを行えるようになっています。 - Python
To provide a semiconductor integrated circuit which is reduced in waste of a circuit cell as a basic constitution unit and can be improved in functionality, and whose increase in circuit size can be suppressed.例文帳に追加
基本構成単位となる回路セルの無駄を減らし、機能性を向上を図れ、回路サイズの増大を抑えることができる半導体集積回路を提供する。 - 特許庁
File browser is a custom component that provides a user interface to work with device file system.It provides basic functionality to browse content of devices storage memory. 例文帳に追加
ファイルブラウザは、デバイスのファイルシステムを操作するためのユーザーインタフェースを備えたカスタムコンポーネントです。 デバイスの記憶領域の内容を表示するための基本的な機能を備えています。 - NetBeans
Some commentators suggested that we limit an issuer’s consideration of whether its conflict minerals are “necessary to the functionality” of a product to the “basic function” or “economic utility” tests.例文帳に追加
一部の意見提出者は、紛争鉱物がある製品の「機能に必要」であるか否かについての発行人の検討を「基本的機能」または「経済的有用性」のテストに限定することを提案した。 - 経済産業省
This composite motion driving mechanism complementes the both of the reciprocating movement and the rotating movement without impairing both the functionality of the ball spline and that of the basic mechanism of the rack and pinion at all.例文帳に追加
従来の製品に従来の技術で簡易に付加する事で往復運動及び回転運動の双方を取り出す事ができ、しかも安価に、コンパクトに制作することができるラック付きボールスプラインを提供する。 - 特許庁
A user interface UI of a consumer electronic apparatus is modified, which can be used for example to update a given basic UI functionality or to temporarily implement isolated, dedicated UI sub-domains.例文帳に追加
本発明に従って、民生用電子装置のユーザインターフェースは修正され、これは、例えば、所定の基本UI機能性を更新する又は、分離された、専用のUIサブ範囲を一時的に実行するに使用される。 - 特許庁
Further, since the tubular flocculated particles of basic magnesium carbonate and the particulates are compounded in a peculiar form, their demerits are mutually complemented, or the appearance of new characteristics or functionality can be expected by the compositing.例文帳に追加
さらに、塩基性炭酸マグネシウムの管状凝集粒子と微粒子とが特異な形態で複合化しているため、相互に短所を補完しあったり、複合化により新たな特性や機能性をも発現することも期待されるものである。 - 特許庁
To obtain shock absorbing during rear collision due to plastic deformation of a seat cushion side frame or the like at the seat cushion side frame of which the closed cross section surface shape is a basic cross section surface shape without degrading functionality, safety or the like.例文帳に追加
シートクッションサイドフレームの塑性変形による後突時等の衝撃吸収を、閉断面形状をその基本断面形状とするシートクッションサイドフレームにおいても確保するという目的を、その機能性および安全性等の低下を伴うことなく実現可能とする。 - 特許庁
However, the basic structure is the same for each function that is exported, so it has to be learned only once.Finally it should be mentioned that CObjects offer additional functionality, which is especially useful for memory allocation and deallocation of the pointer stored in a CObject.例文帳に追加
とはいえ、各関数の基本的な構成は公開されるものと同じなので、書き方を一度だけ学べばすみます。 最後に、CObject は、自身に保存されているポインタをメモリ確保したり解放したりする際に特に便利な、もう一つの機能を提供しているということに触れておかねばなりません。 - Python
| 例文 |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| 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. |
| © 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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
