0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Program] 再入、再帰、再使用、再配置

Last updated at Posted at 2024-10-12

一覧

プログラム特性
再入可能 複数のプログラムから同時に呼び出されても、正しい結果を返すことができる
再帰可能 自分自身を呼び出すことができる
- 再入可能である
再使用可能 一度実行したプログラムをロードしなくても、正しい結果を返すことができる
- プログラムの最初または最後で変数を初期化している
再配置可能 主記憶上のどこにプログラムを配置しても、実行できる

参考リンク

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?