首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 协同创新计算

协同创新计算

  • 资源大小:609.00 B
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 计算 协同 创新

资 源 简 介

The pastiche software framework brings a variety of technologies together, like semantic web, multi-agent and distributed systems. It is designed for ease of use and fun. This is a continuation of previous work done on Spyse. Still thinking about a number of ideas. ``` #!/usr/bin/env python """Hello World example program from the Spyse tutorial""" from spyse.core.agents.agent import Agent from spyse.core.behaviours.behaviours import Behaviour from spyse.app.app import App Define a custom behaviour class class HelloBehaviour(Behaviour): # Customize the Behaviour class by overriding action() def action(self): # The action: print "Hello, world" # Mark this behaviour as finished so that it will be removed #
VIP VIP
0.259433s