"これらのインスタンス"の翻訳 英語に:


  辞書 日本-英語

これらのインスタンス - 翻訳 :

  例 (レビューされていない外部ソース)

インスタンス
Instance
インスタンス
Instances
複数のインスタンス
Multiple instance
複数のインスタンス
Multiple Instances
インスタンス名
Instance name
インスタンス名
Instance Name
複数インスタンス
Multiple Instances
単一インスタンス
Single Instance
これはリンクのインスタンスを パラメータとして取るので
What I'd like you to do is implement this new function called add new link.
私は このインスタンスで怖い 氏レインズフォード...
I'm going with you. No.
以前の KGraphViewer インスタンスで開かれたファイルのリスト
The list of files that were opened in past instances of kgraphviewer
ある問題のインスタンスを 他のインスタンスに変換します この場合変換はとても直接的です
Now in this particular example, well it illustrates a general idea which is we take instances of one problem and we transform them into instance of another.
そこで新しいインスタンスを生成し
Because of the autonowadd, we'll automatically get that property.
新しいArtのインスタンスです そこにtitle titleと
A that's going to be our art equals a new instance of art.
新しいインスタンスを開く
Open a new instance
この中で問題Yのインスタンスは 問題Xのインスタンスに変換されます つまり問題Xの中には 複数のインスタンスが存在します そして問題Xを解くためのアルゴリズムを実行します
Imagine that we want to solve an instance of problem Y, we can imagine building a solution algorithm, an algorithm for Y, that what happen inside is instance of problem Y gets transformed in some way between instance of problem X or may be multiple instances of problem X.
既存のインスタンスを置き換える
Replace existing instance
定数を KmPlot のインスタンス間で共有するには これをチェックします
Check this to have the constant permanently available between instances of KmPlot.
クラスにおけるクラス変数のインスタンスは
Okay, you have to assign a variable before you use it, otherwise you'll get an error.
エージェントのインスタンスの作成がタイムアウトしました
Agent instance creation timed out.
エージェントのインスタンスの作成がタイムアウトしました
Resource synchronization timed out.
このインスタンス化されたパターンが すべての関数に有効だと判明すれば
It's like a sieve.
Amarok を複数インスタンス実行することを許可
Allow running multiple Amarok instances
KMail の実行中のインスタンスがありません
No running instance of KMail found.
xは2でepsは10e 7の値であると推測できます これらのパターンもインスタンス化します
When we invoke the square root with the value of 2, we could infer that x has a value of 2 and eps has a value of 10 7.
このクラスはオブジェクト obj がインスタンス であるクラスの名前を返します
Returns FALSE if obj is not an object.
KIO のインスタンスを作成できませんでした
Could not create a KIO instance
新しい Konsole インスタンスに使用するプロファイルの名前
Name of profile to use for new Konsole instance
gameオブジェクトのためにインスタンス化する方法です
What we care about is how to use it for instantiating the proper class based inheritance trees for our game objects.
11. 実行中のコンポーネントのインスタンスを取得することはできますか
Is there a way to handle an event sent from COM object?
インスタンスから始まりますが この場合はclsというクラスが入っています
So normally you would say the first parameter on a method on a class itself, that's referring to yourself, that instance.
このメソッドはこのオブジェクトを呼び出します インスタンスである必要はありません
I'm not going to get into exactly what decorators are, but what classmethod does, is it says you can call this method, on this object.
指定されたアカウントで実行されているEC2インスタンスのステータスを表示します
Shows Status of EC2 instances running on given account.
classmethodはby_pathを インスタンスで有効にするのではなく
All this does is this runs an app engine query or datastore query.
実はこのArtクラスのインスタンスです ここにはtitleがあるので ドットシンタックスで titleにアクセスできます
And this object art here is actually an instance of this class art here, and it has a title.
一方1つ前のページが存在し編集されていたら pageの新しいインスタンスを作ります
Otherwise, if we either don't have a page and have content, which is what this clause implies, or we do have a page and the content has changed.
作成時間によってソートされるデータベースから Artsのインスタンスすべてを読み出すための GQLを書くことです
So what I'd like you to do is write for me the SQL in this case, the GQL to fetch all of the instances of arts from our database, sorted by the creation time.
ブリーザーを取得し 彼らがここにそれを破った あなたが運命の皮肉のインスタンスが必要な場合は バーティは この知識を得る
The nurse takes the kid out ostensibly to get a breather, and they beat it down here.
それは このオープンアクセスの動きをインスタンス化するための正しい方法です 値は 効率性と このアーキテクチャで正義
Now, my view is, this the right way you might think this is the left way but it's the correct way to instantiate this Open Access movement.
少し紛らわしいのですが art classのインスタンスのことです そしてart classはartというプロパティを持ち
Now remember, this art here this is a little confusing, I realize this art here refers to this instance of our art class, and our art class actually has a property called art, which is actually the text of the art itself.
問題Yのインスタンスを解きたいので 問題Yのアルゴリズムをこのように仮定します
The basic picture that you can have in your head is something like this,
つまり静的なのです クラスのインスタンスを必要としません
Staticmethod basically means you don't have to pass in self to a function, which means this method here is just static.
a.putと入力しインスタンスを格納します これは新しいartオブジェクトを データベースに格納します
So we're going to create a new instance, and then to store this instance, we say a.put.
インスタンス名が空です 一つ選択してください
The instance name is empty. Please select an instance.
Daikonが適切なパターンを有しているからです つまり2つの変数の乗算は 3つ目の変数と等しいというパターンです そして戻り値でインスタンス化され 再び戻り値とxでインスタンス化されます
However, what we also get is that the return value squared is equal to x, and we get this because Daikon has an appropriate pattern for that, namely a pattern where the multiplication of any two variables equals a third variable, and this is instantiated with a return value, again with a return value and with x and this pattern then holds for all runs at least for all runs with integer numbers.

 

関連検索 : これらのインスタンスで - インスタンスこれで - このインスタンス - 限られたインスタンス - インスタンスのどこで - インスタンスの - インスタンス - インスタンス - インスタンス - このこれらの - これらの - これらの - これらの - これらの