代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/485003/6569883
gif about2.gif
www.eeworm.com/read/485003/6569911
gif about3.gif
www.eeworm.com/read/485003/6569914
gif about1.gif
www.eeworm.com/read/401202/6578312
txt about_a_star.txt
关于A*算法实用性优化的个人想法
林 伟 2001.12
这里的A*优化只是针对网上一些关于A*算法介绍的文章来写的,至于我接触过的A*代码可能都算不上专业级别因此我从这些代码开始优化也只是觉得这些代码的优点在于说明算法,而在效率与实用性方面就有些欠缺。
A*是启发试搜索加动态规划。具体实现依靠两个队列Open队列和Close队列。从一点开始探走几个相邻的格子如果可以移动且当 ...
www.eeworm.com/read/484573/6580045
~dfm hm_about.~dfm
object hm_AboutForm: Thm_AboutForm
Left = 398
Top = 253
BorderStyle = bsDialog
Caption = #20851#20110
ClientHeight = 222
ClientWidth = 301
Color = clBtnFace
Font.Charset = GB23
www.eeworm.com/read/484573/6580048
~ddp hm_about.~ddp
www.eeworm.com/read/484573/6580058
pas hm_about.pas
unit hm_About;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons;
type
Thm_AboutForm = class(TForm)
www.eeworm.com/read/484573/6580063
dcu hm_about.dcu
www.eeworm.com/read/484573/6580070
dfm hm_about.dfm
object hm_AboutForm: Thm_AboutForm
Left = 398
Top = 253
BorderStyle = bsDialog
Caption = #20851#20110
ClientHeight = 222
ClientWidth = 301
Color = clBtnFace
Font.Charset = GB23
www.eeworm.com/read/484573/6580071
~pas hm_about.~pas
unit hm_About;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons;
type
Thm_AboutForm = class(TForm)