operators + operands = operation
sensed operator = sense
sensed operand = sense
sensed operation = sense
operators and operands distributing on different hardwares
= distributing operation = distributing sense
operators + operands = operation
sensed operator = sense
sensed operand = sense
sensed operation = sense
operators and operands distributing on different hardwares
= distributing operation = distributing sense
The operator ≡ is used to define the replaceable linking state of the operators and operands dynamically like the function definition. If the operator can not be found in the hardware when it is asked to be allocated, it can be replaced with the other linking graph defined by the operator ≡. If the allocated graph is already in usage, it clones the other one for new usage.
Change the script style of the operator ∏ ∑ ∫ to be as the operator ∀.
Ex:
( ( ∀ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
just produce a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
( ( ∫ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
the same as ∑
get the sum of a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
( ( ∏ ( x + y = x * y ) ) ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) )
get the product of a collection of ( ( x ^ 2 + 2 * x * y + y ^ 2 ) / ∂ x * ∂ y ) by ( x + y = x * y )
The operators in the static language system only access the operands; the operators in the dynamic language system also access the formula.
Peer 2 Peer ≠ Client 2 Client,大机和大机、大机和小机之间亦是P2P,Cloud 精髄不在 service 而在 Dynamic Distributing Allocating 。
静态的系统没有动态系统的弹性;动态的系统没有静态系统的稳定。设计一套可静可动的系统即是咱们的任务,例如一群机动载具组成的动态网络一样是可以静下来不动使效能极致,必要时可以牺牲一点效能与稳定性动起来。
Just use the GUI or VRUI components except text editor component to travel the sense graph to select senses to compose a sentence to have the conversation with the space object without typing.
∀ ... 🔲 ......
其实 🔲 处不用填介系词
( ∀ ... ) ......
括号內让∀优先结合得到collection'#(1~collection'#)再后接 ......
所以就用括号就行了
不用再伤脑筋这个介糸词要用何operator才不会与其它别的用途相冲突
Drones remote control from the command center by broadcast ~ easy; what we want is the drones dynamic network, this is where complex.
How to get the classes of an object?
( object ∈ _ )
How to get the objects of a class?
( _ ∈ class )
Operand _ is used for finding each match.
operand ' operand ≡ sub-object of object
operand ' operator operand ≡ ( operand ' ) ( operator operand ) ≡ ( transpose of operand ) * ( operator(operand) )
( operand ' ) operand ≡ ( transpose of operand ) * operand
operator ' operand ≡ differential of operator(operand)
X = [1,2;3,4;5] ≡ X = [[1,2];[3,4];5] ≡ X = [1,2] ; X = [3,4] ; X = 5
, ≡ ∧
; ≡ ∨
the association of "," is prior to ";"
X = [ ] ≡ X = null
obj ‘ sub ≡ sub @ obj
obj behavior ¬≡ behavior @ obj
obj # n ¬≡ obj ‘ # n
operand operand ≡ operand * operand
operator operand ≡ operator ( operand )
the association of "*" is prior to all another operators
operator operand operand ≡ operator ( operand * operand )
operator operator operand ≡ operator ( operator ( operand ) )
f ∈ operator, ∀o ∈ (x,y): o ∈ operand
⇒ f x y ≡ f ( x * y ) ¬≡ f ( x, y )
Run-time dynamic definition example:
g ∈ operator ⊧ f(x,y,z) ≡ ( g y ) ( ( g ^ (-1) ) x y ) ,
g ∈ operand ⊧ f(x,y,z) ≡ ( f g y ) ( ( f ^ (-1) ) (y,z) )
As there will be the real Cloud, there will be the real neural network. But the real Cloud may come true in several years; the real neural network may be several 10 years.