摘要: 第六部分:有效表示集合 发布日期 : 5/21/2004 | 更新日期 : 5/21/2004 Scott Mitchell4GuysFromRolla.com 2004 年 4 月 摘要:Scott Mitchell 讨论用于实现通用和不相交集合的数据结构。集合是唯一项的无序集合,它可以枚举并以多种方法与其他集合进行比较。(20 页打印页) 下 载 Sets.msi 示例文件。 本页内容... 阅读全文
posted @ 2010-03-17 19:03 AllenChen 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Part 5: From Trees to Graphs VisualStudio2005TechnicalArticlesAn Extensive Examination of Data Structures Using C# 2.0 Scott Mitchell 4GuysFromRolla.com Update January 2005 Summary: A graph, like ... 阅读全文
posted @ 2010-03-17 19:00 AllenChen 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Part 4: Building a Better Binary Search TreeAn Extensive Examination of Data Structures Using C# 2.0 Scott Mitchell 4GuysFromRolla.com Update January 2005 Summary: This article, the fourth in the se... 阅读全文
posted @ 2010-03-17 18:57 AllenChen 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 考察数 据结构——第三部分:二叉树和BSTs[译] 相关文档 考察数据结构——第一部分:数据结构简介 考察数据结构——第二部分:队列、堆栈和哈希表 原文链接:Part3: Binary Trees and BSTs 本文是"考察数据结构"系列文章的第三部分,讨论的是.Net Framework基类库没有包 括... 阅读全文
posted @ 2010-03-17 18:54 AllenChen 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 考察数据 结构——第二部分:队列、堆栈和哈希表[译] 相关文档 考察数据结构——第一部分:数据结构简介 考察数据结构——第三部分:二叉树和BSTs 原文链接:Part 2: The Queue, Stack, and Hashtable 本文是"考察数据结构"系列文章的第二部分,考察了三种研究得最多的数据结构:队列... 阅读全文
posted @ 2010-03-17 18:51 AllenChen 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 考察数据 结构——第一部分:数据结构简介[译] 相关文档: 考察数据结构——第二部分:队列、堆栈和哈希表 考察数据结构——第三部分:二叉树和BSTs 第一部分:数据结构简介 原文链接:Part 1: An Introduction to Data Structures 介绍:本文是介绍在.Net平 台下使用... 阅读全文
posted @ 2010-03-17 18:47 AllenChen 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 考察数据 结构(An Extensive Examination of Data Structures) 这是我在MSDN上看到一篇大块头文章,详细地介绍了.Net Frameword中的内置数据结构Array,ArrayList,Quene,Stack,HashTable,以及为提供的二叉树,图和集合等数据 结构。我觉得非常好。记得以前CSDN上好象有中文翻译,不过找不到了。 反正我... 阅读全文
posted @ 2010-03-17 18:43 AllenChen 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 你是真正的开发者,还是纯粹的程序员?Code to Developer这本书上是这样写的: * Choosing features * Architecture * Using source control * Using exceptions and assertions * Using an IDE * Examining source code * Code generation tools... 阅读全文
posted @ 2010-03-17 17:54 AllenChen 阅读(134) 评论(0) 推荐(0) 编辑