摘要: ;Balls in a line ;with A-Star panth find ;2023.6 EnableExplicit #wd=65 ;width #Xc=20 #Yc=20 #obstruct = 1 #channel = 0 #BallsCount=10 DeclareModule Li 阅读全文
posted @ 2024-01-23 14:36 PBlover 阅读(19) 评论(0) 推荐(0) 编辑
摘要: ;A-Star panth find ;2003.2.5 from vb6 EnableExplicit #wd=15 ;width #Xc=20 #Yc=20 #obstruct = 0 #channel = 1 Structure AStarNode pos.Point ;该节点的坐标 fath 阅读全文
posted @ 2023-02-06 12:25 PBlover 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Delphi 下的编程。需要IGDIPlus.pas 文件。部分自己编写,大部分来源于网络。 unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, IG 阅读全文
posted @ 2022-11-27 16:46 PBlover 阅读(52) 评论(0) 推荐(0) 编辑
摘要: PureBasic 编的桌面泡泡 从D5转化来的。都得用GDI+ ,不然不好转换颜色和实现完美透明图片。By the way,PB编的CPU占用率明显高于D5编的,不知道什么原因。 1 ; Draw Image on DeskTop with GDI plus 2 #ColorAdjustTypeD 阅读全文
posted @ 2022-11-25 15:54 PBlover 阅读(86) 评论(0) 推荐(0) 编辑