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

搜索资源列表

  1. RLE_Arithmetic.rar

    0下载:
  2. RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:34723
    • 提供者:jorn ham
  1. timetable-csharp

    1下载:
  2. c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:546348
    • 提供者:张雨萌
  1. src_Backprop_ANN_XOR

    1下载:
  2. 人工神经网络ANN多层感知器BP神经网络算法的C#源代码,一个外国人编写,供大家研究学习使用。-ANN artificial neural network MLP BP neural network algorithm C# source code, a foreigner writing for everyone to learn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:831148
    • 提供者:LiuKe
  1. DataMatrixDec20061217

    2下载:
  2. DataMatrix解码源码,好不容易才找到的。很有参考价值,里面有很多算法,可以选择。-The DataMatrix decodeing source code ,It s so difficult to find it.and the programme language is C#. there are many alogrithm to be chosen.
  3. 所属分类:Algorithm

    • 发布日期:2014-04-15
    • 文件大小:562173
    • 提供者:刘玲
  1. expert

    2下载:
  2. 油气解释专家系统源码,用于油田油气水的测录井解释,使用了遗传学算法-Oil and Gas explain the expert system source code for the oil and gas fields of water logging interpretation using genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:39009
    • 提供者:gpluo
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. FFT-cshap

    0下载:
  2. 一个fft数值计算程序,Cshap代码,希望对大家有用-Fft a numerical calculation program, Cshap code, want to be useful to everyone
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24606
    • 提供者:朱松
  1. CNNWB_src

    0下载:
  2. 卷积神经网络的Csharp版本,已经编译成windowsAPI库,根据Mike的源代码改写而成。供研究卷积神经网络CNN的人使用。-Csharp version convolutional neural network has been compiled into windowsAPI library, according to the source code adapted from Mike. CNN convolutional neural networks for research of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3758849
    • 提供者:LiuKe
  1. TSP-Hopfield-CSharp

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:84381
    • 提供者:IR-1 Keren
  1. financeAI-13508

    0下载:
  2. 利用人工智能算法对财务数据进行分析,用C#代码写的。-The use of artificial intelligence algorithms to analyze financial data, using C# code written.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2388391
    • 提供者:sunstudio
  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:35205
    • 提供者:Aco17
  1. C_Zip

    0下载:
  2. 在某些软件应用当中需要把某些文件压缩成一个RAR或ZIP或JAR文件,例如手机程序是一个JAR包,因此在手机开发中,某些工具可以提供此功能:把某些文件压缩进某包,本代码即实现此种功能。 在实际应用中,例:游戏开发中,可把某些工具生成的文件(地图文件、脚本文件等)例用本代码将这些文件压缩到游戏jar包中,避免需要程序员进行打包的麻烦,以方便游戏策划人员进行编辑或调试。 主要是复用WAR软件的命令进行压缩-In some software applications which need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:23722
    • 提供者:jorn ham
  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
    • 文件大小:26733
    • 提供者:解旭朝
  1. RL

    1下载:
  2. 采用vs2008 c#编写 Q-Learning强化学习的代码实现 状态空间5维,动作空间5维-Using vs2008 c# Q-Learning reinforcement learning the code to achieve the state-space five-dimensional, five-dimensional action space
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:52007
    • 提供者:王大山
  1. 50dollar

    0下载:
  2. 公司9种人工智能、预测方面的算法,价值超过50万元的。(包含源码及exe可执行文件!!)-9 AI company, forecasting algorithm, the value of more than 500,000 yuan of. (Including source code and exe executable file!!)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:607140
    • 提供者:suxiaoning
  1. PRproject_lda

    1下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:435187
    • 提供者:李洪涛
  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
    • 文件大小:39577
    • 提供者:zsepy
  1. dtu

    0下载:
  2. dtu代码源码,很好用的,大家可以好好研究一下,看有什么新的思路-dtu code source, well used, we can look carefully and see what new ideas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:77511
    • 提供者:pxxxb
  1. VS-2005-CSharp-and-Matlab7

    0下载:
  2. 这是一款实现是在vs2005编程过程中,如何调用matlab7的代码的软件,着实可用-This is a realization in vs2005 programming process, how to call matlab7 code of the software is, indeed, can be used
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7712975
    • 提供者:里程
  1. GA--CSharp

    0下载:
  2. 一个利用C#语言实现的遗传算法源程序,通过对花朵的演化说明遗传算法的原理-The principle of a genetic algorithm source code using the C# language, genetic algorithm is described through the evolution of flowers
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:1313
    • 提供者:陈天栋
« 12 »
搜珍网 www.dssz.com