資源簡(jiǎn)介
一個(gè)C#下面的圖像處理算法以及人工智能算法的類庫(kù)。人工智能的算法包括神經(jīng)網(wǎng)絡(luò)算法,遺傳算法,機(jī)器學(xué)習(xí)算法等。使用C#寫人工智能算法的開發(fā)者可以直接調(diào)用這個(gè)類庫(kù),不用自己實(shí)現(xiàn)最底層的算法了。我曾經(jīng)使
代碼片段和文件信息
//?AForge.NET?framework
//?Parallel?computations?sample?application
//
//?Copyright???Andrew?Kirillov?2008
//?andrew.kirillov@gmail.com
//
using?System;
namespace?ParallelTest
{
????class?Program
????{
????????static?void?Main(?string[]?args?)
????????{
????????????int?matrixSize?=?250;
????????????int?runs?=?10;
????????????int?tests?=?5;
????????????double?test1time?=?0;
????????????double?test2time?=?0;
????????????Console.WriteLine(?“Starting?test?with?“?+?AForge.Parallel.ThreadsCount?+?“?threads“?);
????????????//?allocate?matrixes?for?all?tests
????????????double[]?a??=?new?double[matrixSize?matrixSize];
????????????double[]?b??=?new?double[matrixSize?matrixSize];
????????????double[]?c1?=?new?double[matrixSize?matrixSize];
????????????double[
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????39424??2010-07-01?16:36??Release\AForge.Controls.dll
?????文件??????11264??2010-07-01?16:36??Release\AForge.dll
?????文件??????15872??2010-07-01?16:36??Release\AForge.Fuzzy.dll
?????文件??????25088??2010-07-01?16:36??Release\AForge.Genetic.dll
?????文件?????198144??2010-07-01?16:36??Release\AForge.Imaging.dll
?????文件??????16384??2010-07-01?16:36??Release\AForge.Imaging.Formats.dll
?????文件???????8704??2010-07-01?16:36??Release\AForge.MachineLearning.dll
?????文件??????33280??2010-07-01?16:36??Release\AForge.Math.dll
?????文件??????18432??2010-07-01?16:36??Release\AForge.Neuro.dll
?????文件??????18432??2010-07-01?16:36??Release\AForge.Robotics.Lego.dll
?????文件??????17920??2010-07-01?16:36??Release\AForge.Robotics.Surveyor.dll
?????文件??????17920??2010-07-01?16:36??Release\AForge.Robotics.TeRK.dll
?????文件??????32256??2010-07-01?16:36??Release\AForge.Video.DirectShow.dll
?????文件??????14336??2010-07-01?16:36??Release\AForge.Video.dll
?????文件??????16384??2010-07-01?16:36??Release\AForge.Video.VFW.dll
?????文件??????19968??2010-07-01?16:36??Release\AForge.Vision.dll
?????文件??????11264??2010-07-01?16:36??Samples\Core\ParallelTest\bin\Debug\AForge.dll
?????文件???????6656??2010-07-29?09:37??Samples\Core\ParallelTest\bin\Debug\ParallelTest.exe
?????文件??????15872??2010-07-29?09:37??Samples\Core\ParallelTest\bin\Debug\ParallelTest.pdb
?????文件??????14328??2010-07-29?09:37??Samples\Core\ParallelTest\bin\Debug\ParallelTest.vshost.exe
?????文件????????490??2009-06-11?05:14??Samples\Core\ParallelTest\bin\Debug\ParallelTest.vshost.exe.manifest
?????文件????????926??2010-07-29?09:37??Samples\Core\ParallelTest\obj\Debug\ParallelTest?(mono).csproj.FileListAbsolute.txt
?????文件???????6656??2010-07-29?09:37??Samples\Core\ParallelTest\obj\Debug\ParallelTest.exe
?????文件??????15872??2010-07-29?09:37??Samples\Core\ParallelTest\obj\Debug\ParallelTest.pdb
?????文件???????2697??2010-07-29?09:37??Samples\Core\ParallelTest\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1747??2009-07-20?15:28??Samples\Core\ParallelTest\ParallelTest?(mono).csproj
?????文件????????946??2009-07-20?15:28??Samples\Core\ParallelTest\ParallelTest?(mono).sln
????..A..H.?????10752??2010-07-29?09:37??Samples\Core\ParallelTest\ParallelTest?(mono).suo
?????文件???????2288??2008-08-12?12:34??Samples\Core\ParallelTest\ParallelTest.csproj
?????文件????????917??2008-08-12?12:34??Samples\Core\ParallelTest\ParallelTest.sln
............此處省略1527個(gè)文件信息
評(píng)論
共有 條評(píng)論