-
转换MIT-BIH格式数据
对于普通数据转换成MIT-BIH格式数据详细代码,但前提是,你的数据在12位之内
- 2022-10-03 18:35:03下载
- 积分:1
-
一个生成最小树的算法,应用在VLSI中
一个生成最小树的算法,应用在VLSI中-generate a minimum spanning tree algorithm used in VLSI
- 2022-01-26 06:23:22下载
- 积分:1
-
贪心算法解决部分背包问题
本程序研究了贪心算法,并把此算法用于部分背包问题上,基于C语言实现,达到最优解。所谓贪心算法是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。部分背包问题: 给定一个最大载重量为M的卡车和N种食品,有食盐,白糖,大米等。已知第 i 种食品的最多拥有Wi 公斤,其商品价值为Vi元/公斤,编程确定一个装货方案,使得装入卡车中的所有物品总价值最大。
- 2022-01-30 12:45:27下载
- 积分:1
-
遗传算法matlab代码
给出了遗传算法的一个完整matlab代码,基于此代码完整解决了两个算例,使人能够对遗传算法有一个从感性到理性再到感性理性结合的认知水平。算例的本质是求函数最大最小值,藕节这个基本问题,其他问题基本可以通过数学建模转化为此基本问题。
- 2022-10-14 15:10:03下载
- 积分:1
-
CHAIN.C
解马尔科夫链CHAIN.C-CHAIN.C
- 2022-01-27 12:39:48下载
- 积分:1
-
扫雷
扫雷是在上世纪 80 年代,流行,仍包括在某些版本的微软视窗操作系统的电脑游戏。这个问题有一个类似的想法。
- 2022-02-02 03:52:54下载
- 积分: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
-
是个进行多字节的除法
是个进行多字节的除法-is a multi-byte division
- 2022-05-05 11:44:02下载
- 积分:1
-
KALMAN滤波器和condense算法的运动跟踪分析
KALMAN滤波器和condense算法的运动跟踪分析-Kalman filter and condense the motion tracking algorithm analysis
- 2023-07-05 23:40:02下载
- 积分:1
-
3D螺旋上升效果
/****************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2022-05-13 07:02:29下载
- 积分:1