-
粒子群优化算法
这是PSO算法功能,给每一位想要轻松地学习。此功能有许多选项,给你更好的和最佳的输出。
- 2022-11-24 07:40:02下载
- 积分:1
-
使用fdtd算法计算光子晶体的模式折射率
使用fdtd算法计算光子晶体的模式折射率-Fdtd algorithm using photonic crystal pattern of refractive index
- 2023-05-02 00:00:03下载
- 积分:1
-
数据结构与算法练习
数据结构与算法练习,经典数据结构与算法的C语言实现,有高精度运算、排序、动态规划、海量数据处理、回溯、递归、搜索、图论
链表、操作系统相关等算法与数据机构实现。
- 2023-05-08 17:00:03下载
- 积分:1
-
机器学习算法,K-mean算法,python写的,还有测试数据
本算法是利用K-mean算法(机器学习十大算法),对平面上的二维数据点进行聚类的算法,该算法可以运用在图像,和语音上。
- 2022-05-24 16:25:08下载
- 积分:1
-
64点FFT处理器设计
资源描述这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,
- 2022-08-07 19:07:56下载
- 积分:1
-
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked obtained a law made by cutting the use of the rectangular plate height h minimum. Using recursive and partition Solving this problem
- 2022-10-31 04:20:03下载
- 积分:1
-
Handwritten
非常好的学习资料,请参考,以后多多请教高手,我这方面还不是很懂-Handwritten
- 2023-02-18 04:00:04下载
- 积分:1
-
insertion排序
insertion排序-Insertion sort
- 2022-09-02 18:15:02下载
- 积分:1
-
遥感影像重采样
应用背景应用于遥感影像的重采样,可以重采样成各种你所需要的分辨率的影像。如30m分辨率的遥感影像,可以重采样成3km,也可以重采样成10m分辨率的影像。关键技术利用GDAL进行编写的,支持最邻近,双线性内插法,三次卷积法,均值法,B样条等重采样算法,具体参见gdalwraper.h。
- 2022-02-04 11:02:02下载
- 积分:1
-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1