随笔分类 -  Delphi 泛型

本分类大部分文章转自万一的blogs,在些特别感谢他。
一个游戏客户端文件的字节加解密代码,我花1000元请人解的,存在这,以后应该用得到。
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--procedureEncryptMemory(Data:Pointer;Size:Cardinal);procedureEncryptData(varA,B:DWORD);var_Constant,i... 阅读全文

posted @ 2010-04-21 21:24 jxgxy 阅读(2196) 评论(0) 推荐(0) 编辑

三十、详测 Generics Collections: TObjectList、TObjectQueue、TObjectStack
摘要:TObjectList<T>、TObjectQueue<T>、TObjectStack<T> 分别继承自:TList<T>、TQueue<T>、TStack<T>;它们是专门用于对象的列表, 都增加了一个 OwnsObjects 布尔属性, 决定对象会不会自动释放(这也通过 Create 的参数来决定)其他基本同它们的父类, ... 阅读全文

posted @ 2009-11-11 14:29 jxgxy 阅读(2197) 评论(0) 推荐(0) 编辑

二十九、详测 Generics Collections TDictionary(5): 多种 Create 手段
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:28 jxgxy 阅读(1237) 评论(0) 推荐(0) 编辑

二十八、详测 Generics Collections TDictionary(4): OnKeyNotify、OnValueNotify
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:27 jxgxy 阅读(629) 评论(0) 推荐(0) 编辑

二十七、详测 Generics Collections TDictionary(3): TPairEnumerator、TKeyEnumerator、TValueEnumerator、ExtractPair
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:26 jxgxy 阅读(612) 评论(0) 推荐(0) 编辑

二十六、详测 Generics Collections TDictionary(2): ContainsKey、ContainsValue、AddOrSetValue、TryGetValue
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:25 jxgxy 阅读(701) 评论(0) 推荐(0) 编辑

二十五、详测 Generics Collections TDictionary(1): Add、Items、Keys、Values、Remove
摘要:[代码] 阅读全文

posted @ 2009-11-10 11:14 jxgxy 阅读(910) 评论(0) 推荐(0) 编辑

二十四、详测 Generics Collections TStack(1): Push、Pop、Peek - 其他功能同 TQueue
摘要:[代码] 阅读全文

posted @ 2009-11-09 16:38 jxgxy 阅读(450) 评论(0) 推荐(0) 编辑

二十三、详测 Generics Collections TQueue (3): OnNotify、Extract
摘要:[代码] 阅读全文

posted @ 2009-11-05 14:54 jxgxy 阅读(376) 评论(0) 推荐(0) 编辑

二十二、详测 Generics Collections TQueue (2): Create、Count、Clear、TrimExcess
摘要:[代码] 阅读全文

posted @ 2009-11-05 14:52 jxgxy 阅读(433) 评论(0) 推荐(0) 编辑

二十一、详测 Generics Collections TQueue (1): Enqueue、Dequeue、Peek
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:17 jxgxy 阅读(478) 评论(0) 推荐(0) 编辑

二十、详测 Generics Collections TList (11): Create
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:06 jxgxy 阅读(470) 评论(0) 推荐(0) 编辑

十八、详测 Generics Collections TList (9): BinarySearch
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:05 jxgxy 阅读(394) 评论(0) 推荐(0) 编辑

十九、详测 Generics Collections TList (10): OnNotify 事件
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:05 jxgxy 阅读(307) 评论(0) 推荐(0) 编辑

十七、详测 Generics Collections TList (8): Sort
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:02 jxgxy 阅读(484) 评论(0) 推荐(0) 编辑

十六、详测 Generics Collections TList (7): Items、Contains
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:01 jxgxy 阅读(406) 评论(0) 推荐(0) 编辑

十五、详测 Generics Collections TList (6): Reverse、TrimExcess
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:00 jxgxy 阅读(385) 评论(0) 推荐(0) 编辑

十四、详测 Generics Collections TList (5): Move、Exchange
摘要:[代码] 阅读全文

posted @ 2009-11-04 16:39 jxgxy 阅读(394) 评论(0) 推荐(0) 编辑

十三、详测 Generics Collections TList (4): AddRange、InsertRange、DeleteRange
摘要:[代码] 阅读全文

posted @ 2009-11-04 16:20 jxgxy 阅读(534) 评论(0) 推荐(0) 编辑

十二、详测 Generics Collections TList (3): Insert、Delete、Remove、Extract
摘要:[代码] 阅读全文

posted @ 2009-11-04 13:15 jxgxy 阅读(505) 评论(0) 推荐(0) 编辑

导航