搜索资源列表
dynamic_splitter&cursor
- 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度,但这大大影响了电脑棋手的棋力。是否有办法在不减小搜索深度的前提下将需要搜索的结点减小一些?幸运的是,可以证明,程序不需要考虑所有的位置而找到最佳点,于是人们采
gk
- 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度-new problem has arisen : the biggest smallest general search, even if only a sm
dl99_EhLib36_D6-7
- for delphi7 .1已经发布,完全支持BDS4.0,这个是评估版的。 希望大家能够找到正式版本..... 另外,4.0的正式版下载文件名为:hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Deployed EhLib 4.1 + Added support of Borland Developer Studio 2006 (Delphi and C++ Builder). * Fixed a e
APIT
- 无线传感器节点定位算法APIT的实现,改进后的算法比原始算法更加精确-APIT wireless sensor node localization algorithm implementation, the improved algorithm is more accurate than the original algorithm
selection
- This GUI is created for selection. User can choose D1 to D4. Then the node will active when the corresponding node(input) is selected.
20060508_DragTree
- VC程序中树型控件节点拖动的完美实现源代码-VC program, drag the tree control node in the source code to achieve the perfect
id3
- Decision region vector For the decision region Number of bins for the data Percentage of incorrectly assigned samples at a nod Unknown command option This function recieves a parameter vector and returns it s components The parameter vect
0529_1
- 实现xml绑定到datagrid中,并且用第二个xml文件对第一个xml文件更新,如果没有该节点则保留数据,如果有该节点,则更新数据,并将更新后的xml显示在第三个datagrid中-Achieve xml binding to a datagrid, and the second xml file with an xml file updated for the first, if not the node is retained data if there is the node, upda
ResizerDemo
- CResizer可自由变换窗口中的控件对象类 及其演示程序,类似于PS中的变换功能,可以通过节点调节指定控件的大小,拖动则可移动对象的位置,这个类是本人在开发一个教学软件的过程中根据需要编写的,现上传网络与大家分享。-CResizer freely transform window control object class CResizer freely transform window control object class and demonstration program, simila
Tree_Labview
- 改程序实现在树形控件中,在指定节点位置动态添加指定内容,方便树的控制-Change in the tree control program implementation, specified in the specified node position dynamically add content, convenient control of the tree
Internet-Explorer
- 客户机是用Internet上的一个结点请求www文档的浏览器,www服务器则是指保存www文档的浏览器,www服务器则是指保存www信息的计算机,它利用超文本传输协议HTTP允许在客户机上发出请求在服务器和浏览器之间传输超媒体信息,浏览器的作用是把服务器传回的超媒体信息展现在用户面前,浏览器根据超文本标记语言HTML语言格式化每一种文本类型以获得www页面设计者当初设计时的屏幕显示效果。-The client is the requesting browser www document with
frou
- 艾尔米特等距插值,给定n个不等距节点的函数值及一阶导数值,不错(Al meters from special interpolation, given n not equidistant node function value and the first derivative, is good)