开源项目Generics.Net介绍

STL (标准模版库,Standard Template Library)各种不同类型的容器(container)、模板(template)、游标(Iterator)、算法(Algorithms)、分配器(Allocator)、容器的嵌套等方面。
    开源项目
generics.net,就是 提供 C++ 的模板库类似的数据结构、一般算法等等其他组件 . 使用 C# 的泛型实现参数化( parameterized )的组件。项目地址:[url]http://www.codeplex.com/Wiki/View.aspx?ProjectName=genericsnet[/url]

  结构
Generics.net 目前主要包括以下几个 namespaces.
*       Generic.algorithms
o    Generic.algorithms.sorting
*       Generic.Datastructures
*       Generic.Patterns
*       Ggenerics.Utils
 
项目进展
generics.net
是正在进展,目前版本为 0.1. 这只是一个开始 , 还有许多工作要做 , 包括数据结构、算法、单元测试 , 示例和文档 . 项目的目标是主要为 .net 开发提供通用的类库,所以你的意见很重要。

- M. Aamir Maniar



CSTL is a port of the C++ STL to C# 2.0 and .NET. The library utilizes C# generics, anonymous methods, and enumerable iterators, while alleviating some of C#'s deficiencies (no C++ templates, limited operator overloading, no C++ style iterators, etc). [url]http://sourceforge.net/projects/cstl/[/url]
自由、创新、研究、探索……

你可能感兴趣的:(职场,开源项目,休闲,Generics.Net)