zoukankan      html  css  js  c++  java
  • 开源项目Generics.Net介绍

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

      结构

    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). http://sourceforge.net/projects/cstl/

    欢迎大家扫描下面二维码成为我的客户,为你服务和上云

  • 相关阅读:
    0113-06-侯舒舒(作业-复盘分析)
    0113-06-侯舒舒(日报)
    总结
    0108-06-侯舒舒(日报)
    cobalt strike插件
    关于python安装后更新的一些问题
    常用dos命令
    curl命令用法
    2020/1/16
    2020/1/15
  • 原文地址:https://www.cnblogs.com/shanyou/p/genericnet.html
Copyright © 2011-2022 走看看