-
C++实现计算器
C++实现计算器-C achieve calculator
- 2022-08-09 21:20:01下载
- 积分:1
-
数据结构中的迷宫求解
此算法是加载一个写好的迷宫,并运用此算法求解迷宫,将求解出来的迷宫道路在屏幕上显示出来。此算法简单易懂,很适合初学者想要加强数据结构的编程能力。
- 2022-07-09 11:28:48下载
- 积分:1
-
crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子...
crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子-crc.cpp have 0-255 is a corresponding 16-bit cyclic redundancy code examples correlator.cpp filtering is a relevant example
- 2022-01-28 18:48:37下载
- 积分:1
-
debug fast sorting algorithms.
调试实现快速排序算法。-debug fast sorting algorithms.
- 2022-12-24 14:30:03下载
- 积分:1
-
在C + +的链接列表
您可以添加整数列表并在屏幕上打印。如果你想的话,你可以先添加,后添加,再反向添加。
- 2023-02-23 18:20:03下载
- 积分:1
-
用MFC实现抽奖
用MFC实现抽奖
- 2022-03-24 14:38:43下载
- 积分:1
-
动态规划计算最短路,只需输入点集合距离即可计算出最短路。...
动态规划计算最短路,只需输入点集合距离即可计算出最短路。-min route
- 2023-04-30 05:35:02下载
- 积分:1
-
各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。...
各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the main elements of elimination,Jacobi iteration and so on.
- 2023-05-30 03:25: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
-
粒子群优化算法 c代码
多目标优化 粒子群优化算法 c代码
- 2023-08-20 14:00:03下载
- 积分:1