-
Python3通过whois生成通讯录
Python3通过whois生成通讯录实例(Python3 generates an instance of the address book through whois)
- 2018-04-27 21:45:19下载
- 积分:1
-
gwp_shape
基于python语言的ARCGIS中shp图形文件的读取(SHP based on ARCGIS Python language of the graphic file reads)
- 2020-11-15 09:49:41下载
- 积分:1
-
Mnist
使用tensorflow构建简单的神经网络,实现Mnist任务(We used tensorflow framework to build a simply neural network,and finished the task of Mnist classification.)
- 2020-06-22 12:00:01下载
- 积分:1
-
python-Machine-learning-master
一个机器学习的python文件,里面拥有各种机器学习方法,可以供大家参考(A Python file for machine learning, which has various machine learning methods, can be used for your reference.)
- 2019-04-17 15:21:41下载
- 积分:1
-
猜拳游戏(石头剪刀布.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
-
广播星历源码及PPT
说明: 通过广播星历自动计算某卫星一天内各时刻的位置,并和同目录精密星历比对精度。注释很多。(The position of each time in a day is calculated automatically by broadcast ephemeris, and the accuracy is compared with that of precise ephemeris in the same catalog. There are many comments.)
- 2020-03-29 11:23:58下载
- 积分:1
-
shuangmu
说明: 双目匹配计算视差,生成深度图。(前提是用自己标定好的摄像头拍的图片,导入内外参数然后进行立体匹配)(Binocular matching calculates parallax and generates depth map.(The premise is to take a picture with your own calibrated camera, import internal and external parameters, and then stereo matching))
- 2020-09-03 14:48:09下载
- 积分:1
-
BP神经网络实例及代码分析(python+tensorflow)
说明: BP神经网络实例及代码分析(python+tensorflow)(BP neural network example and code analysis (Python + tensorflow))
- 2020-08-06 15:47:47下载
- 积分:1
-
rrcc6
说明: rc6 algorithm implimtiton
- 2020-11-16 05:22:24下载
- 积分:1
-
ABAQUS计算多相材料的前处理器 voronoi
有关ABAQUS计算多相材料的前处理器,包括网格划分及区域划分(ABAQUS calculation of multiphase material about previous processors, including mesh and zoning)
- 2017-03-11 22:13:58下载
- 积分:1