CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法

文件名称:AForge.NET

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-01-12
  • 文件大小:
    10.56mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

AForge.NET是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,模糊系统,机器人控制等领域。-AForge.NET is a specialized developer and researcher based C# framework designed, he included computer vision and artificial intelligence, image processing, neural networks, genetic algorithms, machine learning, fuzzy systems, robot control and other fields.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

AForge.NET/
AForge.NET/Build All.sln
AForge.NET/Building.txt
AForge.NET/Controls/
AForge.NET/Controls/AForge.Controls.snk
AForge.NET/Controls/Chart.cs
AForge.NET/Controls/Chart.resx
AForge.NET/Controls/ColorSlider.cs
AForge.NET/Controls/ColorSlider.resx
AForge.NET/Controls/Controls.csproj
AForge.NET/Controls/Controls.sln
AForge.NET/Controls/Histogram.cs
AForge.NET/Controls/Histogram.resx
AForge.NET/Controls/Images/
AForge.NET/Controls/Images/histogram.jpg
AForge.NET/Controls/Images/slider_gradient.png
AForge.NET/Controls/Images/slider_inner_gradient.png
AForge.NET/Controls/Images/slider_outer_gradient.png
AForge.NET/Controls/Images/slider_threshold.png
AForge.NET/Controls/PictureBox.cs
AForge.NET/Controls/Properties/
AForge.NET/Controls/Properties/AssemblyInfo.cs
AForge.NET/Controls/Resources/
AForge.NET/Controls/Resources/arrow.bmp
AForge.NET/Controls/VideoSourcePlayer.Designer.cs
AForge.NET/Controls/VideoSourcePlayer.cs
AForge.NET/Controls/VideoSourcePlayer.resx
AForge.NET/Core/
AForge.NET/Core/AForge.snk
AForge.NET/Core/Core.csproj
AForge.NET/Core/Core.sln
AForge.NET/Core/DoublePoint.cs
AForge.NET/Core/DoubleRange.cs
AForge.NET/Core/Exceptions.cs
AForge.NET/Core/IntPoint.cs
AForge.NET/Core/IntRange.cs
AForge.NET/Core/Parallel.cs
AForge.NET/Core/PolishExpression.cs
AForge.NET/Core/Properties/
AForge.NET/Core/Properties/AssemblyInfo.cs
AForge.NET/Core/SystemTools.cs
AForge.NET/Docs Projects/
AForge.NET/Docs Projects/AForge.NET.shfb
AForge.NET/Fuzzy/
AForge.NET/Fuzzy/AForge.Fuzzy.snk
AForge.NET/Fuzzy/Clause.cs
AForge.NET/Fuzzy/Database.cs
AForge.NET/Fuzzy/Defuzzification/
AForge.NET/Fuzzy/Defuzzification/CentroidDefuzzifier.cs
AForge.NET/Fuzzy/Defuzzification/IDefuzzifier.cs
AForge.NET/Fuzzy/Fuzzy.csproj
AForge.NET/Fuzzy/Fuzzy.sln
AForge.NET/Fuzzy/FuzzyOutput.cs
AForge.NET/Fuzzy/FuzzySet.cs
AForge.NET/Fuzzy/InferenceSystem.cs
AForge.NET/Fuzzy/LinguisticVariable.cs
AForge.NET/Fuzzy/Membership Functions/
AForge.NET/Fuzzy/Membership Functions/IMembershipFunction.cs
AForge.NET/Fuzzy/Membership Functions/PiecewiseLinearFunction.cs
AForge.NET/Fuzzy/Membership Functions/SingletonFunction.cs
AForge.NET/Fuzzy/Membership Functions/TrapezoidalFunction.cs
AForge.NET/Fuzzy/Operators/
AForge.NET/Fuzzy/Operators/ICoNorm.cs
AForge.NET/Fuzzy/Operators/INorm.cs
AForge.NET/Fuzzy/Operators/MaximumCoNorm.cs
AForge.NET/Fuzzy/Operators/MinimumNorm.cs
AForge.NET/Fuzzy/Operators/ProductNorm.cs
AForge.NET/Fuzzy/Properties/
AForge.NET/Fuzzy/Properties/AssemblyInfo.cs
AForge.NET/Fuzzy/Rule.cs
AForge.NET/Fuzzy/Rulebase.cs
AForge.NET/Genetic/
AForge.NET/Genetic/AForge.Genetic.snk
AForge.NET/Genetic/Chromosomes/
AForge.NET/Genetic/Chromosomes/BinaryChromosome.cs
AForge.NET/Genetic/Chromosomes/ChromosomeBase.cs
AForge.NET/Genetic/Chromosomes/DoubleArrayChromosome.cs
AForge.NET/Genetic/Chromosomes/GP/
AForge.NET/Genetic/Chromosomes/GP/ExtendedGeneFunction.cs
AForge.NET/Genetic/Chromosomes/GP/GEPChromosome.cs
AForge.NET/Genetic/Chromosomes/GP/GPTreeChromosome.cs
AForge.NET/Genetic/Chromosomes/GP/GPTreeNode.cs
AForge.NET/Genetic/Chromosomes/GP/IGPGene.cs
AForge.NET/Genetic/Chromosomes/GP/SimpleGeneFunction.cs
AForge.NET/Genetic/Chromosomes/IChromosome.cs
AForge.NET/Genetic/Chromosomes/PermutationChromosome.cs
AForge.NET/Genetic/Chromosomes/ShortArrayChromosome.cs
AForge.NET/Genetic/Fitness Functions/
AForge.NET/Genetic/Fitness Functions/IFitnessFunction.cs
AForge.NET/Genetic/Fitness Functions/OptimizationFunction1D.cs
AForge.NET/Genetic/Fitness Functions/OptimizationFunction2D.cs
AForge.NET/Genetic/Fitness Functions/SymbolicRegressionFitness.cs
AForge.NET/Genetic/Fitness Functions/TimeSeriesPredictionFitness.cs
AForge.NET/Genetic/Genetic.csproj
AForge.NET/Genetic/Genetic.sln
AForge.NET/Genetic/Population.cs
AForge.NET/Genetic/Properties/
AForge.NET/Genetic/Properties/AssemblyInfo.cs
AForge.NET/Genetic/Selection Algorithms/
AForge.NET/Genetic/Selection Algorithms/EliteSelection.cs
AForge.NET/Genetic/Selection Algorithms/ISelectionMethod.cs
AForge.NET/Genetic/Selection Algorithms/RankSelection.cs
AForge.NET/Genetic/Selection Algorithms/RouletteWheelSelection.cs
AForge.NET/Imaging/
AForge.NET/Imaging/AForge.Imaging.snk
AForge.NET/Imaging/Blob.cs
AForge.NET/Imaging/BlobCounter.cs
AForge.NET/Imaging/BlobCounterBase.cs
AForge.NET/Imaging/BlockMatch.cs
AForge.NET/Imaging/ColorConverter.cs
AForge.NET/Imaging/Complex Filters/
AForge.NET/Imaging/Complex Filters/FrequencyFilter.cs
AForge.NET/Imaging/Complex Filters/IComplexFilter.cs
AForge.NET/Imaging/ComplexImage.cs
AForge.NET/Imaging/DocumentSkewChecker.cs
AForge.NET/Imaging/Drawing.cs
AForge.NET/Imaging/Exceptions.cs
AForge.NET/Imaging/ExhaustiveBlockMatching.cs
AForge.NET/Imaging/ExhaustiveTemplateMatching.cs
AForge.NET/Imaging/Filters/
AForge.NET/Imaging/Filters/2 Source filters/
AForge.NET/Imaging/Filters/2 Source filters/Add.cs
AForge.NET/Imaging/Filters/2 Source filters/Difference.cs
AForge.NET/Imaging/Filters/2 Source filters/Intersect.cs
AForge.NET/Imaging/Filters/2 Source filters/Merge.cs
AForge.NET/Imaging/Filters/2 Source filters/Morph.cs
AForge.NET/Imaging/Filters/2 Source filters/MoveTowards.cs
AForge.NET

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com