登录
首页 » Python » pygame编植物大战僵尸

pygame编植物大战僵尸

于 2021-06-01 发布
0 287
下载积分: 1 下载次数: 1

代码说明:

用到pygame模块编的植物大战僵尸

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图像匹配
    【实例简介】图像匹配
    2021-12-24 00:31:01下载
    积分:1
  • 《Python从入门到精通》PPT课件
    【实例简介】 这就是学python的一堆ppt课件
    2021-07-09 00:32:11下载
    积分:1
  • 遗传算法解决 TSP 问题
    遗传算法解决 TSP 问题,并将其可视化
    2020-12-09下载
    积分:1
  • 《Python Web开发实战(董伟明)》中文PDF+源代码
    《Python Web开发实战(董伟明)》中文PDF+源代码
    2020-06-04下载
    积分:1
  • python绘制一个图形示例源码(tkinter)
    python绘制一个图形示例源码(tkinter)
    2018-09-18下载
    积分:1
  • 淘宝网站爬虫(python 2.7)
    仅供参考逻辑,时间久远,页面都变了,所以可能无法爬取 tbcrawler ============= 淘宝和天猫的爬虫,可以根据搜索关键词,物品id来抓去页面的信息. db:MongoDB
    2020-12-07下载
    积分:1
  • 从零开始学Python网络爬虫_源代码.rar
    从零开始学Python网络爬虫_源代码.rar
    2020-11-01 21:29:55下载
    积分:1
  • python web编程实例(sqlite增删改查)
    web编程,在原有网页上增加内容;增加新网页,可以新建topic 然后再该topic下 发布消息,如下图 运行方式:python manage.py runserver 然后访问 http://localhost:8000/  即可
    2020-12-11下载
    积分:1
  • python django项目源码学生管理
    python django项目源码学生管理
    2021-05-06下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载