-
利用KDD1999数据集进行K
利用KDD1999数据集进行K-means算法的实现-Mathimatics-Numerical algorithms
- 2022-02-04 02:05:42下载
- 积分:1
-
This file implements a pid controller used to simulator cruise control in a car
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 ) -This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0- 100 (read on P1) The output is the car s speed (P2- P0)
- 2023-07-17 12:45:03下载
- 积分:1
-
c program for identifying bottleneck machines in a job shop (used in the schedul...
c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
- 2022-01-25 18:02:52下载
- 积分:1
-
八皇后遗传算法
应用背景八皇后问题是放置八个皇后在8×8棋盘,没有任何两个皇后威胁对方的问题。因此,一个解决方案要求没有任何一个皇后共享同一行、列或对角线。八皇后问题是放置N N N×棋盘皇后更一般的n皇后问题的一个例子,其中的解决方案存在的所有自然数N与N = 2和N = 3的例外。https://en.wikipedia.org/wiki/eight_queens_puzzle关键技术代码是用遗传算法的matlab。在人工智能领域,遗传算法是一种模拟自然选择过程的启发式搜索算法。这种启发式的(有时也被称为启发式)通常用于生成优化搜索问题的有效解决方案。遗传算法属于一类更大的进化算法,它利用自然进化的方法,如遗传、变异、选择、交叉等方法,对优化问题产生了解决的方法。https://en.wikipedia.org/wiki/genetic_algorithm
- 2022-08-07 19:45:26下载
- 积分:1
-
serial port
这个解释有点复杂和晦涩。我们的
- 2023-07-22 03:20:03下载
- 积分:1
-
C的Kalman滤波,C++和Matlab程序
Kalman filter的C,C++及matlab程序-Kalman filter of the C, C++ and matlab programs
- 2022-02-24 11:10:58下载
- 积分:1
-
求所输入数值的平方和累加
求所输入数值的平方和累加-for imported values and the cumulative square
- 2022-02-03 11:47:19下载
- 积分:1
-
Надоело
- 2022-03-23 05:42:02下载
- 积分:1
-
science and engineering numerical algorithm (Visual C version) is a matrix of go...
科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
- 2022-11-18 11:20:04下载
- 积分:1
-
对学习过程的一个简单的遗传算法,自己编写的SGA,而不是使用方法。
一个用于学习GA的简单程序,自己编写的SGA,不是使用的工具箱函数-A simple GA for the learning process, I have written SGA, instead of using the toolbox function
- 2022-01-28 20:37:47下载
- 积分:1