摘要: #include #include #define OK 1 #define TRUE 1 #define ERROR -1 #define FALSE -1 #define OVERFLOW -2 #define ElemType int #define Status int typedef int ElemType typedef int Status #define LEN sizeo... 阅读全文
posted @ 2017-02-24 22:26 影落明湖 阅读(2206) 评论(0) 推荐(0) 编辑
摘要: #include #include #define OK 1 #define TRUE 1 #define ERROR -1 #define FALSE -1 #define OVERFLOW -2 #define ElemType int #define Status int //线性单链表 初始化 插入 取出 头插法 合并升序排列 //------------------------... 阅读全文
posted @ 2017-02-23 00:16 影落明湖 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: #include #include #define OK 1 #define TRUE 1 #define ERROR -1 #define FALSE -1 #define OVERFLOW -2 #define ElemType int #define Status int //线性单链表 初始化 插入 取出 头插法 合并升序排列 //-------------------------... 阅读全文
posted @ 2017-02-22 18:35 影落明湖 阅读(488) 评论(0) 推荐(0) 编辑
摘要: void union(List &La,List Lb){ //线性表 求并集 //求并集 //不存在的元素插入到La La_len = ListLength(La); Lb_len = ListLength(Lb); for(i=1;I<=Lb_len;i++){ GetElem(Lb,i,e); if(!LocateEl... 阅读全文
posted @ 2017-02-22 12:28 影落明湖 阅读(691) 评论(0) 推荐(0) 编辑
摘要: #include #include #define LEN sizeof(ElemType) #define OK 1 #define TRUE 1 #define ERROR -1 #define FALSE -1 #define OVERFLOW -2 typedef int ElemType typedef int Status const LIST_INIT_SIZE=100;... 阅读全文
posted @ 2017-02-21 23:11 影落明湖 阅读(2973) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2016-12-15 14:00 影落明湖 阅读(294) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SQLite; using System.Configuration; namespace DAL { public class Sqlite... 阅读全文
posted @ 2016-12-09 10:41 影落明湖 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 腾讯微博 夏天来了,你懂得...... ... 阅读全文
posted @ 2016-12-05 23:29 影落明湖 阅读(244) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data.SqlClient; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _02SQLHelperC { class... 阅读全文
posted @ 2016-11-14 14:18 影落明湖 阅读(913) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namesp... 阅读全文
posted @ 2016-11-14 13:55 影落明湖 阅读(397) 评论(0) 推荐(0) 编辑