-
相关系数计算
说明: python程序计算皮尔逊相关系数、最大信息系数以及灰色关联度(Pearson correlation coefficient, maximum information coefficient and grey correlation degree were calculated by Python program)
- 2020-09-19 12:57:57下载
- 积分:1
-
Python
使用python语言编程实现生成voronoi的二维图像(Using python programming language to generate two-dimensional images of Voronoi)
- 2017-09-22 10:10:48下载
- 积分:1
-
HBAT
HBAT. pls use this in your assignment in multivariate analysis. credits to the owner thank you
- 2014-10-12 20:03:14下载
- 积分:1
-
surfaces_cells
ABAQUS中提取几何体、提取几何体表面的参数化建模程序块(In ABAQUS, the geometric body is extracted and the parameterized modeling program block is extracted)
- 2021-02-19 20:29:44下载
- 积分:1
-
LoadPointCloud
直接动态加载点云模型 由.xyz的点云数据 转化为 .osgb格式 然后可以直接用这个软件加载(Point cloud model of direct dynamic loading)
- 2017-07-26 16:51:14下载
- 积分:1
-
turtlebot沿墙
说明: 可以再gazebo中实现沿墙算法,颜色检测以及路径规划等功能(Wall follower for turtlebot in ROS Gazebo)
- 2020-06-30 00:20:02下载
- 积分:1
-
行列式转置(reverseArray.py)
行列式的转置
- 2020-12-09下载
- 积分:1
-
abaqus
abaqus 施加周期性边界条件脚本,通过General_Mpc_Cube输入正确的模型和部件文件运行。(ABAQUS applies periodic boundary conditions to scripts)
- 2021-03-17 17:19:20下载
- 积分:1
-
决策树
说明: 使用Python对决策树算法进行了基础的模拟,输入数据后,可以输出根据数据的哪些属性进行决策树分类。(Python is used to simulate the decision tree algorithm. After inputting the data, it can output which attributes of the data to classify the decision tree.)
- 2019-03-27 21:05:37下载
- 积分:1
-
Python射击游戏
外星人射击游戏,title fedora LiveCD Method 1root (hd0,0)kernel /vmlinuz0 root=live:LABEL=LIU rootfstype=auto ro rd.live.image quietinitrd /initrd0.imgboot
在这里要提一下,LABEL那个参数,是指你的LiveOS文件所在分区的盘符,比如我的U盘,盘符是LIU,另外,要注意的是root (hd0,0)这个参数,对于那些有隐藏主分区的来说,就不是这样写了,比如是root (hd0,1),这个要看自己的分区情况了。然后还有一种方法,不是按盘符寻找LiveOS文件的,是按路径寻找的,像下面所写:
title fedora LiveCD Method 2
root (hd0,1)
kernel /vmlinuz0 root=live:/dev/sda2 rootfstype=auto ro rd.live.image quiet
initrd /initrd0.img
- 2022-01-25 20:18:55下载
- 积分:1