-
abaqus插入cohesive单元代码及插件ABAQUS cohesive
说明: abaqus插入cohesive单元代码及插件,可以参考学习(abaqus Python cohesivegenerate)
- 2021-03-29 22:39:10下载
- 积分:1
-
神经网络与深度学习
说明: 人工智能著名学者著作,通俗易懂,内含有Python源码下载地址。(Artificial intelligence works by foreign scholars, easy to understand, the book has Python source code download address)
- 2019-03-01 21:56:44下载
- 积分:1
-
python100例 有题有答案
说明: python编程练习题100例 有题有答案,用于练习编程还是不错的。(Give it to Python's initial programming exercises.)
- 2018-04-01 22:27:45下载
- 积分:1
-
Dijkstra
用Python实现dijkstra算法。使用python 语言在网络图中实现Dijkstra 算法,返回从源点出
发到每个结点的最短距离、路径,并打印出该路由(源点)的forwarding table,(dijkstra algorithm in Python)
- 2018-01-03 22:33:37下载
- 积分:1
-
神经网络,全连接层
神经网络,全连接层
- 2021-05-06下载
- 积分:1
-
gx6605s_4M_getmecom_190717
说明: New firmware gx 6605s
- 2020-06-24 00:20:02下载
- 积分:1
-
r2000_test_2_client
说明: 连续监控雷达在多连接时的工作温度,如果温度超过阈值报警(Laserscaner temprature test)
- 2020-09-28 08:12:26下载
- 积分:1
-
分水岭算法
Python 分水岭算法 用于图像分割等图像处理(Python watershed algorithm)
- 2019-01-13 10:19:04下载
- 积分: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
-
RecommendSystemPractice-master
说明: 《推荐系统实践》作者:项亮;
书籍全部章节配套源代码;
仅供学习分享,如有侵权立刻删除。(Author of Recommendation System Practice: Xiang Liang;
All chapters of the book are accompanied by source code.
For learning and sharing only. If there is any infringement, delete it immediately.)
- 2020-07-03 13:40:02下载
- 积分:1