- 博客(6)
- 收藏
- 关注
转载 在kurskal算法中运用Disjoint Set/Union-find Sets/并查集
Disjoint Set/Union-find Sets/并查集 的概念https://algorithms.tutorialhorizon.com/disjoint-set-union-find-algorithm-union-by-rank-and-path-compression/https://www.cnblogs.com/shadowwalker9/p/5999029.html...
2020-04-03 12:05:31
370
原创 最小生成树(prim 算法)
cite fromhttps://www.jianshu.com/p/efcd21494dffhttps://www.geeksforgeeks.org/prims-minimum-spanning-tree-mst-greedy-algo-5/# A Python program for Prim's Minimum Spanning Tree (MST) algorithm. # Th...
2020-03-29 13:53:47
290
转载 学习笔记:python的类
__init__的用法#类定义class people: #定义基本属性 name = '' age = 0 #定义私有属性,私有属性在类外部无法直接进行访问 __weight = 0 #定义构造方法 def __init__(self,n,a,w): # ***self*** in python is similar w...
2020-03-29 07:55:35
124
原创 Vrep function
Funcitonsim.getObjectHandle(‘PhantomXPincher_joint’…i)sim.getObjectPosition(tip,-1)[2]sim.getJointPosition(jointHandles[1])sim.setJointTargetVelocity(jointHandles[1],(w1)/57.3)sim.wait(10)...
2019-12-23 15:37:45
237
转载 启动Anaconda的图形界面
启动Anaconda的图形界面来源:https://ywnz.com/linuxjc/3319.html终端中输入:anaconda-navigator注:看是否能启动,如果不能,在安装的时候他会有写你的安装路径,请仔细看,控制台上面有写,一般来说,就是这个路径:/home//anaconda3(1)先打开配置文件并编辑。要改成自己的。gedit /home/<user>/....
2019-12-18 05:57:03
4927
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人