2021年11月2日星期二
2021年9月23日星期四
The general purpose Cyber Physical System needs:
2021年7月18日星期日
Spherical Shell
2021年5月15日星期六
Graph machine & Replacement machine
Graph machine 是模拟人在阅读或算式的过程是先同时看到几个重要关键的字符再系结旁边的字符组成认知图而理解一段文式然后进行思考。
Replacement machine 是模拟人在阅读或算式的过程会逐步将文式片段转换成自己已理解的片段,多次返复代换到最后其实就是结果与答案了。
Graph machine & Replacement machine
Graph machine 基本是依结合优先顺序透过 comparation gate array 同时并行位移比对将 match 到多个 Sense 中取左边第一个连接到动态配置的 virtual wire 上,之后 sense 欲变更 virtual wire 的连接状态亦是相同的方式输出 senses 到 comparation gate array 上。
Replacement machine 基本透过 comparation gate array 与 replacement table 做同时并行位移比对将 match 到的片段 replace,返复进行至没有任何 match 了即为运算完成。排在 table 前面的优先 replace 即达 graph machine 中结合力较强的 operator 优先结合的效果,过程中遇到 definition keyword 就将片段加入 table 或从其刪除。
两者对括号的处理方式都是在比对到左括号时都暂不 connect 或 replace ,后面再一并进行消括号的动作,自多个左括号处同时并行向右位移比对出右括号,左右括号间仅存在一 Sense 即消掉左右括号,接着再重复前面的动作 loop 至不再比对出任何括号,若自左括号处向右位移比对到左括号则什么都不做、等待下一 loop 后面再重复进行一次。
Graph machine 是接线生的角色,接完线后 graph 自己是线路、自己在动;Replacement machine 的 senses 则完全是被动处理,纯粹是 data。
Can these two machines be combined to be one machine?
2021年5月14日星期五
2021年3月18日星期四
2020年10月13日星期二
2020年9月23日星期三
The submarine vision
The submarine only can hear the sounds but can not see the image? No no no, the computer can synthesis the visual graphic from the sonar data and integrate the sonar data from different submarines or another units by the sound communication to be a virtual reality basically, and render with the neural database advancedly.
The software operator
2019年11月2日星期六
2019年11月1日星期五
2019年10月22日星期二
2019年10月3日星期四
舱门
斜滑盖舱门不会被水压住打不开,适用浅潜载具便于失控下沈时紧急手动开门逃生,其应力仅需应付登陆时滚行不会崩开;深水压会导致斜滑盖门滑开而失抗压球构形,若要深潜则再外包一层附掀盖式拱边抗压舱门之球壳方能应付深水压,并采多块外挂动态装卸式压舱以于意外发生时渐进抛弃浮上水面方得开启舱门。
2019年8月14日星期三
Graph ≠ Graphic
The graph IC can replace the CPU but the graphic IC can not, and the graph IC can be the base for the graphic IC.
But is it possible about Graph = Graphic?
Perhaps it could be Graph = Graphic as Computer = Network, but my brain doesn’t reach there yet. I will think about that if I have time.
Sense Graph IC
As the processors in computers were never called electronic brain, the neural networks we usually called before should not be called neural networks. They belong to the 5th generation computers; the real neural networks belong to the 6th generation computers.
No matter the 5th or 6th generation processors, the Sense graph ICs were designed to be the base to satisfy both.
2019年1月5日星期六
Computer = Network
" Network is a computer " will be made by the Dynamically Distributing Operating System; " Computer is a network " will start with combining the router and the computer to be one.
Hardware : Software
I/O access = memory access ➡ hardware access = software access ➡ remote hardware access = remote software access ➡ hardware service = software service ➡ hardware distribution = software distribution
2018年11月4日星期日
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
2018年10月16日星期二
Distributed Operation
🤖
2018年10月13日星期六
Sense space
- 无论 Sense 结构如何进化,其基本都是 graphs,只要 graph 中一 node 在 memory 被 refer 到即将其第一阶链结到的 nodes 从 storage 预载到 memory,如此即确保要 refer 到的 sense 都已在 memory,因一个 sense 定是透过另一个 sense 来 refer。
- 在 memory 中的 sense 获得更新则立即更新 storage 中的 sense ,因为还有别的 memory 在 cache 相同的 storage,所以也必须一併更新所有 cache。
- 当 memory 满时由 rerefer 频率少的 sense 优先 release 腾出空间。
把 sense 给 lock 住让 operation 进入 critical session 的方式很容易发生过长时独占导致的等待甚至 dead lock,所以当要让多端同时进行同一 operation 以达验算之效时采暂时产生一个 sense 的 clone 转而对其操作之方式在整个 operation 完成后才以 clone 去更新原 sense 然后删掉 clone。
2018年10月9日星期二
operator ≡
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.
