- 2024-06-23计算机毕业设计|基于微信小程序的宠物自动喂养系统 基于SpringBoot的宠物自动喂养系统 宠物商城系统 宠物医院系统
- 2023-11-20软件工程第六小组【萌友宠物圈】UML图设计
一、数据流图【绘制人:刘兆隆】 主要外部实体:用户(User)管理员(Admin)主要过程:账户管理(AccountManagement)处理用户注册、登录、信息修改等功能。宠物笔记管理(PetNoteManagement)处理用户创建、编辑、删除宠物笔记,以及评论、点赞等互动。宠物信息
- 2023-07-23老虎 羊 喂养
#羊老虎importrandom#父类classAnimal():#属性def__init__(self,animal,w,call,food,room_num):self._animal=animalself._w=wself._call=callself._food=foodself._room_num=room_num#获取
- 2023-07-22羊老虎 面向对象 喂养
#羊老虎importrandom#动物classAnimal():def__init__(self,animal,weight,call,food,room_num):self._animal=animalself._weight=weightself._call=callself._food=foodself._room_num=room_numde