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.



  • 相关阅读:
    重构drf后的环境变量配置
    分离的前后台交互
    虚拟环境的搭建
    Python
    Python
    Python
    Python操作MongoDb数据库
    Python操作SQLite/MySQL/LMDB
    数据库-如何创建SQL Server身份验证用户
    Python
  • 原文地址:https://www.cnblogs.com/instinct/p/61340.html
Copyright © 2011-2022 走看看