Translation of "lingual braces" to Japanese language:
Dictionary English-Japanese
Examples (External sources, not reviewed)
Use Multi Lingual Command Line | 多言語対応コマンドラインを利用します |
Braces | 括弧 |
living in a uni lingual city anymore. | 大好きなイングランドに戻れば |
Hands to braces! | 転桁索だ |
My daughter has braces. | 娘は歯を矯正中です |
I think I need braces. | 歯列の矯正をお願いしたいのですが |
Vicar's braces in the other. | 直接に彼はあえぎのソートを与えたHuxterを見て 左に急旋回 |
My parents couldn't afford braces. | その余裕がなくてね |
Insert closing braces on pressing Enter | Enter キーを押すことで閉じる括弧を挿入しますName |
JavaScript is big on curly braces. | Pythonはタブ移動がよく使われます |
You make a new map or dictionary in Python using open curly braces and closed curly braces. | ブレースを使います マップを作る目的は1つのものに別のものを 関連づけるためです |
Remove select? Or remove the angled braces? | 失敗を発生させている可能性の高いものを この中から3つ選んでください |
In JavaScript, we use curly braces and closing curly braces to denote this sort of lexical or syntactic scope. | 字句や構文の範囲を表します の1は の1と対になります |
They'd get stuck in your braces, wouldn't they? | こんなもの 歯にくっついて どうにもならんよな |
I'd like to have a consultation about getting braces. | 歯列矯正についてご相談したいのですが |
Since she got her braces, I've hardly seen her smile. | 歯にブリッジを入れてから ほとんど彼女の笑顔を見なくなった |
Loose all solar sails! Come on! Heave up the braces | ソーラーセイルを広げろ 高く |
I really miss the ponytail and the braces right now. | 無邪気な娘も 支えも居ないなんて |
I managed it with braces, belts and a coat hook. | サスペンダーとベルトと コート掛けを使った |
Again, the big differences are these curly braces, which must be balanced. | そして とインデントの代わりに使用します |
I already see you hanging from your braces in your prison cell. | 便所で首をつってる姿を 思い浮かべるがいい |
Although again, if it's a single line, you don't require those braces to be there. | 波括弧は不要です ここの配列wordsはnが角括弧でくくられています |
Note again that in Python, instead of the opening and closing curly braces, we have tabbing and colons. | タブとコロンを使います セミコロンでステートメントを 終了する必要はありません |
When you put something in braces like this, you're initializing that variable in the object to the given value. | この16進数のコードでは黄を表します |
Now, note that the statement here doesn't have braces around it designating what executes if the if statement evaluates to true. | ここで注目してほしいのはtrueだった場合の処理内容が 波括弧で囲まれていないという点です これも他の言語と似ています このように処理が1行であれば 波括弧は必要ありませんが |
If you surround sections of text that contain a token with curly braces, that section will be hidden if the token is empty. | 変数を含むテキストの一部を でくくると 変数が空の場合は表示されません |
I'll show you how to do that. Instead of using these braces, we can use the function called get, which Python hashtables have. | これは対象のキーの有無を確認する関数です |
This is similar to some other languages where, if there's a single line that you need to evaluate, you don't require those braces. | 読みやすくするためだけに使うこともあります |
Inside the curly braces you use to make a new map, you can actually just put all of the bindings 'rose' maps to true. | rose True dog Falseとコロンで区切り |
I haven't said what a compound statement is, although since we've seen JavaScript before we're going to guess that it involves those curly braces. | JavaScriptで見たような が含まれる文です これから書いてみます |
And similarly to the if blocks, the block of code that you'd like to execute each time the for loop runs, is delineated by braces. | 波括弧で囲われますが ブロック内の処理が1行の場合は |
Now here we see words n where n is in square braces and again, n is the variable that our for loop is looping over. | nはfor文がループしている回数を示す変数で ここでは配列にアクセスし 配列内のn番目の要素を示しています 他の言語と同じように |
If it returns TRUE, the if statement evaluates to TRUE If it returns TRUE, the if statement evaluates to TRUE and the code within its braces is executed. | この例を少し発展させて PHPブロックの中からでもPHPモードから出たり 入ったりすることができることを以下に示します |
The conditional expression suppose our if then else is if x 00 01 48,000 I haven't drawn in the curly braces to save space, but this is the general idea | この時 条件式はx 5 then文がA else文がBです |
Unlike Python where we can just use tabbing and whitespace to indicate what parts of the code are blocks or subparts of the rest of the code, we use braces, and forgive my poor bracing technique. | コードの個々のかたまりを示すことができないので ブレースで区切ります ひどい形ですね うまく書けないのです |
Remember that much like the if then else statement we've seen before with the curly braces in JavaScript, a function body may have many statements, so we'll use our eval stmts procedure on the body in the new environment. | JavaScriptで が使われると 関数の中身は複数の文となることがあります よってeval stmts関数で 新しい環境を使って評価します これは重要です 古い環境は使いたくありません |
It is a handy way of making it clear to the interpreter as well as to a human reading the code the structure of the code and it saves having to need any extra syntax like squiggly braces or semicolons to do that. | つまりコードの構造をハッキリ読み込むことができ セミコロンや波括弧のような構文を 新たに作成せずに済む便利な方法です |
So what that means is we can iterate this particular expression that I put braces around and average that and if we did that forever, if we did that infinitely often, it would be exactly the expected value, which would be exactly the clustering coefficient. | 無限またはそれに近いほど繰り返せば 期待値とそのクラスタ係数は同じになるのです 無限に繰り返すわけにはいきませんから |
A compound statement is a sequence of statements in between a left brace and a right brace. the rules for statements, statements can be empty, so you can have nothing in your between your left and right braces or it can be a single statement and a followed by more statements. | 中括弧に挟まれています 規則では 文は空でもよいので 左右の中括弧の間が空にもなり得ます |
Related searches : Lingual Artery - Lingual Vein - Lingual Tonsil - Lingual Bar - Lingual Skills - Audio-lingual - Lingual Nerve - Lingual Surface - Lingual Side - Dental Braces - Steel Braces