Welcome![Sign In][Sign Up]
Location:
Search - a-star

Search list

[Other resourceAstar

Description: A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。 公式表示为: f(n)=g(n)+h(n), 其中f(n) 是节点n从初始点到目标点的估价函数, g(n) 是在状态空间中从初始节点到n节点的实际代价, h(n)是从n到目标节点最佳路径的估计代价。
Platform: | Size: 13702 | Author: 朱宝三 | Hits:

[Other resourceAStar

Description: A STAR 算法源码, 比较初级的算法, 适合初学的朋友研究
Platform: | Size: 186720 | Author: wzh | Hits:

[Graph programsearcharithmetic

Description: 搜索算法实现,8数码游戏,A star算法类的实现,黑白棋实现。
Platform: | Size: 128400 | Author: 孟杰 | Hits:

[Other resourceA_Star_Visual_CPP_Version

Description: A Star 算法 的C++实现, 有很好的类实现
Platform: | Size: 106279 | Author: andrew | Hits:

[Special Effectschess

Description: 一个做的较好的黑白棋游戏,用了A star算法
Platform: | Size: 2950875 | Author: 元欣 | Hits:

[Other resourceAstarsuanfaVCshixian

Description: 一种常用的搜索算法。A STAR 算法。VC++源代码实现。
Platform: | Size: 3097 | Author: 刘一 | Hits:

[Other528209190_A_Star_8

Description: A star Algorithm of AI
Platform: | Size: 3373 | Author: liyiyang | Hits:

[Applicationsa20040623neta

Description: A star 算法求解最短路径问题-A star algorithm for the shortest path problem
Platform: | Size: 8047 | Author: 刘学英 | Hits:

[GDI-Bitmap[__A_Very_187106422005

Description: This program can draw any polygon that is a \"regular polygon\", a \"star polygon\" or a \"star figure\". The code for the program is very simple and straight forward and the results are pretty cool! It is definitly pretty good for the eyes!
Platform: | Size: 19038 | Author: avaga | Hits:

[JSP/Javapuzzle

Description: 用A star,先深搜索等搜索算法搜索puzzle。
Platform: | Size: 140074 | Author: fancyiyang | Hits:

[Other resourceSPath

Description: 原创,A-star算法求解最短路径,寻路问题。 求解效率高,且对于理解A-Star算法和数据结构链表操作有非常有用。
Platform: | Size: 2363 | Author: lys | Hits:

[Button controlAStar

Description: 以A-star算法为基础的通过改良的最短路径探索的源代码
Platform: | Size: 841924 | Author: 刘叶 | Hits:

[Other resourcechangyongsousuosuanfa

Description: 这是书上的常用搜索算法,有8数码游戏,黑白棋,A star算法类的实现。
Platform: | Size: 131896 | Author: milsuton | Hits:

[ComboBox复件 ReadXML

Description: 如果他是一篇使用XPath的XML文档,PMD允许你访问这棵树。 所以一旦你理解了XPath 和关于解析器如何从你的源代码中生成节点树的 ... 哈哈,自己组织了一次星际比赛,难以 忘怀又一次萌发学VC++的想法,初学了下,想跳楼决定先学C++,买了本C++的书,学到class, -if he is an XPath use of XML documents, PMD allows you to visit this tree. So once you understand the XPath and on how the parser from your source code generation node tree ... Haha, to organize a Star games and unforgettable another VC germination study the idea of learning, Townsend decided to learn C, C bought the book and learn class ,
Platform: | Size: 4449 | Author: sap | Hits:

[OpenGL programstar

Description: 绘制一个这样的图案,一个大星周围有一系列的小星,使用方法:原点转移。-Draw a picture which there are a number of small star around a big star.Method: central point transformation
Platform: | Size: 42182 | Author: 蓝兰 | Hits:

[assembly language汇编

Description: 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42H 43H 44H …58H 59H 5AH, 使用串处理指令编程从键盘输入16个字符(大小写字母及其它字母均有), 存入以BUF1开始的一片存储区中,并将其传送到以BUF2开始的一片存储区中, 在传送是将其中的小写字母均改为大写字母,并将第一个小写字母在串中的位置 (距串头BUF1的相对位移量)以十六进制形式输出。(完成)-4.asm ... ... beep procedures, the importation of a number of characters N, N-beep. (Completed) ysk3.asm ... shows a Star inverted triangle. ... ... M1.asm programming to the keyboard input of eight unsigned binary number into a hexadecimal number and decimal number, and the output form.asm ... using subroutine program by the following three formats ( , TT, Short) Print Jiujiuchengfabiao : ( completed) char.asm ... lowercase letters a b c d ... x y z ASCII respectively 61H 62H 63H 64H 78H 79H ... 7AH and capital letters A B C D .... X Y Z ASCII respectively 41H 42H 43H 44H 58H 59H L1.5AH ..., the use of string processing programming instructions from the keyboard 16 characters (letters and other case-sensitive alphanumeric both), credited to BUF1 started a storage area and its transmission
Platform: | Size: 3072 | Author: 冯萍 | Hits:

[ComboBox复件 ReadXML

Description: 如果他是一篇使用XPath的XML文档,PMD允许你访问这棵树。 所以一旦你理解了XPath 和关于解析器如何从你的源代码中生成节点树的 ... 哈哈,自己组织了一次星际比赛,难以 忘怀又一次萌发学VC++的想法,初学了下,想跳楼决定先学C++,买了本C++的书,学到class, -if he is an XPath use of XML documents, PMD allows you to visit this tree. So once you understand the XPath and on how the parser from your source code generation node tree ... Haha, to organize a Star games and unforgettable another VC germination study the idea of learning, Townsend decided to learn C, C bought the book and learn class ,
Platform: | Size: 4096 | Author: sap | Hits:

[OpenGL programstar

Description: 绘制一个这样的图案,一个大星周围有一系列的小星,使用方法:原点转移。-Draw a picture which there are a number of small star around a big star.Method: central point transformation
Platform: | Size: 41984 | Author: 蓝兰 | Hits:

[Otherxp163.com.7.1.9

Description: 基于CPB v2.0正式版修改而成,主要功能: 1 超连接改成自动变彩色 2 回复增加机遇插件 3 简单门派插件 4 首页发帖明星插件 5 点歌与播放器结合插件 6 公告加入小狗狗图标-CPB v2.0 Based on the final version of revisions, the main functions : an ultra-connect automatically change color into two plug-in reply to increase opportunities featuring three simple plug-star posting four Top 5 parlors plug-and-play device with plug-six small dogs joined Notice icon
Platform: | Size: 4888576 | Author: 当样 | Hits:

[AI-NN-PRprolog_sample

Description: 超多的prolog源代码 具体内容见压缩包里面的programs.txt-more prolog-source specific content of compressed inside programs.txt
Platform: | Size: 76800 | Author: 李金夹 | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »

CodeBus www.codebus.net