アプリをダウンロードする
educalingo
runnable

"runnable"辞典での英語の意味

辞典

英語でRUNNABLEの発音

ˈrʌnəbəl


RUNNABLEの文法範疇

名詞
形容詞
動詞
副詞
代名詞
前置詞
接続詞
限定詞
感嘆詞

英語でRUNNABLEはどんな意味ですか?

英語辞典でのrunnableの定義

辞書の実行可能ファイルの定義は追いかけに適しています。


RUNNABLEと韻を踏む英語の単語

actionable · amenable · assignable · attainable · fashionable · imaginable · interminable · objectionable · obtainable · personable · questionable · reasonable · returnable · shunnable · sustainable · tunable · unimaginable · unreasonable · unshunnable · unsustainable

RUNNABLEのように始まる英語の単語

runlet · runnel · runner · runner bean · runner-up · runners-up · runnier · runniest · runniness · running · running account · running belay · running board · running bowline · running commentary · running costs · running fire · running hand · running head · running jump

RUNNABLEのように終わる英語の単語

able · abominable · companionable · convenable · definable · enable · explainable · fissionable · inexpugnable · intenable · listenable · pensionable · turnable · unable · unalienable · unattainable · unexplainable · unmentionable · unquestionable · untenable · user-definable

英語の同義語辞典にあるrunnableの類義語と反意語

同義語

«runnable»を25ヵ国語で翻訳

翻訳家

RUNNABLEの翻訳

当社の英語多言語翻訳者が翻訳した25ヵ国語runnableを探してみましょう。

自動統計翻訳によって、このセクションで示されている英語から他の言語へのrunnableの翻訳を訳しました。この場合は、必須の翻訳単位は英語で«runnable»という単語です。
zh

英語翻訳家 - 中国語

可运行
1,325百万人のスピーカー
es

英語翻訳家 - スペイン語

ejecutable
570百万人のスピーカー
en

英語

runnable
510百万人のスピーカー
hi

英語翻訳家 - ヒンディー語

runnable
380百万人のスピーカー
ar

英語翻訳家 - アラビア語

runnable
280百万人のスピーカー
ru

英語翻訳家 - ロシア語

работоспособной
278百万人のスピーカー
pt

英語翻訳家 - ポルトガル語

executável
270百万人のスピーカー
bn

英語翻訳家 - ベンガル語

runnable
260百万人のスピーカー
fr

英語翻訳家 - フランス語

exécutable
220百万人のスピーカー
ms

英語翻訳家 - マレー語

Runnable
190百万人のスピーカー
de

英語翻訳家 - ドイツ語

lauffähig
180百万人のスピーカー
ja

英語翻訳家 - 日本語

実行可能
130百万人のスピーカー
ko

英語翻訳家 - 韓国語

실행 가능한
85百万人のスピーカー
jv

英語翻訳家 - ジャワ語

Runnable
85百万人のスピーカー
vi

英語翻訳家 - ベトナム語

Runnable
80百万人のスピーカー
ta

英語翻訳家 - タミル語

runnable
75百万人のスピーカー
mr

英語翻訳家 - マラーティー語

धावत्या
75百万人のスピーカー
tr

英語翻訳家 - トルコ語

çalıştırılabilir
70百万人のスピーカー
it

英語翻訳家 - イタリア語

eseguibile
65百万人のスピーカー
pl

英語翻訳家 - ポーランド語

uruchamianego
50百万人のスピーカー
uk

英語翻訳家 - ウクライナ語

працездатною
40百万人のスピーカー
ro

英語翻訳家 - ルーマニア語

runnable
30百万人のスピーカー
el

英語翻訳家 - ギリシャ語

εκτελέσιμη
15百万人のスピーカー
af

英語翻訳家 - アフリカーンス語

uitvoerbare
14百万人のスピーカー
sv

英語翻訳家 - スウェーデン語

körbart
10百万人のスピーカー
no

英語翻訳家 - ノルウェー語

kjørbart
5百万人のスピーカー

runnableの使用傾向

傾向

用語«RUNNABLE»の使用傾向

runnableの一般的な使い方と傾向を主に検索します
英語オンライン辞典にアクセスする際に、ユーザーの主な検索リストと«runnable»で最も広く使用されている表現です。

英語文献、引用文、runnableに関するニュースでの使用例

例え

«RUNNABLE»に関連する英語の本

以下の図書目録からrunnableの使いかたを見つけましょう。runnableに関する本と英語文献で使われた文脈を提供するための簡単な抜粋文。
1
Java Distributed Computing
The choice between extending the Thread class or implementing the Runnable interface with your application objects is sometimes not an obvious one. It's also usually not very important. Essentially, the difference between the two classes is  ...
Jim Farley, 1998
2
Micro Java Game Development
Runnable interface. This interface is designed to provide a common protocol for objects that want to execute code while they are active. For example, Runnable is implemented by the Thread class. Being active simply means that a thread has ...
David Fox, Roman Verhovsek, 2002
3
Taming Java Threads
I can implement this strategy as follows: Runnable[] first_task = new Runnablel] I new Runnable(){ public void run(){ />I< do task 1, chunk 1 here */ } }, new Runnable(){ public void run(){ />I< do task 1, chunk 2 here */ } }, new Runnable(){ public ...
Allen Holub, 2000
4
Programming Constraint Services: High-Level Programming of ...
It maintains a pool of runnable threads and provides fair execution control to the pool. It controls thread transitions: the scheduler creates, suspends, wakes, and terminates threads. Thread Selection. The scheduler maintains the runnable pool  ...
Christian Schulte (Dr.-Ing), 2002
5
Learn Java for Android Development
The concurrency-oriented utilities provide executors as a high-level alternative to low-level Threads API expressions for executing runnable tasks. An executor is an object whose class directly or indirectly implements the java.util.concurrent.
Jeff Friesen, 2014
6
Java™ for Programmers
This section demonstrates how to perform concurrent tasks in an application by using Executors and Runnable objectss. Creating Concurrent Tasks with the Runnable Interface You implement the Runnable interface (of package java.lang) to ...
Paul J. Deitel, Harvey M. Deitel, 2011
7
Modern Multithreading: Implementing, Testing, and Debugging ...
class Runnable { public: virtual void* run() = 0; virtual~Runnable() = 0; }; // a function body is required for pure virtual destructors Runnable::~Runnable() {} class Thread { public: Thread(auto_ptr<Runnable> runnable_, bool isDetached = false) ...
Richard H. Carver, Kuo-Chung Tai, 2005
8
Java threads FAQ
A Thread is runnable, how does that work? A: The Thread class' run() method normally invokes the run() method of the Runnable type it is passed in its constructor. However, it is possible to override the thread's run method with your own.
Philip Shaw
9
Professional Java Native Interfaces with SWT/JFace
Jackwind Li Guojie. Thread downloadThread = new Thread() { Runnable runnable; double ratio; public void run() { int fileSize = 0; int currentDownloaded = 0; ... // Determine file size here while(currentDownloaded < fileSize) { // Download part ...
Jackwind Li Guojie, 2006
10
Leveraging Applications of Formal Methods, Verification and ...
These constant parameters are often solely read in from the RTE in a startup runnable, which is only executed once in the boot up phase of the ECU. A runtime test of a second runnable within the same SWC does not take into account the ...
Tiziana Margaria-Steffen, Bernhard Steffen, 2008

用語«RUNNABLE»を含むニュース項目

国内外の報道機関が語った内容や、次のニュース項目の文脈からrunnableという用語がどのように使われているかを調べてみましょう。
1
Runnable Shopping Center Features 300 Meter Running Track
On April 27, 2015, opening its doors to fitness and shopping enthusiasts alike is Japan's first runnable shopping mall. Curious what that even means? Osaka's ... «PSFK, 5月 15»
2
Most Oregon rivers will offer rafting, despite low flows; Owyhee an …
"The river is lower than normal right now but is definitely runnable,'' Brown said. "And I imagine it will be runnable all season, though it could get lower than ... «OregonLive.com, 4月 15»
3
Stack Overflow Adds Live JavaScript to Answers
Dubbed "Stack Snippets", the new feature allows otherwise static questions and answers to include runnable code in-browser, similar to JSFiddle and Plunker. «InfoQ.com, 10月 14»
4
In search of a model for modeling intelligence
Greater intelligence arises from richer, more powerful, “runnable” models that are capable of more accurate and contingent predictions about the environment. «O'Reilly Radar, 7月 14»
5
Java 8のラムダ式に慣れよう 基本概念から使用方法、ストリーム処理 …
たとえば、以前はリスト2に示すようにRunnableを定義しました。リスト2では、匿名インナー・クラス構文を使用していますが、基本的な概念を表現するコード行が過度に多く ... «ZDNet Japan, 6月 14»
6
Open digital science journal gains users
... large part of the effort of developing and maintaining ITK was dedicated to converting algorithms published in technical articles into runnable and maintainable ... «opensource.com, 6月 14»
7
Mit Runnable Codeschnipsel direkt im Browser ausprobieren
Runnable erlaubt die Ausführung von Codeschnipseln direkt im Browser. Dabei unterstützt der Service verschiedene Programmiersprachen und Frameworks. «t3n Magazin, 6月 14»
8
Wie YouTube, nur für Programmierer: Java, Dart und andere …
Kumar hat vor wenigen Monaten mit Partnern die Code-Plattform Runnable gegründet, mit dem ehrgeizigen Ziel, daraus ein „YouTube für Code“ zu machen, ... «JAXenter, 1月 14»
9
Google Brings Dart To Runnable, Gives Developers An Easy Way …
Dart, Google's JavaScript competitor, launched its 1.0 version last November. While Google's Go language has quickly caught on with developers, though, Dart ... «TechCrunch, 1月 14»
10
Runnableの上にGoogleがDart専用チャネルを作った…新言語の試用が …
数か月前にローンチしたRunnableは、YouTubeと違ってビデオではなくコード片のライブラリをホストし、しかもそれらのコードやユーザによるその編集結果は、同サイト上で ... «TechCrunch, 1月 14»
参照
« EDUCALINGO. Runnable [オンライン] 利用可能<https://educalingo.com/ja/dic-en/runnable>. 6月 2026 ».
educalingoアプリをダウンロードする
JA