英语翻译All nodes check if its energy is more than its neighbors’.It adds 1 to its vote (initial value is 0) once it finds there is one node whose energy is less than its own.The rest messages should be checked in the same manner.Ultimately eac
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/05 13:49:44
英语翻译All nodes check if its energy is more than its neighbors’.It adds 1 to its vote (initial value is 0) once it finds there is one node whose energy is less than its own.The rest messages should be checked in the same manner.Ultimately eac
英语翻译
All nodes check if its energy is more than its neighbors’.It adds 1 to its vote (initial value is 0) once it finds there is one node whose energy is less than its own.The rest messages should be checked in the same manner.Ultimately each node would get a certain number
of votes.
这是我自己翻译的、能否看懂、
专业的知识不需要懂、
大体上就是说每个节点判断周围节点的能量是否小于自己、
小于就给自己加一票、
我的叙述是否清晰、时态语法是否有严重的错误!
因为上一个问题就是您回答的【即最后一句】
这个也麻烦您了!
英语翻译All nodes check if its energy is more than its neighbors’.It adds 1 to its vote (initial value is 0) once it finds there is one node whose energy is less than its own.The rest messages should be checked in the same manner.Ultimately eac
首先我不知道这个node到底是指什么?它有没有行为能力?因为你用了好几个行为动词check、find等.如果它没有行为能力,通常应该用被动语态.下文假定它有行为能力:
Each node should check the energy of its adjacent [虽然意思差不多,但感觉比neighboring好一些] nodes. If its energy was more than that of any one of its adjacent nodes, one vote would be added to it (initial value was 0). The rest messages should be checked in the same way. As a consequence, each node would get a certain number of votes.
as a consequence在此处强调按上述方式做完那些checking之后的结果.
如果node没有行为能力,建议:
The energy of each node should be checked. If the energy of one node was more than that of any one of the adjacent nodes, one vote would be added to it (initial value was 0). The rest messages should be checked in the same way. As a consequence, each node would be added with a certain number of votes.
【供参考】