constructor
US /kən'strʌktə/
・UK /kənˈstrʌktə(r)/
B2 中上級
n. (c.)可算名詞建設業者
Here is the constructor who built our house
動画字幕
ドイツで24時間弱...ドイツ語も話せないのに(ドイツ旅行記) (Germany for less than 24 hours... and I don't even speak German (a germany travel vlog))
12:58
- So apparently Constance was the birthplace of Count Ferdinand von Zeppelin, the constructor of the famous Zeppelin airships.
つまり、コンスタンスは、有名なツェッペリン飛行船を建造したフェルディナント・フォン・ツェッペリン伯爵の生まれ故郷なのだ。
Javaチュートリアル - 同期メソッド (Java Tutorial - Synchronized methods)
04:27
- The constructor takes a number for the overdraft as an argument.
コンストラクターは、引数として当座貸越の数字を取る。
Javaチュートリアル - コンストラクタでオブジェクトを作成する (Java Tutorial - Creating objects with constructors)
07:12
- but they become more tangible when you use a constructor
しかし、コンストラクタを使用すると、より具体的になります。
- called a constructor, to construct our tree objects.
はコンストラクタと呼ばれ、ツリーオブジェクトを構築するために使用されます。
Java模擬面接|上級Java開発者向け面接質問集 (Java Mock Interview | Interview Questions for Senior Java Developers)
19:07
- What's a constructor?
コンストラクターとは?
- What do you understand about constructors overloading Java and COP constructor?
JavaのコンストラクタのオーバーロードとCOPコンストラクタについて何を理解していますか?
フォーミュラ・ワンの歴史のすべて、だと思う (the entire history of formula one, i guess)
12:37
- It's the late 1970s now, and being a constructor sucks for a lot of reasons.
今は1970年代後半で、コンストラクターであることは多くの理由で最悪だ。
- But the introduction of V6 hybrid power units led to a new era of dominance in Formula One when a constructor returned after 55 years.
しかし、V6ハイブリッド・パワーユニットが導入されると、55年ぶりにコンストラクターが復活し、F1支配の新時代が到来した。
Juceチュートリアル 01- ドキュメント・ウィンドウ・クラス (Juce Tutorial 01- The Document Window Class)
17:43
- Okay, now if we scroll down just a little bit, we can take a look at the that we have our constructor here that has a set of parameters, so we're just taking a look at what those are about.
少し下にスクロールして、コンストラクタのパラメータを見てみましょう。
- So we have the document window constructor, as I said before, okay, so it has a name.
ドキュメント・ウィンドウのコンストラクタは、前にも言ったように名前を持っている。
JUCEチュートリアル03 - Componentクラスを使ってグラフィックスを始めよう! (JUCE Tutorial 03 - Get Started with Graphics using the Component class!)
30:45
- You would have a constructor and a destructor that are called when the window is created or destroyed.
コンストラクタとデストラクタがあり、ウィンドウの作成時と破棄時に呼び出される。
- So as I said before, first thing that we have is the constructor.
前にも言ったように、まずコンストラクターがある。
JUCE Tutorial 02 - AudioProcessorクラス...JUCEで最も重要なクラスを深く掘り下げる! (JUCE Tutorial 02 - The AudioProcessor Class...A Deeper Dive into the Most Important Class in JUCE!)
34:12
- So the first thing that we have here is the constructor.
まずコンストラクターだ。
- And then of course, here in this function, this constructor function, you would have any type of initialization code that you would need to start up other classes, to start up other things that need to be initialized with some variables.
そしてもちろん、この関数(コンストラクタ関数)には、他のクラスを立ち上げたり、変数を初期化する必要のある他のものを立ち上げたりするために必要な、あらゆる種類の初期化コードがある。
SearchBar & SearchAnchor (Widget of the Week) (SearchBar & SearchAnchor (Widget of the Week))
02:49
- As a user, you won't even need to build your own search bar because if you use the Search Anchor bar constructor, it's built for you.
ユーザーとして、Search Anchor のバーコンストラクタを使用すれば、サーチバー自体を構築する必要はありません。