-
猜拳游戏(石头剪刀布.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
-
pygame编植物大战僵尸
【实例简介】
用到pygame模块编的植物大战僵尸
- 2021-06-01 00:31:16下载
- 积分:1
-
openlayer_v5.3.0-dist
openlayers必须的openlayer文件(Gis have to get a ol.js)
- 2020-06-16 21:20:02下载
- 积分:1
-
Python string
对python中数据类型字符串进行详细介绍,以及对正则表达式的申明(data type
alphabetic string
be in progress
detailed
introduce
declare)
- 2019-05-30 10:35:37下载
- 积分:1
-
laplacian
Calculate the Laplacian of an image, can be accelerated by the GPU.
- 2020-06-21 11:00:02下载
- 积分:1
-
numpy-1.13.3+mkl-cp27-cp27m-win32.whl
pip for Python2.7,Python的插件,用于安装其他插件(PIP for Python2.7, Python plugin, used to install other plug-ins)
- 2017-11-02 12:05:08下载
- 积分:1
-
Lasso+SVM
说明: 通过lasso降维处理,之后用svm分类器进行分类(Through lasso dimensionality reduction processing, then using svm classifier to classify)
- 2020-04-17 23:07:28下载
- 积分:1
-
Ch3
AUTO MPG FRXDTCVB RETDYFG 5RTFGNH 6TYFUGH
- 2016-07-08 21:17:36下载
- 积分:1
-
Crawling data
说明: 用来爬取天天基金中的股票型基金净值信息代码(Used to crawl the net value information code of stock funds in Tiantian Fund)
- 2018-12-23 12:22:08下载
- 积分:1
-
02-filters_and_filtering
Tom Rondeau SDR class presentation 2 on filters and filtering - sample GNU Radio scripts and simulation code in python
- 2016-01-18 08:55:25下载
- 积分:1