2020年12月24日

TList 的 quicksort 算法研究和使用。

摘要: // 自定义的比较函数 function cmp(p1, p2: pointer): integer;begin end; // quicksort原文 procedure QuickSort(SortList: PPointerList; L, R: Integer; SCompare: TLis 阅读全文

posted @ 2020-12-24 23:46 癫狂编程 阅读(121) 评论(0) 推荐(0)

Delphi7升级到Delphi 2010、Delphi XE、Delphi XE2总结

摘要: 这两天把一个使用Delphi2007成功升级到了Delphi2010。升级途中很艰辛,总结了 以下经验与大家分享。另外,D7使用的第三方组件,由于官方没有发布For Delphi2010的更新,修改的第三 方组件列表见文章尾部。1,PChar因为Delphi不支持无类型指针的算术运算,很多程序员使用 阅读全文

posted @ 2020-12-24 23:32 癫狂编程 阅读(1688) 评论(0) 推荐(0)

Delphi编译错误代码翻译表

摘要: ; not allowed before ELSE ElSE前不允许有“;” <clause> clause not allowed in OLE automation section 在OLE自动区段不允许“<clause>”子句 <name> is not a type identifier < 阅读全文

posted @ 2020-12-24 14:27 癫狂编程 阅读(784) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的