-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1
-
是个数学建模源代码
是个数学建模源代码-is a mathematical modeling source code
- 2022-05-24 14:03:17下载
- 积分:1
-
该程序为动态规划得图论求解程序 好不好用了就知道
该程序为动态规划得图论求解程序 好不好用了就知道
-The procedure for the dynamic programming procedure for solving a graph theory better use of the know
- 2022-01-24 09:39:00下载
- 积分:1
-
numerical method C Program
数值计算方法C程序-numerical method C Program
- 2022-07-23 08:53:11下载
- 积分:1
-
hough 霍夫变换检测直线
霍夫变换是图像变换中的经典手段之一,主要用来从图像中分离出具有某种相同特征的几何形状(如,直线,圆等)。霍夫变换寻找直线与圆的方法相比与其它方法可以更好的减少噪声干扰。经典的霍夫变换常用来检测直线,圆,椭圆等。
- 2022-03-15 18:18:55下载
- 积分:1
-
快速排序与最长公共子序列算法(Visual C++)
快速排序与最长公共子序列算法(Visual C++)-Quick Sort and the longest common sub-sequence algorithm (Visual C++)
- 2022-02-24 23:17:56下载
- 积分:1
-
在许多情况下我们需要的算法如密码字典穷举组合..
在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
- 2022-03-20 01:48:47下载
- 积分:1
-
C实现的Matlab函数filtfilt
应用背景功能强大的Matlab零相移数字滤波器filtfilt函数的C语言实现。数字信号处理非常有用的哦关键技术滤波器的频率响应由幅度响应和相位响应两部分组成,在信号处理的某些场合中, 希望设计的滤波器的相位响应能够严格为零。那就要用到Matlab的这个函数,这里将Matlab语言翻译了为C语言。主要就是一些矩阵的运算,高等数学的知识
- 2023-05-17 13:15:03下载
- 积分:1
-
linklist的C++实现方法
数据结构中的linklist的C++实现方法。
实现了其中的各种函数。
- 2022-05-14 09:06:31下载
- 积分:1
-
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统,用来计算中心流行...
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统,用来计算中心流行-The procedures used to deal with differential equations system for the simplification of a differential system, especially high-dimensional system, used to pop Center
- 2022-12-11 14:40:03下载
- 积分:1