-
python例程 (1)
说明: 图形界面编辑,各种python语言基础语句运用,以及各种库的教程(Graphic Interface Editing, Basic Statement Application of Python Language, and Courses of Various Libraries)
- 2018-12-24 21:23:41下载
- 积分:1
-
数学建模
说明: 用遗传算法求解带模糊时间窗的VRP问题,注释清晰明了,新手友好(Genetic algorithm for VRP with fuzzy time window)
- 2020-11-22 12:09:35下载
- 积分:1
-
grc_block
关于gnuradio中各个信号处理模块的简单介绍,我自己整理的。(Brief introduction about of gnuradio each signal processing module, myself.)
- 2021-03-15 17:09:23下载
- 积分:1
-
ID3决策树
KNN算法可以完成很多分类任务,但是它最大的缺点就是无法给出数据的内在含义,决策树的主要优势在于数据形式非常容易理解。此资源用于学习如何从一堆原始数据中构造决策树,并利用递归建立分类器进行决策
- 2022-03-10 04:16:38下载
- 积分:1
-
Python3高级教程
说明: 讲解Python的基本使用方法,包括数据结构,生成器,迭代器和网络编程(Explain the basic usage of Python)
- 2020-06-23 22:40:01下载
- 积分:1
-
Python基础的练习Demo DeviceTest
这是一个Python基础的练习Demo,提供以后进行学习查看和记忆(this is a Python basic traning Demo,Provide for future learning, viewing and memory)
- 2020-06-24 02:20:02下载
- 积分:1
-
FusionGAN-master
用生成对抗网络了进行红外和可见光图像融合(Infrared and Visible Image Fusion Using Generated Countermeasure Network)
- 2020-12-13 22:39:15下载
- 积分:1
-
tunnel
abaqus隧道开挖二维模拟的INP程序代码!(Two-dimensional simulation of tunnel excavation of abaqus INP code!
)
- 2013-08-01 11:22:56下载
- 积分:1
-
python 实现远程命令执行Struts2-045
cmd命令下完美执行,需要库文件,自行安装
- 2022-02-04 09:53:31下载
- 积分:1
-
K-means有注释版本
K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为形心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各簇的形心的值,直至得到最好的聚类结果。(K-means algorithm is the most classical partition-based clustering method and one of the ten classical data mining algorithms. The basic idea of K-means algorithm is to cluster k points in space and classify the objects closest to them. Iteratively, the values of centroid of clusters are updated one by one until the best clustering results are obtained.)
- 2018-08-30 13:53:12下载
- 积分:1