代码搜索:Delphi
找到约 10,000 项符合「Delphi」的源代码
代码结果 10,000
www.eeworm.com/read/291204/8435618
bmp delphi6.bmp
www.eeworm.com/read/291204/8435840
bmp delphi6.bmp
www.eeworm.com/read/291204/8435863
bmp delphi6.bmp
www.eeworm.com/read/291204/8435946
bmp delphi6.bmp
www.eeworm.com/read/387138/8703837
chm delphi编程技巧.chm
www.eeworm.com/read/386958/8716467
txt excel to delphi.txt
Delphi从EXCEL中导入数据
procedure TFrmImportExcel.FlatButton5Click(Sender: TObject);
var
i,j: integer;
XLApp,sheet:Variant;
F: File;
AllFileName ,FilePath ,FileName ,FileExt :string;
FullNa
www.eeworm.com/read/385038/8823298
txt uct--delphi.txt
电脑围棋的算法UCT语言delphi实现
经过几天的努力,终于实现了uct代码,因为pascal是最优美易懂,适合表达算法的语言,特奉上,有错请大家拍砖,刚入门的爱好者可以修改完善。如有建议,请不吝指教!
unit _XGoUCT;
interface
uses SysUtils, Classes, windows, _XGoBase;
var
_UCTMaxSimulatio
www.eeworm.com/read/428616/8855483
doc delphi_ref.doc
www.eeworm.com/read/186513/8929271
txt delphi_compile.txt
返回
<mark>DELPHI</mark>的编译指令
{$IFDEF WIN32} -- 这可不是批注喔!
对于<mark>Delphi</mark>来说﹐左右大括号之间的内容是批注﹐然而「{$」(左括号后紧接着货币符号)对于Compiler(编译器)而言并不是批注﹐而是写给Compiler看的特别指示。
应用时机与场合
<mark>Delphi</mark>中有许许多多的Compiler Directives(编译器指令) ...
www.eeworm.com/read/383003/8981953
txt delphi 窗口全屏.txt
procedure TForm1.Button1Click(Sender: TObject);
begin
//覆盖任务栏
Self.BorderStyle := bsNone;//使窗口无边界
Self.Left := 0;
Self.Top := 0;
Self.Width := Screen.Width;
Self.Height := Screen.He