Изменения

Материал из Chaotic Onyx
Перейти к навигацииПерейти к поиску
Строка 236: Строка 236:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <NUM> input || <TEXT> output
 
| <NUM> input || <TEXT> output
 
|-
 
|-
Строка 243: Строка 243:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <TEXT> input || <NUM> output
 
| <TEXT> input || <NUM> output
 
|-
 
|-
Строка 250: Строка 250:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <REF> input || <TEXT> output
 
| <REF> input || <TEXT> output
 
|-
 
|-
Строка 257: Строка 257:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <TEXT> input || <REF> output
 
| <TEXT> input || <REF> output
 
|-
 
|-
Строка 264: Строка 264:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <TEXT> input || <TEXT> output
 
| <TEXT> input || <TEXT> output
 
|-
 
|-
Строка 271: Строка 271:  
|2 ед.||convert <PULSE IN>  
 
|2 ед.||convert <PULSE IN>  
 
----
 
----
on converted <PULSE OUT>
+
on convert <PULSE OUT>
 
| <TEXT> input || <TEXT> output
 
| <TEXT> input || <TEXT> output
 
|-
 
|-
|[[File:Icircuit_round.png]]||Round Circuit
+
|[[File:Icircuit_template.png]]||Concatenator Circuit
|Округлитель. Округляет A до ближайшего множества B от A. Если вход B пустой, то A округляется вниз.||0.1 ед.
+
|Обьединитель. Обьединяет множество текстовых строк в одну.||0.1 ед.
|1 ед.||compute <PULSE IN>  
+
|4 ед.||concatenate <PULSE IN>  
 
----
 
----
on computed <PULSE OUT>
+
on concatenated <PULSE OUT>
|<NUM> A
+
| <TEXT> A-H || <TEXT> result
 +
|-
 +
|[[File:Icircuit_template.png]]||Separator Circuit
 +
|Разделитель. Разделяет текстовую строку в точке, заданной числовым значением. (прим. Строка: clown, Числовое значение: 3. Результат: clo wn)||0.1 ед.
 +
|4 ед.||separate <PULSE IN>
 +
----
 +
on separated <PULSE OUT>
 +
| <TEXT> string to split
 +
----
 +
<NUM> index
 +
|| <TEXT> before split
 
----
 
----
<NUM> B
+
<TEXT> after split
|| <NUM> result
   
|-
 
|-
|[[File:Icircuit_abs.png]]||Absolute Circuit
+
|[[File:Icircuit_template.png]]||Find Text Circuit
|Модуль. Вычисляет модуль числового значения. Полезно при вычислении дистанции до обьекта.||0.1 ед.
+
|Поиск. Ищет нужную строку в заданной. При нахождении выводит на выход числовое значение - позицию. Нечувствителен к регистру.||0.1 ед.
|1 ед.||compute <PULSE IN>  
+
|4 ед.||search <PULSE IN>  
 +
----
 +
after search <PULSE OUT>
 +
| <TEXT> string
 
----
 
----
on computed <PULSE OUT>
+
<TEXT> sample
| <NUM> A || <NUM> result
+
|| <NUM> position
 
|-
 
|-
|[[File:Icircuit_avg.png]]||Average Circuit
+
|[[File:Icircuit_template.png]]||String Exploder Circuit
|Среднее значение. Вычисляет среднее числовое значение.||0.1 ед.
+
|Разделитель. Разделяет текстовую строку на отдельные слова, помещая их в список.||0.1 ед.
|1 ед.||compute <PULSE IN>  
+
|4 ед.||separate <PULSE IN>  
 
----
 
----
on computed <PULSE OUT>
+
on separated <PULSE OUT>
| <NUM> A-H || <NUM> result
+
| <TEXT> string to split
 +
----
 +
<TEXT> delimiter
 +
|| <LIST> list
 
|-
 
|-
|[[File:Pi.png]]||'''π''' constant Circuit
+
|[[File:Icircuit_template.png]]||Radians to Degrees converter Circuit
|Выводит на выход число '''π''' (3.14159) ||0.1 ед.
+
|Преобразователь. Преобразовывает радианы в градусы.||0.1 ед.
|1 ед.||compute <PULSE IN>  
+
|2 ед.||convert <PULSE IN>  
 
----
 
----
on computed <PULSE OUT>
+
on convert <PULSE OUT>
| --- || <NUM> result
+
| <NUM> radian || <NUM> degrees
 
|-
 
|-
|[[File:Icircuit_random.png]]||Random number generator Circuit
+
|[[File:Icircuit_template.png]]||Degrees to Radians converter Circuit
|Генератор случайных чисел. Выдает на выход случайное число, заданное в пределах от L до H.||0.1 ед.
+
|Обратный преобразователь. Преобразовывает градусы в радианы.||0.1 ед.
|1 ед.||compute <PULSE IN>  
+
|2 ед.||convert <PULSE IN>  
 
----
 
----
on computed <PULSE OUT>
+
on convert <PULSE OUT>
|<NUM> L
+
| <NUM> degrees|| <NUM> radians
 +
|-
 +
|[[File:Icircuit_template.png]]||Abs to Rel coordinate converter Circuit
 +
|Преобразователь. Преобразовывает абсолютные (мировые) координаты в относительные (локальные).||0.1 ед.
 +
|4 ед.||compute rel coordinates <PULSE IN>
 
----
 
----
<NUM> H
+
on convert <PULSE OUT>
|| <NUM> result
+
|<NUM> X1
|-
+
----
|[[File:Icircuit_sqrt.png]]||Square root Circuit
+
<NUM> Y1
|Квадратный корень. Вычисляет квадратный корень числа.||0.1 ед.
  −
|1 ед.||compute <PULSE IN>  
   
----
 
----
on computed <PULSE OUT>
+
<NUM> X2
| <NUM> A || <NUM> result
  −
|-
  −
|[[File:Icircuit_modulo.png]]||Modulo Circuit
  −
|Остаток от деления. Находит остаток от деления A на B ||0.1 ед.
  −
|1 ед.||compute <PULSE IN>
   
----
 
----
on computed <PULSE OUT>
+
<NUM> Y2
|<NUM> A
+
|| <NUM> X
 
----
 
----
<NUM> B
+
<NUM> Y
|| <NUM> result
   
|-
 
|-
  
265

правок

Навигация