"コロン"の翻訳 英語に:
辞書 日本-英語
例 (レビューされていない外部ソース)
V 1 コロン 0.1 コロン 2 | Here's some more useful notation. |
コロン | Colon |
コスタリカ コロン | Costa Rican Colon |
エルサルバドル コロン | El Salvador Colon |
コスタリカ コロンName | Costa Rican Colon |
エルサルバドル コロンName | Salvadoran Colon |
コロンCity in Panama | Colon |
コロンだよ おフランスの | It's your cologne. |
5コロンのヘッドライン からー | 5 columns from the headlines. |
線かコロンか忘れました | Is that the line? |
rose True dog Falseとコロンで区切り | Inside the curly braces you use to make a new map, you can actually just put all of the bindings 'rose' maps to true. |
コロンも忘れないでください | We'll take in 1 parameter, and we'll call it s. |
コロンを忘れないでください | In order to define the procedure, I'll call the first variable boolean, with a lowercase b. |
そのあとにコロンを続けます | Parameters is just a fancy name for the inputs to the procedure. |
引数を並べてコロンをつけます | Here the word lambda is fixed. It's a terminal. |
カンマ コロン とすると 二番目の行の全ての要素を取得できます ですから コロンの意味は | I can also type A to comma colon to fetch everything in the second row. |
パスワードにスペースやコロンを含めてはいけません | The password may not contain colons or spaces! |
ログイン名にスペースやコロンを含めてはいけません | The login may not contain spaces or colons! |
ログイン名にスペースやコロンを含めてはいけません | The login may not contain spaces or colons. |
n を使用します そしてコロンをつけます | N is usually a good name for a number. |
Pythonではコロンやタブを使って関数の本体や | In both cases, we have one parameter named x. |
これを部分列演算子コロンを用いて行います | Peter Given 2 strings, s and t, we want to print out udacious without using any quotes, and we're going to do that by using the subsequence operator, the colon. |
は A の二番目の行です 確かに そして同様に コロン カンマ 2 | So, a of 2 comma colon is this second row of a. |
その数値をnとしましょう コロンを忘れないでください | Countdown takes one parameter the number that it countdowns from |
矢印を書く方法がないので 慣例でコロンを代用しますが | Here's our rule, written out, and this is very similar to |
タブとコロンを使います セミコロンでステートメントを 終了する必要はありません | Note again that in Python, instead of the opening and closing curly braces, we have tabbing and colons. |
コロン以外の要素すべてに割り振られます expは0でNUMBERは1です | The numbering here is every one of these elements of our grammar rule except the colon gets a number. |
シンボルはコロンで始まり 小文字である必要はないけど 大抵は小文字だ | A string who value can't change, and its value is itself. That's all it is. |
Pythonが新しい条件分岐に差しかかったことを知る鍵はこのコロン( )です | And the indent is part of this clause. |
これは 0, 1, 2, 3, 4 のリストを生成します for i in range(5) として コロンをつけます コロンは これから繰り返しをして欲しい部分が始まりますよ と示しているわけです | So this will generate a list, 0, 1, 2, 3, 4 , so for i in range(5) and this colon says, |
V 1 コロン 6 と指定すると V にこれらの数字が代入されます 1 から 6 OKです | Now, and I can also set V equals one colon six, and that sets V to be these numbers. |
GAEは皆さんの代わりにエスケープしてくれる 非常に有用なコロン構文を使っています | This is why you shouldn't use s in SQL statements. |
単純な整数 浮動小数点数 あるいはスペースまたはコロンで区切られた度 分 秒の値を入力 | You may enter a simple integer, or a floating point value, or space or colon delimited values specifying degrees, arcminutes and arcseconds |
単純な整数 浮動小数点数 あるいはスペースまたはコロンで区切られた時 分 秒の値を入力 | You may enter a simple integer, or a floating point value, or space or colon delimited values specifying hours, minutes and seconds |
ワードタグ そしてコロン そしてあなたが検索したいタグ の順で入力します スペースは入力しません | You can easily find all papers tagged with a specific tag by entering the word tag, then colon, then the tag you are seeking in the search box. |
すべてに適用できるコードを書きます 以前説明したとおりコロンは矢印を意味します | I can just write out multiple related parsing rules in the same string, and give one piece of code that applies uniformly to all of them. |
この比較を評価式と呼びコロンがそれに続きます そしてif文の中にブロックがあります | The structure of an if statement is we have the keyword, if , followed by a comparison, we'll call that the test expression, followed by a colon. |
メンバ名 コロン 定義する内容という並びで 記述します ここではdrawStringという関数を宣言しています | From there we can declare methods and member variables of that object by specifying the name of the member, a colon and then the value that its going to take. |
前に行ったwhileと評価式の条件があります コロンもあります 一般的なwhile構造はここにブロックがあります | Here's the typical structure of a loop with a break, so we have the while à   as we did beforeà   and we have the test expression and we had a colon. |
Pythonが新しい条件分岐に差しかかったことを知る鍵は このコロン( )です 実行すべきことを知る方法 | The way it knows that there are new clauses forming right here is this colon right over here. |
まるで英語のようです コロンは矢印の代わりでしたね その下に抽象構文木の作り方を書きました | And then down here I've written out my grammar rule in almost English and again, this colon is like the arrow that we would normally draw. |
そしてコロンで区切った hours minutes secondsが必要です ここに文字列があります ゼロ付きの2桁のhoursとゼロ付きの2桁のminutes | We actually want leading zeros in here and we want hours, minutes, and seconds separated by colons. |
ブレースの代わりに コロンを使うところが異なります nが0なら1を返します そして記述の最後にセミコロンをつけます | Again, in Python this would probably look very, very similar except that we'd use a colon instead of an open and curly brace. |
これは繰り返し変数の名前です そしてキーワードであるinに続くリストがあります シーケンスと呼ばれるリストの後にコロンを置きます | We have the keyword for followed by a name, and this is a new name for a variable that we can introduce, then the keyword in followed by a list, and this is any expression which evaluates to a list followed by a colon. |
クリストファーコロンブスは あまりにつまらないと見なしたヨーロッパの諸言語に不満を感じて 自分しか話せないほど複雑な コロン語 を考案した | Frustrated with the European languages, which he considered too boring , Christopher Columbus invented Columbian , a language so complicated that only he could speak it. |