-
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
-
信号分析与预测的卡尔曼滤波算法,VC++源程序
信号分析与预测的卡尔曼滤波算法,VC++源程序-kalman filter arithmetic for signal analysis and prediction written with VC++.
- 2023-04-24 05:05:03下载
- 积分:1
-
96%的中国大学生数学建模竞赛中的一个主题:F
%96年中国大学生数学建模竞赛A题:捕鱼-96% of university students in China Mathematical Contest in Modeling A theme : fishing
- 2022-03-03 08:18:13下载
- 积分:1
-
随机微分方程的求解现在是一个挑战性课题,这里给出一个外国人编写的关于随机微分方程的求解的工具箱,希望能帮助各位同行,同时有问题一起讨论。...
随机微分方程的求解现在是一个挑战性课题,这里给出一个外国人编写的关于随机微分方程的求解的工具箱,希望能帮助各位同行,同时有问题一起讨论。-Solution of stochastic differential equation is a challenging task, where a foreigner is given on the preparation of the solution of stochastic differential equation toolbox, hope to help you peer at the same time there are problems to discuss.
- 2023-09-07 21:00:05下载
- 积分:1
-
意味着在C #滤波器
应用背景关键技术均值滤波的想法是简单的替换每个像素值与平均图像(`平均”)邻国的价值,包括本身。这消除了其像素值的影响具代表性的环境。像其他部分是围绕一个核心,这代表形状和邻域大小进行采样时计算平均。
- 2022-08-21 13:48:45下载
- 积分:1
-
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例...
信号傅立叶变换的幅度图和频谱图的示例
信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
- 2023-04-03 09:35:04下载
- 积分:1
-
定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法....
定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
- 2022-05-15 07:36:59下载
- 积分:1
-
本算法为机械优化设计中的一维黄金搜索算法,可以求取方程的极值。...
本算法为机械优化设计中的一维黄金搜索算法,可以求取方程的极值。-This programm realizes the golden section search method for machanical one-dimesion optimum designing ,you can use it to get the mimimax solution
- 2023-03-05 18:15:03下载
- 积分:1
-
RSA算法基础
RSA算法基础->实践 讲讲自己学习RSA中的实践过程,已经对RSA熟悉的看家就不用在此浪费时间了。-- gt; Talk about learning from practice RSA"s practice and has a specialty familiar with the RSA will not have the time to waste.
- 2022-03-31 04:16:10下载
- 积分:1
-
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。...
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。-Mathematical modeling courseware. On the mathematical modeling allows you to have a rough image, understanding of modeling problem-solving approach.
- 2022-03-18 03:06:16下载
- 积分:1