• 大小: 9.85M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 网络  框架  源码  .NET  AForge  

资源简介

AForge.NET 神经网络框架(源码).rar

 

用于图像识别及图像处理

资源截图

代码片段和文件信息

// AForge Controls Library
// AForge.NET framework
//
// Copyright ?Andrew Kirillov 2005-2008
// andrew.kirillov@gmail.com
//

namespace AForge.Controls
{
    using System;
    using System.Collections;
    using System.ComponentModel;
    using System.Drawing;
    using System.Data;
    using System.Windows.Forms;
    using AForge;

    /// 
    /// Chart control.
    /// 

    /// 
    /// The chart control allows to display multiple charts at time
    /// of different types: dots lines connected dots.

    /// 
    /// Sample usage:
    /// 
    /// // create data series array
    /// double[] testValues = new double[10 2];
    /// // fill data series
    /// for ( int i = 0; i < 10; i++ )
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10585  2009-11-04 10:18  Sources\Build All.sln

     文件       1205  2009-11-04 10:35  Sources\Building.txt

     文件        596  2008-08-04 21:18  Sources\Controls\AForge.Controls.snk

     文件      15392  2009-07-21 10:51  Sources\Controls\Chart.cs

     文件       5995  2009-07-21 10:51  Sources\Controls\Chart.resx

     文件      16372  2009-01-08 18:45  Sources\Controls\ColorSlider.cs

     文件       5995  2009-01-08 18:45  Sources\Controls\ColorSlider.resx

     文件       4313  2009-09-19 18:35  Sources\Controls\Controls.csproj

     文件        909  2008-08-04 21:18  Sources\Controls\Controls.sln

     文件      16662  2009-07-21 10:51  Sources\Controls\Histogram.cs

     文件       5495  2009-07-21 10:51  Sources\Controls\Histogram.resx

     文件       4231  2009-07-21 10:51  Sources\Controls\Images\histogram.jpg

     文件        726  2009-01-08 18:45  Sources\Controls\Images\slider_gradient.png

     文件        568  2009-01-08 18:45  Sources\Controls\Images\slider_inner_gradient.png

     文件        492  2009-01-08 18:45  Sources\Controls\Images\slider_outer_gradient.png

     文件        304  2009-01-08 18:45  Sources\Controls\Images\slider_threshold.png

     文件       6757  2008-08-31 10:09  Sources\Controls\PictureBox.cs

     文件       1460  2009-11-05 10:30  Sources\Controls\Properties\AssemblyInfo.cs

     文件         86  2009-02-06 07:57  Sources\Controls\Resources\arrow.bmp

     文件      17085  2009-09-04 09:48  Sources\Controls\VideoSourcePlayer.cs

     文件       1508  2008-09-06 09:42  Sources\Controls\VideoSourcePlayer.Designer.cs

     文件       5995  2008-09-06 09:42  Sources\Controls\VideoSourcePlayer.resx

     文件        596  2008-08-11 16:49  Sources\Core\AForge.snk

     文件       2791  2009-11-04 10:18  Sources\Core\Core.csproj

     文件        901  2008-08-11 16:49  Sources\Core\Core.sln

     文件       3803  2009-11-04 10:18  Sources\Core\DoublePoint.cs

     文件       4273  2009-08-29 12:23  Sources\Core\DoubleRange.cs

     文件       2199  2009-08-29 12:23  Sources\Core\Exceptions.cs

     文件       3672  2009-11-04 10:18  Sources\Core\IntPoint.cs

     文件       4206  2009-08-29 12:23  Sources\Core\IntRange.cs

............此处省略620个文件信息

评论

共有 条评论