-
猜拳游戏(石头剪刀布.py)
# 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
- 2020-11-30下载
- 积分:1
-
抓取宠物图片
批量抓取动物图片 可以设置想要的类型从而获取想要的图片,也可以是其他的类型,比如音乐什么的,前提网址上的资源可以下载。(Batching Animal Images You can set the type you want to get the desired picture, or other types, such as music, where the resources on the lead URL can be downloaded.)
- 2017-10-08 20:37:50下载
- 积分:1
-
Python飞机大战
高效率工作一直是人们的不懈追求,随着技术进步和社会生产方式的改革,越来越多的人们使用电脑来工作、学习。通过分析我们发现:虽说工具的进步使得人们提高了处理单件事情的效率,但同时也使得单位时间内要做的事情变得多了起来。长时间、高密度的工作使大脑得不到有效休息,从而导致人们的工作效率与连续工作时间成反比的现象。番茄工作法提出工作25分钟,休息5分钟,以有效的切换大脑状态,让大脑放松,继续保持较高的工作效率。Python结合Pygame模块提供的丰富、优秀的图像、声音处理接口设计了一款用于在5分钟内进行有效放松、调节的飞行射击游戏。(操作说明:移动:上下左右键;发射子弹:空格键)
- 2022-02-05 12:27:45下载
- 积分:1
-
1.用模拟退火方法解决Python程序中的车辆容量问题
1;
- 2022-05-20 05:46:33下载
- 积分:1
-
FlaskWeb开发:基于Python的Web应用开发实战
编程资料,Flask开发,web快速开发,web框架入门基础教程,项目解析(Programming information, Flask development, web rapid development, web framework introductory tutorial, project analysis)
- 2018-08-23 11:06:43下载
- 积分:1
-
Python3通过whois生成通讯录
Python3通过whois生成通讯录实例(Python3 generates an instance of the address book through whois)
- 2018-04-27 21:45:19下载
- 积分:1
-
Bilibili_video_download-master
说明: 配置好python后,可以用来下载B站视频,简单易上手,从学习到应用的(Configure Python to download B station video)
- 2020-05-15 17:03:53下载
- 积分:1
-
LSTM的例子、单向LSTM、双向LSTM、多层LSTM
说明: LSTM 的例子 单向LSTM 双向LSTM 多层LSTM(LSTM long short term memory)
- 2020-07-19 11:29:30下载
- 积分:1
-
pycine-master
该程序用于Python读取vision research 公司phantom 高速相机的cine文件(this file is for reading cine files recorded by vision research phantom high speed camera)
- 2020-06-19 17:40:02下载
- 积分:1
-
149110
说明: shows test signal TestDAC1 on pin AUX1 and TestDAC2 on pin AUX2 when the
TestDAC1Reg register is programmed with a slope defined by values 00h to 3Fh and the
TestDAC2Reg register is programmed with a rectangular signal defined by values 00h
and 3Fh.
- 2020-06-20 03:20:02下载
- 积分:1