-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SunSerega
committed
Feb 3, 2020
1 parent
084df75
commit 0a5753c
Showing
13 changed files
with
73 additions
and
62 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
Packing/Spec/CL ABC/0#Общие сведения/1#Термины, которые часто путают новички.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
|
||
|
||
|
||
- CPU — Центральное Процессорное Устройство (процессор) | ||
- CPU — Центральное Процессорное Устройство (процессор); | ||
|
||
- GPU — Графическое Процессорное Устройство (видеокарта) | ||
- GPU — Графическое Процессорное Устройство (видеокарта); | ||
|
||
- Команда — запрос на выполнение чего-либо. К примеру: | ||
- Запрос на запуск программы на GPU | ||
- Запрос на начало чтения данных из памяти GPU в оперативную память | ||
- Запрос на запуск программы на GPU; | ||
- Запрос на начало чтения данных из памяти GPU в оперативную память; | ||
|
||
**Называть процедуры и функции командами ошибочно!** | ||
|
||
- Подпрограмма — процедура или функция | ||
- Подпрограмма — процедура или функция; | ||
|
||
- Метод — особая подпрограмма, вызываемая через экземпляр | ||
- К примеру, метод `Context.SyncInvoke` выглядит в коде как `cont.SyncInvoke(...)`, где `cont` — переменная типа `Context` | ||
- Метод — особая подпрограмма, вызываемая через экземпляр: | ||
- К примеру, метод `Context.SyncInvoke` выглядит в коде как `cont.SyncInvoke(...)`, где `cont` — переменная типа `Context`; | ||
|
||
Остальные непонятные термины можно найти в справке `PascalABC.NET` или в интернете | ||
Остальные непонятные термины можно найти в справке `PascalABC.NET` или в интернете. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.