会员: 密码:  免费注册 | 忘记密码 | 会员登录 网页功能: 加入收藏 设为首页 网站搜索  
源代码 > Delphi代码 > 其他代码
一个收集类,储存类和处理列表项目的集合
发表日期:2003-10-10 12:00:00文件大小:111031 下载次数:1583  

代码说明: 一个收集类,储存类和处理列表项目的集合 rjVectors is a collection of classes to store and manipulate lists of items, also called "Linear Lists" or "Containers". As such, rjVectors are similar to the TStrings or TList classes, but support a huge variety of item types. Items may be generic (Byte, Word, Integer, Cardinal, Object...) or record types AnsiString2 (2 AnsiStrings) AnsiStringInteger (1 AnsiString and 1 Integer), AnsiStringObject, Integer2 (2 Integers), AnsiString2Integer...). rjVectors provides methods to access whole items and / or the individual types of records, to rearrange, delete items based on index or value. Various sorting methods as well as reading and writing to streams / files are also available. The additional rjHashVector classes (also known as "Dictionary" or "HashTable") have an extra fast lookup mechanism to find items by name in an instant . rjVectors and rjHashVectors are designed to be easily expandable to write new vector classes for your custom record types

立即下载

返回顶部】 【打印本页】 【关闭窗口

关于我们 / 给我留言 / 版权举报 / 意见建议 / 网站编程QQ群   
Copyright ©2003- 2024 Lihuasoft.net webmaster(at)lihuasoft.net 加载时间 0.00211