-
arxiv-master
arvix网站爬虫,是利用python语言,对预发表的论文信息进行相关的爬取。(The crawler of arvix website uses Python language to crawl related information of pre published papers.)
- 2017-10-26 16:34:31下载
- 积分:1
-
lab_00
说明: Python与开源GIS,数据处理、空间分析与地图制图的基础入门。(General introduce to the application of Python to ArcGIS.)
- 2020-04-20 18:46:39下载
- 积分:1
-
光线追迹
在python中实现简单的光线追迹,定义光线,场景等(python for ray tracing)
- 2018-04-26 20:07:18下载
- 积分:1
-
python 井字棋
PYTHON 井字棋,#井字棋
import random
#是否重来一次
def playAgain():
print("你想重玩一次吗?(是/否)")
return input() == "是"
#选择什么符号棋子
def inputPlayerLetter():
letter = ""
while not (letter =="X" or letter =="O"):
print ("你想选x还是o")
letter = input().upper()
if letter == "X":
return ["X","O"]
else:
return ["O","X"]
- 2022-06-17 20:22:26下载
- 积分:1
-
笨办法学python 第三版
笨办法学Python3, 通过50道简单题目来上手Python,炒鸡适合初学者(全英文,不过难词较少,过了4级就可以看)(LEARN PYTHON 3 THE HARD WAY__ A Very Simple Introduction To The Terrifyingly
Beautiful World Of computers And Code, Third Edition
by Zed A. Shaw)
- 2020-06-23 10:20:02下载
- 积分:1
-
binocular
说明: 实现双目测距功能,需要python环境,安装OpenCV,自行标定(To achieve binocular ranging function, you need Python environment, install OpenCV, self-calibration)
- 2021-04-12 13:28:57下载
- 积分:1
-
图像识别(基于百度api)
【实例简介】
# client_id 为官网获取的AK, client_secret 需要从百度官方申请SK
- 2021-05-31 00:31:11下载
- 积分:1
-
python打印玫瑰花
python打印玫瑰花
- 2020-12-31 15:38:59下载
- 积分:1
-
PCA
一个用python实现的PCA算法,并且给了简易素材(A PCA algorithm implemented in python, and gave a simple material)
- 2020-08-23 14:38:17下载
- 积分:1
-
convolutional
说明: 基于卷积神经网络的案例,使用初学者使用和学习(Case Study Based on Convolutional Neural Network)
- 2020-06-16 22:40:01下载
- 积分:1