我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展...
上传时间: 2015-07-24
上传用户:LouieWu
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展...
上传时间: 2014-01-03
上传用户:semi1981
Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-effective software that satisfies the users’ needs, and can be maintained over time Software Development is a weaker term where standards, tools, processes, etc. may not be applied
标签: high-quality Engineering large-scale discipline
上传时间: 2014-01-09
上传用户:bcjtao
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * a--无用 * 输出: 函数返回值为曲线拟和的均方误差 * a为用基函数进行曲线拟和的系数, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M].
上传时间: 2015-07-26
上传用户:
通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition
标签: decomposition least-squares singular inear
上传时间: 2015-07-26
上传用户:bibirnovis
Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book. The file you re viewing contains general information about the disc, as follows:
标签: Programming Microsoft Copyright General
上传时间: 2015-08-03
上传用户:2525775
For Email POP3. by PHP. but it has some errors for Chinese system.
标签: Chinese errors system Email
上传时间: 2015-08-04
上传用户:英雄
学习sql的一本很好的书籍 Sams Teach Yourself SQL in 10 Minutes, Third Edition
标签: Yourself Minutes Edition Teach
上传时间: 2013-11-25
上传用户:hxy200501
Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.
标签: decompression compression Structure the
上传时间: 2015-08-06
上传用户:jackgao
Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1394 Trade Association [1]). Due to the properties of the IEEE1394 protocol, Coriander can control an IEEE1394 camera without interferring with the image flow from that camera. It can thus be used to setup a camera with Coriander while the video flow is used by another application
标签: the controlling Coriander Digital
上传时间: 2015-08-07
上传用户:TF2015