1 2 3 4 5 ··· 10 下一页
摘要: unit SoundUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DXDraws, DirectX, DXClass, ExtCtrls, DXSounds 阅读全文
posted @ 2025-08-29 23:06 D7mir 阅读(6) 评论(0) 推荐(0)
摘要: unit Movies; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls,DXClass, DXDraws, W 阅读全文
posted @ 2025-08-29 16:14 D7mir 阅读(4) 评论(0) 推荐(0)
摘要: 将用系统内存选择上即可,就不卡顿了,程序CPU占用率从50下降到为0, 其实是个基础性的知识吧,它应该指的是使用显存?但是默认是不使用这个? 其它的选择也试了下,看起来没有什么变化。 也看了下翎风的源码,是选择用系统内存的。 翎风源码DX控件的选择。 阅读全文
posted @ 2025-08-21 15:56 D7mir 阅读(11) 评论(0) 推荐(0)
摘要: unit Movies; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, DXDraws, WILIB; ty 阅读全文
posted @ 2025-08-21 11:13 D7mir 阅读(5) 评论(0) 推荐(0)
摘要: function TActor.Move(step: Integer): Boolean; var prv, curstep, maxstep: Integer; begin Result := False; prv := m_nCurrentFrame; if (m_nCurrentAction 阅读全文
posted @ 2025-08-15 22:20 D7mir 阅读(8) 评论(0) 推荐(0)
摘要: UNITX = 48; UNITY = 32; procedure TForm1.DrawGrid; var i: Integer; begin with DXDrawHuman.Surface.Canvas do begin Pen.Color := clWhite; DXDrawHuman.Su 阅读全文
posted @ 2025-08-15 12:02 D7mir 阅读(3) 评论(0) 推荐(0)
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class 阅读全文
posted @ 2025-08-11 15:15 D7mir 阅读(6) 评论(0) 推荐(0)
摘要: unit Movies; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, DXDraws, WILIB; ty 阅读全文
posted @ 2025-08-11 14:55 D7mir 阅读(13) 评论(0) 推荐(0)
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Ed 阅读全文
posted @ 2025-08-09 22:24 D7mir 阅读(7) 评论(0) 推荐(0)
摘要: unit Movies; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, DXDraws, WILIB; ty 阅读全文
posted @ 2025-08-06 16:39 D7mir 阅读(7) 评论(0) 推荐(0)
1 2 3 4 5 ··· 10 下一页