"を参照することにより "の翻訳 英語に:
例 (レビューされていない外部ソース)
循環参照を形成するポインタを貯めます 参照によってできるグラフのようなポインタは 循環参照を形成することがあります | It's a cycle collector for reference code objects, and it buffers pointers that it suspects of forming cycles. |
より多くの例を参照するには while, for, if も参照下さい | Prev |
ママを参照するには | To see Mom? |
ファイルシステムを参照する | Browse the file system |
cは bと同じ物をを参照することになります なので cも全く同じ物を参照します | If the variable b refers to this entity and when you say c is equal to b, this is actually saying that c is going to refer to the same thing that b is referring to. |
同じオブジェクトを参照する2つの変数名がある場合 オブジェクトpの参照するものが変更されると qの参照する値にも作用することになります | Aliasing for variable names has the same property, so if we have 2 variable names that refer to the same object, any change we make to the object p refers to also affects the value that q refers to. |
渡したオブジェクトを参照するようになります なのでこのpの値はそのオブジェクトを参照しています | What happens when we call a procedure the name of the variable in the procedure now refers to the object that's passed in. |
必ずDOMを参照してください ブラウザで作業するときにDOMを参照することは プログラムで操作しているHTMLドキュメントを 参照するのと同じです | Any time you're dealing with XML programmatically, you'll see references to a dom, or if you're working in your browser, you'll see references to the dom, which kind of refers to the document, the HTML that you're manipulating programmatically. |
iは各要素を参照しなさい なのでiはループする毎に 異なるものを参照することになります | for each of the things in the range, make i refer to them, and then each of those loops is going to refer to a different one, |
参照するキー | Key to look for |
絶対値は参照のタイプを指定します 1または省略 行列を絶対参照 2 行を絶対参照し列を相対参照 3 行を相対参照し列を絶対参照 4 行列を相対参照 | Absolute number specifies the type of reference 1 or omitted Absolute, 2 Absolute row, relative column, 3 Relative row absolute column and 4 Relative. |
その際はIDとparent_keyを参照します parent_keyはメインのパスクエリが参照するのと 同じものです ここではクラスでページを参照しています | If I want to get an old version, I use the getbyid function, which takes an ID, and it also takes a parent key, which uses the same key as the main path query. |
完全なスレッドと参照ヘッダによるスレッド | Perfect and by References |
作家はよく辞書を参照する | Writers often refer to a dictionary. |
私を参照することはできません | I can't see that. |
外部参照をロードする | Load External References |
参照バーを表示する | Show reference bar |
wで参照することができます またライブラリの探索テーブルで 参照することもできます | Then whenever you want to say I want to get a word in any language, you just refer to something like w. |
リスト1 2 3を参照するリストaと リスト2 4 6を参照するリストbで開始し | So here are a few examples. |
前述参照のこと | See above. |
私はよくその辞書を参照する | I often refer to the dictionary. |
sum は0で i は1 よって sum は新たに1を参照することになります | And now we run this again. And we say, Okay, sum is 0, plus i. i is 1. |
C コード用には 参照カウントシステムがあります これらを両方使って形成される循環参照には | We have a garbage collector for JavaScript, we have a reference counting system for our C code. |
行列を参照するのに使う | A, B, C, you know, |
データベースにある参照ファイルと照合しています このヒートマップはシステムの | We compare each upload against all of the reference files in our database. |
そして関数本体でそれらを参照することになります | The parameters in a function declaration are always just names |
完全な マニュアルを参照するには ここをクリックします | Click here to consult the full Manual. |
テープデバイスを参照 | Browse for the tape device. |
ジェフが昨日話していたことを参照すると | And, you know, I don't want to belittle that. |
qが参照するものになるということです ここで重要なのは代入後に pとqが同じリストを参照しているということです | And we assign p to q, and that means the value of p, which is the object that's this list, is now what q will refer to. |
検索と参照 | Lookup Reference |
参照 | References |
参照 | References |
参照 | Referenced |
参照 | Reference |
参照する見出しを選択 | Select the index you want to reference |
制御フローを参照するステートメントです | There are also statements that influence what gets executed and under which conditions. |
このリンクはインデックスを参照します | This link references the index. |
このリンクはヘルプを参照します | This link references the help. |
このメニューはブックマークを参照します | This menu references the bookmarks. |
あとでこの問題を解決する時 この導出を参照するつもりです | So there's 1 way to derive the string ab using this grammar. |
この新しいリストを参照します cは今この新しいリストを参照しているわけです | If we assume we haven't changed b and if we assume this was our definition of b, then it will create a new list that looks like this and c will now refer to this new list. |
すると値nが参照するものが変わります 今はnは値4を参照していますが 値aが参照しているものは変更されません | We assign to N the value N 1, so that the changes the value N refers to. |
代入によりaが参照しているものが変わります | We get the value 125, and then we do the assignment. |
名前を使って値を参照することができます | In Unit 1 we introduced the concept of variables. |