CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Algorithm

搜索资源列表

  1. ID3

    0下载:
  2. 自己实现的ID3算法,可以对连续变量进行离散化操作-Own implementation of ID3 algorithm to discretize the continuous operation of the variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:347.19kb
    • 提供者:jcli
  1. hungury

    0下载:
  2. 用编程来实现匈牙利算法,主要解决指派问题,有兴趣的下来看看。-Hungary used to achieve programming algorithm, mainly to solve the assignment problem, interested to see it.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:4.49kb
    • 提供者:张磊
  1. RSA_CS

    0下载:
  2. C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:191.73kb
    • 提供者:jiuhuajian
  1. DijkstraCountingSemaphore

    0下载:
  2. Dijkstra s algorithm C# Source Code
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3.38kb
    • 提供者:jcw227
  1. PaiKe

    0下载:
  2. c#编写的排课系统,基于遗传算法的,很有研究价值-c# Timetable prepared systems, based on genetic algorithm, it is the research value of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:132.55kb
    • 提供者:yaofeng
  1. 2

    0下载:
  2. 扩展欧几里德算法不但能计算(a,b)的最大公约数,而且能计算a模b及b模a的乘法逆元。平方和乘算法的复杂度:执行次数至少要k次模乘,最多需要2k次模乘。-Extended Euclidean algorithm for computing not only (a, b) the common denominator, and to calculate a modulus b and b modulus a multiplicative inverse of. Square and by the
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1.06kb
    • 提供者:俞佳
  1. FordJohnson

    0下载:
  2. This program is an implementation of ford johnson algorithm with simple UI in CSharp.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:29.55kb
    • 提供者:saeed
  1. GA

    0下载:
  2. Visual Studio 2008 Csharp project which contains a library with an implementation of the Genetic Algorithm and a test project which demonstrates its use
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:88.59kb
    • 提供者:nystaa
  1. GA

    0下载:
  2. 基于免疫遗传算法的QOS路由选择问题 给予免疫遗传算法的多目标优化问题 -Immune genetic algorithm based QOS routing problems provide the immune genetic algorithm for multi objective optimization problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:237.16kb
    • 提供者:路杨
  1. Algorithm

    0下载:
  2. 基于C#的常用算法程序。 关键字:复数,积分,矩阵,线性方程组,非线性方程组,最小二乘法-C# Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:33.11kb
    • 提供者:bufeng
  1. Algorithm

    0下载:
  2. Algorithm v1.0 data structure & Algorithm VS2010
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:37.93kb
    • 提供者:徐驸骅
  1. backpack

    0下载:
  2. 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:80.71kb
    • 提供者:李洁
  1. Improved-Genetic-Algorithm

    1下载:
  2. 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
  3. 所属分类:CSharp

    • 发布日期:2015-11-01
    • 文件大小:170kb
    • 提供者:廖伟
  1. Simple-DTW-Algorithm

    0下载:
  2. Dynamic Time Warping algorithm, implemented in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:858byte
    • 提供者:aaaadddiii
  1. Liang-Barsky-Algorithm

    0下载:
  2. Liang-Barsky-Algorithm的算法实现。计算机图形学的作业,算法较为复杂。用C#编写,带图形演示-Liang-Barsky-Algorithm of the algorithm. Computer graphics operations, the algorithm is more complicated. Written with C#, with graphic presentation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:60.43kb
    • 提供者:徐刚
  1. Cohen-Sutherland-Algorithm

    0下载:
  2. Cohen-Sutherland-Algorithm的C#实现,带图形界面,可实时操作-Cohen-Sutherland-Algorithm for C# implementation, with graphical interface, real-time operating
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:57.7kb
    • 提供者:徐刚
  1. C-implement-fft-algorithm

    0下载:
  2. C implement fft algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1.33kb
    • 提供者:王永
  1. Shift-algorithm

    0下载:
  2. 移位算法 信息管理 c源代码 需要的下载-Shift algorithm information management needs to download the source code c
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:60.53kb
    • 提供者:pwy
  1. Theory-of-NP-approximation-algorithm

    0下载:
  2. NP完全性理论与近似算法课件,有详细讲解-Theory of NP-approximation algorithm with the courseware, a detailed explanation
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:262.79kb
    • 提供者:贺建卫
  1. Common-set-of-C-language-algorithm

    0下载:
  2. C语言常用算法程序集,非常适用初学者对语法,以及常规算法的学习-Common set of C language algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:289.36kb
    • 提供者:jizhendong
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com