コンテンツにスキップ

検索結果

  • h) { handle = h; } void await_resume() {} std::coroutine_handle<promise_type> handle; }; auto async_task() -> Task { std::cout << "Task started"…
    21キロバイト (2,464 語) - 2024年5月28日 (火) 09:34
  • AI would outcompete human beings by its accuracy and efficiency when the task is highly repetitive and is not very complex. Moreover, from a different…
    25キロバイト (3,875 語) - 2020年2月4日 (火) 22:30
  • proc(t: ^thread.Thread) { for { task := thread.pool_pop(t.pool) if task == nil do break fmt.printf("Thread %d processing task\n", t.id) // タスクの処理 } } main…
    51キロバイト (6,087 語) - 2024年11月14日 (木) 10:40
  • and these beliefs will lead to consequences. Thus, it is the counselor’s task to clearly explain how the process has worked in their own life. In this…
    34キロバイト (4,705 語) - 2020年2月5日 (水) 06:58
  • let-expression optional-task-intent-list ::= (* empty*) | task-intent-clause task-intent-clause ::= "with" "(" task-intent-list ")" task-intent-list ::= intent-expression…
    166キロバイト (18,253 語) - 2024年11月14日 (木) 22:02
  • により、大規模な並列計算を効率的かつ簡潔に記述できます。F#は、.NETのAsynchronous Programming Model(APM)やTask-Parallel Library(TPL)など、.NETの標準並列化ライブラリにもアクセスできます。 F#の特徴は以下の通りです。…
    80キロバイト (11,481 語) - 2023年12月6日 (水) 05:50
  • 並列化ディレクティブは、プログラムの特定の部分を並列に実行するように指示します。 C/C++の例 #include <omp.h> #include <stdio.h> int main() { #pragma omp parallel { int thread_id = omp_get_thread_num();…
    15キロバイト (1,445 語) - 2024年10月19日 (土) 04:14
  • NEW-TASK ( -- ) HERE CURRENT-STACK >R CREATE-STACK SWAP [: DO-SOME-WORK ;] ( compile: word behavior ) R> SET-CURRENT ; この例では、新しいタスクを作成するワードNEW-TASK
    103キロバイト (14,469 語) - 2024年4月29日 (月) 02:08
  • 関数を使用してタスクを定義します。 function mytask() # タスクの処理 yieldto(main_task) # メインタスクに制御を戻す end 条件式では真理値型(Boolean)が要求されます。 Juliaでは、整数値から真理値型への暗黙の変換は…
    203キロバイト (29,930 語) - 2024年11月14日 (木) 14:01
  • 「満たす」と同じ(グランドセンチュリー、鉄緑)。 ほか、accomplish には仕事を「成し遂げる」という用法もあり、 accomplish the task 「仕事を成し遂げる」(ジーニアス、東京書籍を改変) なお、ジーニアスはこの2つの用法を分けていない。 attainは(目標などを)「達成する」だ…
    204キロバイト (31,645 語) - 2024年9月10日 (火) 13:53