




01
[CODE=cplusplus]
// 名 称 (Unit Name) : 链表List.h 头文件
// 支 持 (Support) : http://www.ourys.com
#ifndef _LIST_H
#define _LIST_H
template
class List;
/*———— 用友元类做节点 —
05
[CODE=cplusplus]
//vs2005,vc6.0,gcc测试均通过
/*———- Link.H —————*/
typedef int DataType; /*定义节点数据类型*/
typedef struct tagLink
{
DataType data;
struct tagLink* next; //指向该结构体的指针
28
[CODE=cplusplus]
/*List.h*/
#ifndef _LIST_H
#define _LIST_H
#define LIST_INIT_SIZE 100
#define LISTINCREMENT 10
template
class List
{
public:
List(); //构造函数:构造一个空的线性表
//~List(); //析构函数
void
中文转码 乱码 二叉树 元标记 兼容 域名 层次遍历 数据库 模板类 正则表达式 爬虫 百度 软软的 链表 队列 Access Ajax Asp Asp.Net CSS Eclipse feedsky Google IIS IIS7 JAVA JavaScript jQuery JTBC linux Lucene MyEclipse Mysql Oracle Reseller Hosting SEO SQL SQL Server TinyMce Ubuntu Ubuntu9.04 Ubuntu9.10 Ubuntu10.04 Win7 WordPress Plugin
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.