Завантажити застосунок
educalingo
runnable

Значення "runnable" у англійська словнику

СЛОВНИК

ВИМОВА RUNNABLE У АНГЛІЙСЬКА

ˈrʌnəbəl


ГРАМАТИЧНА КАТЕГОРІЯ RUNNABLE

noun
прикметник
дієслово
прислівник
займенник
прийменник
сполучник
означальне слово
вигук

ЩО 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

Дізнайтесь, як перекласти runnable на 25 мов за допомогою нашого англійська багатомовного перекладача.

Переклад слова 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

ПРИКЛАДИ

10 АНГЛІЙСЬКА КНИЖКИ ПОВ'ЯЗАНІ ІЗ «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, Травень 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, Квітень 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, Жовтень 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, Липень 14»
5
Java 8のラムダ式に慣れよう 基本概念から使用方法、ストリーム処理 …
たとえば、以前はリスト2に示すようにRunnableを定義しました。リスト2では、匿名インナー・クラス構文を使用していますが、基本的な概念を表現するコード行が過度に多く ... «ZDNet Japan, Червень 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, Червень 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, Червень 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, Січень 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, Січень 14»
10
Runnableの上にGoogleがDart専用チャネルを作った…新言語の試用が …
数か月前にローンチしたRunnableは、YouTubeと違ってビデオではなくコード片のライブラリをホストし、しかもそれらのコードやユーザによるその編集結果は、同サイト上で ... «TechCrunch, Січень 14»
ПОСИЛАННЯ
« EDUCALINGO. Runnable [онлайн]. Доступно <https://educalingo.com/uk/dic-en/runnable>. Червень 2026 ».
Завантажити застосунок educalingo
UK