文件名称:TstrLinkedList
-
所属分类:
- 标签属性:
- 上传时间:2012-10-27
-
文件大小:2.72kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这是我自己写的一个DELPHI字符串链表Tstr_linked_list类:
第一步,将TstrLinkedList单元引用到当前工程;
第二步,声明一个Tstr_linked_list对象;
第三步,创建对象。 对象名.Create();
对象的方法说明:
对象创建后,自动产生一个字符串头节点
使用Sethead方法可以设置头结点的值(字符串)
……
-This is what I had written a string list Tstr_linked_list DELPHI categories: first, the reference to the current project TstrLinkedList unit the second step, declare a Tstr_linked_list object third step is to create objects. Object name. Create () object methods Descr iption: object is created, the first node automatically generates a string method can be set using the Sethead the value of the first node (string) ... ...
第一步,将TstrLinkedList单元引用到当前工程;
第二步,声明一个Tstr_linked_list对象;
第三步,创建对象。 对象名.Create();
对象的方法说明:
对象创建后,自动产生一个字符串头节点
使用Sethead方法可以设置头结点的值(字符串)
……
-This is what I had written a string list Tstr_linked_list DELPHI categories: first, the reference to the current project TstrLinkedList unit the second step, declare a Tstr_linked_list object third step is to create objects. Object name. Create () object methods Descr iption: object is created, the first node automatically generates a string method can be set using the Sethead the value of the first node (string) ... ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TstrLinkedList/
TstrLinkedList/字符串链表类/
TstrLinkedList/字符串链表类/TstrLinkedList.pas
TstrLinkedList/字符串链表类/TstrLinkedList单元说明.txt
TstrLinkedList/字符串链表类/
TstrLinkedList/字符串链表类/TstrLinkedList.pas
TstrLinkedList/字符串链表类/TstrLinkedList单元说明.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.