#漫步

Python入门-随机漫步

Python入门-随机漫步,贴代码吧,都在代码里面代码1class文件random_walk.pyfromrandomimportchoiceclassRandomWalk():#一个生成随机漫步数据的类def__init__(self,num_points=5000):#初始化随机漫步属性self.num_point...
代码星球 ·2021-02-11

hdu1428漫步校园

#include<queue>#include<iostream>#include<algorithm>#include<cstring>#include<queue>#include<cstdio>usingnamespacestd;intn;c...
代码星球 ·2020-10-21

matplotlib之随机漫步

1#随机漫步类2fromrandomimportchoice3frommatplotlibimportpyplotasplt4frompylabimportmpl5frommatplotlibimportrcParams678classRandomWalk():9'''生成随机漫步的类'''1011def__init_...
代码星球 ·2020-06-13