Translation of "concise" to Japanese language:
Dictionary English-Japanese
Concise - translation :
Examples (External sources, not reviewed)
| I need a concise explanation. | 簡潔な説明をしてほしい |
| I need a concise explanation. | 簡潔な説明をしろ |
| His address is a concise speech. | 彼の演説は簡潔スピーチです |
| The Gettysburg Address is a concise speech. | ゲティスバーグ演説 は簡潔なスピーチです |
| His comment was concise and to the point. | 彼の評論は簡潔で要点を押さえたものだった |
| His essay was concise and to the point. | 彼の小論文は簡潔で要点をきちんと押さえていた |
| The author's mode of expression is very concise. | その作家の表現方法はとても簡潔だ |
| So the rhythms could be pretty intact too, pretty concise. | ちゃんと正確に聴こえ きっちり演奏できました 他の地域にも似たような場所があります |
| So you end up spending less time writing. It's concise. | 安全に動く保証ができ さらに速くなります |
| What the critic says is always concise and to the point. | その批評家の言うことはいつも簡潔で要領を得ている |
| Authority is confidence plus a concise message, a clear, strong voice. | 明快で力強い声にあらわれる パトスは感情的なつながりのことである |
| And one of the things we really wanted was to be concise. | 概念的には入力を消費しないエッジがある方が よりシンプルかもしれません |
| Actually, they're both just concise notations for specifying possibly infinite sets of strings. | 文脈自由文法は ただの書き換え規則で |
| This is a very concise way of listing, actually, an infinite number of possibilities. | aのあとに の正規表現を書いた場合 一致するのはa aa aaa aaaaなどです |
| Each a word you probably learned in your first year of speaking, each perfectly concise. | どれも完璧なまでに簡潔です L フランク バームが類語辞典を 持ってなかったわけではなく |
| Just as mathematical expressions are very concise and let us match or describe a large number of integers or numbers, regular expressions are going to be very concise and let us describe a large number of simple strings. | 一致させたり記述したりできます 正規表現も同様にとても簡潔で 多くのシンプルな文字列を記述することができます |
| And therefore it looks beautiful because we already know how to write it in a lovely, concise way. | どうやれば綺麗で正確に表記できるか既に知っているからです こんなテーマがあります 我々はすべての秩序を支える統一理論の存在を信じているということです |
| Picking the right one, the small one, the simple one, the concise one, the elegant one, requires creativity. | 創造性を必要とします このスキルをこのクラスで学びます |
| This is just a concise notation for your benefit, so that we don't have to type out as much. | その下はJavaScriptの 二項演算子についての抽象構文木です |
| These mathematical equations are concise notations for a possibly large set of values, especially if I do something like this. | 次のような場合は特にそうです 50より大きく90より小さい値は 51から89まであります |
| Well, unsurprisingly, these generators are the trick we're going to use to enumerate a lot of strings in a concise manner. | 大量の文字列を簡便に列挙する方法があります |
| One of the first tools we introduced was regular expressions, which are just a concise notation for specifying some sets of strings. | 簡潔な表記で文字列を指定する方法でした これで指定できる文字列は正規言語と呼ばれました |
| Then we moved on to the more powerful context free grammars, which are a concise notation for specifying some sets of strings. | ある文字列の集合を表記する簡潔な方法です 待って 正規表現も同じでした |
| And this is why I suggested earlier that performing such a simplification or optimization is like editing someone's writing so that it's more concise. | 他人の言葉を簡潔にすることが似ている点です 重複を取り除いても階乗は正しく求められ 計算にかかる時間は短くなります |
| The purpose of Backus Naur Form is to be able to precisely describe exactly the language in a way that's very simple and very concise. | バッカス ナウア記法の目的は とても簡単な方法で 言語を正確に記述できるようにすることです そのため左側にあるような非終端記号の形にします |
| It's very concise code, but it might be harder to read, especially if you're not familiar with all or map or making functions in Python. | 特にPythonのallやmapやlambdaについて よく知らなければなおさらでしょう 講義ではあまり扱ってこなかったことです |
| So although it may seem now like HTML and JavaScript are totally arbitrary, in fact, some effort has gone into making them concise and relatively easy. | 実は設計の過程で簡潔化の努力がなされています 私が作ったトークン名に比べれば ずっと優れた言語だということです |
| The word regular has special meaning in mathematics and computer science theory, but for now it just means simple strings, and expression is just a concise notation. | しかし今のところは単純な文字列を意味し また表現とは簡潔な表記を意味しています 数学のクラスで習ったものとは 使われ方が違うと思います |
| And to that, it's relatively clear that languages like MATLAB, which just like to use the star to multiply two matrices, is going to be more concise. | ただ2つの行列を の記号で積を求めることが できるので 明らかに簡潔です C やC で演算子の意味を変える |
| In our last exciting episode we learned about regular expressions, a concise notation as a way to write down or denote or match a number of strings. | これは文字列の数を書き留めたり示したり 一致したりする簡潔な方法として使いました この括弧内の4から7は4 5 6 7の 4つの異なる文字列に相当します |
| Even this very simple grammar has an infinite number of strings in its language, so it shouldn't be surprising that longer strings than 2 can have very concise parse states. | トークンが3個以上ある文が 簡潔な構文解析の状態になるのもうなずけます トークンが5個の場合は3個の場合と同じ理由で 成立しません |
| Let's take something like MATLAB, which is very good at doing mathematical operations or matrices or matrix multiply in a concise manner, and take it as sort of a running example. | 行列の積を簡潔な記述で求めることができて まるでよくある言語のコード例のようです この行列の積はCやC やC でも |
| Modern programming languages support regular expressions, which are just a concise notation for specifying sets of strings, and using regular expressions is more flexible than using fixed string matching like string.find. | 正規表現をサポートしています 正規表現を使用することは string find関数のような 固定の文字列照合を使うよりも柔軟性があります |
| This might seem a little counterintuitive but remember the glory of parsing, or the glory of context free grammars, is that a very concise grammar notation stands for an infinite number of strings. | 文脈自由文法の要点を思い出すと 非常に簡潔な文法の記述で 無限の文字列を表せるのです これほど単純な文法でさえ 無限の文字列を持ちます |
| And presumably now you can imagine how if we had a bunch of these we could just write them all out here, or maybe we could have a slightly more concise system for checking patterns and replacing them. | ここに書くことができます あるいはもっと簡潔なパターンを調べて 置き換えるシステムを作ってもいいかもしれません |
| So again we'll see examples, but the fact that Ruby has this feature, means that it's become pervasively used to make your code more concise and more elegant and inaudible do some hopefully in form of an examples of this today. | コードをもっと簡潔にそしてエレガントに普及してきている 私たちはこの例を 今日見るだろう OK それでは基本と命名規則に入ろう |
| Repetition is very common in songs, and you get the same thing out of it that you get out of a regular expression, a concise notation versus in choruses, but then when you expand it out, it takes a long time to sing. | 簡単な表記の正規表現も コーラスのように繰り返されると 長い表現になります ところで正規表現には複雑すぎる曲があるんです |
| Hexadecimal is just base 16, and the reason we really like base 16 it may seem odd to you at first is that it's a very nice way of representing these base 2 numbers and handling them in a more concise manner. | 私たちがこれを好む理由を 皆さんは不思議に思うかもしれませんが 16進数は2進数を簡便に扱うことができる 表現方法なのです 1101を1つの16進数で表すと |
| I think that there is a real reason to keep designing new languages, even if we bootstrap them on top of the old ones, because it might be easier or more concise to think a thought in the new language or because the new language might help us reduce errors or software engineering defects. | 新しい言語を使うと考え方が簡潔になるからであり 新しい言語がソフトウェア工学上の欠点を補って エラーを減らしてくれるからです 私たちの簡単なJavaScriptインタプリタは Pythonで書かれていますが |
| It's a very elegant way of telling a story, especially if you're following somebody on a journey, and that journey basically tells something about their personality in a very concise way, and what we wanted to do based on the shot in Goodfellas, which is one of the great shots ever, a Martin Scorsese film, of basically following Henry Hill through what it feels like to be a gangster walk going through the Copacabana and being treated in a special way. | その移動がその人物の性格を 簡潔に表現しているときなどに有効です グッドフェローズ のシーンの様なものを 作りたかったんです |
Related searches : Be Concise - Concise Summary - Concise Overview - Concise Manner - Concise Communication - Concise Explanation - Kept Concise - Concise Presentation - Concise Outline - Concise Guide - Concise Answer - Concise Review - Concise Design - Very Concise