| 意味 | 例文 (45件) |
Virtual classとは 意味・読み方・使い方
追加できません
(登録数上限)
Wiktionary英語版での「Virtual class」の意味 |
virtual class
名詞
virtual class (複数形 virtual classes)
- (object-oriented programming) A nested inner class whose functions and member variables can be overridden and redefined by subclasses of an outer class.
- (education) An online class.
- (sociology, まれに) A hypothesized new social and economic class exploiting and advocating digital technology; a digital elite.
- Coordinate terms: digerati, technorati, techno-utopians
- 1994, Arthur Kroker; Michael A. Weinstein, Data Trash, St. Martin's Press, →ISBN, pages 6–7:
- The virtual class has driven to global power along the digital superhighway. Representing perfectly the expansionary interests of the recombinant commodity-form, the virtual class has seized the imagination of contemporary culture by conceiving a techno-utopian high-speed cybernetic grid for travelling across the electronic frontier.
「Virtual class」の部分一致の例文検索結果
該当件数 : 45件
SYSTEM AND METHOD FOR AUTOMATICALLY INSTANCING CLASS BY VIRTUAL COMPUTER例文帳に追加
仮想計算機でクラスを自動インスタンス化するシステムと方法 - 特許庁
An optimization information adding device 100 stores a source program including class definition including a class and a virtual function and a base class and a calling instruction for calling a virtual function, and detects any class which is not inherited by the other class, and adds optimization information to the class definition including the detected class.例文帳に追加
最適化情報付加装置100は、クラスと仮想関数と基底クラスとを含むクラス定義と、仮想関数を呼び出す呼出命令とを含むソースプログラムを記憶し、他のクラスへ継承されないクラスを検出し、検出されたクラスを含むクラス定義に最適化情報を付加する。 - 特許庁
Whether the virtual function of the classes redefines a virtual function of a base class or not is analyzed and virtual function redefinition information 114 is obtained (S105).例文帳に追加
クラスの仮想関数が基底クラスの仮想関数を再定義しているか否かを解析し、仮想関数再定義情報114を得る(S105)。 - 特許庁
To make callable the substance of a virtual function existing in a class being the target of interpreter execution from the DLL of a class in which a member function has been defined as a virtual function.例文帳に追加
メンバ関数が仮想関数として定義されたクラスのDLLからインタプリタ実行対象のクラスに存在する仮想関数の実体を呼び出し可能とする。 - 特許庁
When you set a breakpoint on a class, you can stop the debugger when the class is loaded into the virtual machine, unloaded from the virtual machine, or both.発音を聞く 例文帳に追加
クラスへのブレークポイントの設定では、デバッガを停止するタイミング (クラスが仮想マシンに読み込まれたとき、または仮想マシンから読み込み解除するとき、のどちらかまたは両方) を選択できます。 - NetBeans
Use this option to request warnings when a derived class declares a function that may be an erroneous attempt to define a virtual function: that is, warn when a function with the same name as a virtual function in the base class, but with a type signature that doesn't match any virtual functions from the base class.発音を聞く 例文帳に追加
このオプションを使用することによって、基底クラスにおける仮想関数と同一の名前を持ち、基底クラスのいかなる仮想関数とも異なった型の記述を持つ関数に対して警告が行われます。 これによって、導出クラスが仮想関数を定義しようとして失敗する場合を警告することができます。 - JM
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
「Virtual class」の部分一致の例文検索結果
該当件数 : 45件
An instruction control part 121 executes the instruction of the specified instruction class while using a specified general virtual basic register 124 or general virtual expansion register 127.例文帳に追加
命令制御部121は、特定された汎用仮想基本レジスタ124又は汎用仮想拡張レジスタ127を用いて特定された命令種別の命令を実行する。 - 特許庁
Each packet to be transported on the virtual link is labeled on the basis of its assigned forwarding equivalence class.例文帳に追加
仮想リンク上で伝送しようとする各パケットはこれに割り当てられた転送等価クラスに基づいてラベルが付けられる。 - 特許庁
The coding processing unit 120 generates a first language bytecode class file including the constant pool and the virtual bytecode.例文帳に追加
コード化処理部120は、コンスタント・プールおよび仮想バイトコードを含む第1の言語のバイトコードのクラス・ファイルを生成する。 - 特許庁
Inline development for copying only a virtual function table pointer setting sentence relative to a constructor to a corresponding class or a parent class just after class variable definition, is performed and the pointer setting sentence to a virtual function table in the function is not copied on a caller function relative to a constructor function in normal inline development.例文帳に追加
クラス変数定義の直後で、対応するクラスおよび親クラスにコンストラクタに関して、仮想関数テーブルポインタ設定文のみ複写するインライン展開を実施し、通常のインライン展開においては、コンストラクタ関数に関して、関数中の仮想関数テーブルへのポインタ設定文はcaller関数に複写しない。 - 特許庁
In the case of basic instruction, the instruction discriminating part 111 and a general virtual basic register ID discriminating part 117 specify an instruction class and the ID of a general virtual basic register from that byte code.例文帳に追加
基本命令の場合、命令判別部111及び汎用仮想基本レジスタID判別部117は、当該バイトコードより命令種別と汎用仮想基本レジスタのIDを特定する。 - 特許庁
To provide class D amplifiers for a plurality of channels that improves crosstalk characteristics imposed on each speaker in the case of using a virtual signal GND.例文帳に追加
仮想信号GNDを使用する場合に、各スピーカへのクロストーク特性を改善した複数チャネルD級アンプを得ること。 - 特許庁
All member functions (except for constructor functions and new or delete member operators) are treated as virtual functions of the class where they appear.発音を聞く 例文帳に追加
全てのメンバ関数 (コンストラクタとnew,deleteメンバ演算子を除きます) は、出現した時点でそのクラスの仮想関数として扱われます。 - JM
An iSCSI target that resides on the storage server matches the hardware class identifier in the iSCSI login request with a particular virtual disk that contains a boot image for the hardware class of the diskless computing device.例文帳に追加
ストレージサーバ内のiSCSIターゲットが、iSCSIログイン要求内のハードウェアクラス識別子を、ディスクレス計算デバイスのハードウェアクラス用のブートイメージを有する特定の仮想ディスクとマッチングする。 - 特許庁
|
| 意味 | 例文 (45件) |
|
|
Virtual classのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのvirtual class (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
|
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのVirtual class (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
「Virtual class」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|