CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - CSharp.net

搜索资源列表

  1. WordNet 语义计算 CSharp版

    1下载:
  2. 操作 WordNet 3.0 词汇语义资源的 C# 类。该API提供了获得 WordNet 项目的大部分内容,包括所有的同义词集以及它们之间所有的词汇关系。 This is a C# .NET API for the WordNet 3.0 lexical semantics resource. The API captures most of the content of the WordNet project, including all synset definitions and syn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-05-27
    • 文件大小:203.73kb
    • 提供者:hello_web
  1. AForge.NET_Framework-2.1.3

    2下载:
  2. 一个C#下面的图像处理算法以及人工智能算法的类库。人工智能的算法包括神经网络算法,遗传算法,机器学习算法等。使用C#写人工智能算法的开发者可以直接调用这个类库,不用自己实现最底层的算法了。我曾经使用过其中的遗传算法类库,功能十分强大,推荐使用。 -English Descr iption: AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Comput
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:23.51mb
    • 提供者:dozenow
  1. GeneticsDevTwoSource

    0下载:
  2. 自适应遗传算法的C#源码,可用sharpdevelope编译-Genetics Dot Net Two- Adaptive Programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:117.4kb
    • 提供者:李信一
  1. AForge.NET

    0下载:
  2. C#开发的计算机视觉及人工智能领域的一个功能非常强大的类库,包括图像处理库、计算机视觉库、机器学习库、视频处理库等。-AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence- image processing, computer vision, neural networks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:15.77mb
    • 提供者:刘子木
  1. KMLCreator

    1下载:
  2. KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine-Google Earth KML File Creator C
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:31.61kb
    • 提供者:Anykey
  1. BP(cSharp)

    0下载:
  2. 基于.net环境下C#语言开发的改进的BP神经网络算法-Based. Net C# language developed under the improved BP neural network algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:78.88kb
    • 提供者:关河
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:37.68kb
    • 提供者:Erison
  1. DataStructure(CSharp)

    0下载:
  2. 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.28mb
    • 提供者:liukunyao
  1. codefans.net

    1下载:
  2. 医院管理系统,三甲医院,管理平台 管理平台 管理平台 管理平台 管理平台-hospital manager system,hospital manager systemhospital manager systemhospital manager system
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:718.96kb
    • 提供者:logo
  1. AStarShotDistance

    0下载:
  2. 这是利用.net来实现的A*最短路径算法,其实现由人机进行交互进行设置,不失为一个最小路径的好方法-This is use. Net to achieve the A* shortest path algorithm, the realization of human-computer interaction by setting, is a good way to minimize the path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:159.27kb
    • 提供者:hryang
  1. lzonet_1.0.1

    0下载:
  2. LZO.net是对LZO压缩算法的.Net包装类。LZO的压缩/解压操作都比其它算法要快。-LZO.Net is a small .NET-Wrapper around the native LZO compression library. Compression and especially decompression is much faster than with managed libraries like SharpZipLib.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:499.75kb
    • 提供者:hwind
  1. ICSharpCode.SharpZipLib

    0下载:
  2. 我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project w
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:26.11kb
    • 提供者:解旭朝
  1. Csharp-Genetic-Algorithm--

    0下载:
  2. 一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。 -A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many so
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:38.65kb
    • 提供者:zsepy
  1. cSharp-data-structure

    0下载:
  2. 将数据结构与C#语言和.NET框架结合是本书的一大特点。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structures and C# language and. NET Framework with a major feature of this book. Book all the data structures and algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.29mb
    • 提供者:小飞
  1. datastruct

    0下载:
  2. 数据结构的C#版本,可以看看常用的数据结构在.NET里面是怎么实现的-data structure described by csharp
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.28mb
    • 提供者:洪青霞
  1. GA-CSharp-game

    0下载:
  2. 基于C#.net的遗传算法五子棋程序,程序已经测试过,可以运行-C#. NET genetic algorithm backgammon program, the program has been tested, you can run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:344.59kb
    • 提供者:feng
  1. svmnet-master

    0下载:
  2. csharp实现的SVM,以及相应的使用示范-csharp.net svm and svmdemo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:68.82kb
    • 提供者:wzz
搜珍网 www.dssz.com