文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.