-
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。-(1)
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。
- 2022-01-25 15:51:11下载
- 积分:1
-
C语言求逆矩阵
C语言求逆矩阵 介绍一下算法导论上的一般的矩阵求拟算法思路。 假设要对矩阵A求逆,首先利用矩阵论知识,对A进行LUD分解。 利用分解出来的矩阵L,U,D来求解AB=I中的n个线性方程组,得到n个解向量,所有解向
- 2023-01-13 23:50:03下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
DES算法实现
最精简的DES算法实现,让你能快速的了解DES的用法。
- 2023-06-08 20:25:03下载
- 积分:1
-
路径查找代码[vc版本代码]
路径查找代码[vc版本代码]-path search code [vc version code]
- 2023-07-14 23:35:03下载
- 积分:1
-
buttreworth滤波器源码
内含butterworth、chebyshev、elliptic滤波器,高通低通等各种滤波器源码,C语言编程,简单易懂,可根据自己需要修改,然后移植到各个平台。
- 2022-06-26 10:42:24下载
- 积分:1
-
简单明了的PID控制算法,可以参考一下
简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
- 2022-07-28 10:56:23下载
- 积分:1
-
在 python 中的 Hopfield 网络
在 python 中的 Hopfield 神经网络
- 2023-02-13 05:50:04下载
- 积分:1
-
分科学计算器和简易计算器两种功能
分科学计算器和简易计算器两种功能-Sub-scientific calculator and simple calculator two functions
- 2022-01-25 14:34:07下载
- 积分:1
-
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。...
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。-Optimization problem of mathematical modeling of lingo programming method, also the first one started to introduce basic knowledge of lingo.
- 2022-09-08 05:30:03下载
- 积分:1