zoukankan      html  css  js  c++  java
  • 几个优秀开源项目介绍

    SourceGrid

    http://www.devage.com/

    SourceGrid is a Windows Forms control written entirely in C#. My goal was to create a simple but flexible grid to use whenever it is necessary to visualize or to change a series of data in a table format.
    There are a lot of controls of this type available, but often are expensive, difficult to customize or not compatible with .NET.
    The Microsoft DataGrid for me is too DataSet orientated and therefore is often complicated to use in the cases in which the source data isn't a DataSet, and often it is not customizable enough.


    ReportPrinting

    http://www.mag37.com/projects/Printing/index.html?tabid=10

    The ReportPrinting library provides a programmatic way (i.e. no visual designer) to print reports. Features include:

    • Printing DataTables using classes similar to the DataGridColumnStyle class for formatting (also includes header and summary rows).
    • Printing paragraphs of text using style classes.
    • Customizable page headers and footers.
    • Boxes, Lines, Graphics...
    • Thorough class documentation and completely open source (written 100% in managed C#) with examples in C# and VB.NET

    nmath.lib

    http://nmath.sourceforge.net/wiki/index.php/Main_Page

    Math.NET is a mathematical open source library written in C#. Math.NET aims to provide a self contained clean framework for symbolic mathematical (CAS, Computer Algebra System), and also for numerical / scientific computations. The Math.NET project is covered under the GPL or LGPL, vary amoung various components.


    SharpDevelope

    http://www.icsharpcode.net/OpenSource/SD/Default.aspx

    #develop (short for SharpDevelop) is a free IDE for C# and VB.NET projects on Microsoft's .NET platform. It is open-source (GPL), and you can download both sourcecode and executables from this site. In addition, you can find the latest information and changes on #develop, as well as get in touch with the team in the forum.



  • 相关阅读:
    Javascript 加解密
    Netsuite 友好提示
    一中另类调试javascrīpt的好方法
    js 转化为标准日期型
    多站点整合—单点登录简单方案{装载}
    win+e 失效
    (转载)向页面某处动态添加js的方法
    prototype.js源码解读(一)
    Saved search in customer center on tab
    spring boot 加载web容器tomcat流程源码分析
  • 原文地址:https://www.cnblogs.com/instinct/p/61340.html
Copyright © 2011-2022 走看看