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

搜索资源列表

  1. MD5加密算法(16位,32)

    0下载:
  2. MD5加密算法(16位,32位)的C#实现 -MD5 encryption algorithm (16, 32) C#
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:李宾
  1. CW-Saving

    0下载:
  2. 用csharp给车辆路径问题写的节约算法,用arraylist实现路径的存储,很适合初接触车辆路径问题或csharp编程的朋友。另外考虑了对于循环取货所需要的1比1空箱返回。-A C# Code for CVRP with empty containers exchange. The Algorithms is the classical Clarke-Wright Saving Algorithms. Also realized with arraylist, which could be h
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:41.07kb
    • 提供者:Chen WZ
  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. 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. Algorithm

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

    • 发布日期:2017-04-01
    • 文件大小:33.11kb
    • 提供者:bufeng
  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. 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. 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
  1. CPPstudy-algorithm

    0下载:
  2. 里面包含所有的C++开发算法,很基础,实用-Which contains all algorithms in C++ development, it is basic, practical
  3. 所属分类:CSharp

    • 发布日期:2017-05-24
    • 文件大小:7.68mb
    • 提供者:彭泸
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:74.45kb
    • 提供者:zcj
  1. The-quick-sort-algorithm-C-language

    0下载:
  2. 快速排序算法C语言实现,快速排序算法C语言实现-The quick sort algorithm C language, C language implementation of the Quicksort algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:728byte
    • 提供者:王振
  1. Classical-algorithm

    0下载:
  2. 几种国际经典类型的算法,以及对应它们的源程序-Several international classic type algorithm, and corresponds to their source
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:王超
  1. polynomial-algorithm

    0下载:
  2. 设计一个多项式类,支持多项式的显示、加减运算、相乘运算,并且必须 使用链式结构来实现该多项式类,包括多项式的存储、显示与运算等等。-Design a polynomial class to support the display of the polynomial, addition and subtraction, multiplication, and must use the chain structure to achieve the polynomial class, includ
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:728.71kb
    • 提供者:theseaflows
  1. genetic-algorithm-achived-by-MATLAB

    0下载:
  2. 这是大学毕业设计做的一个遗传算法程序,挺有用的-It is beneficial to you to achive the function of genetic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:6.76kb
    • 提供者:徐小聪
  1. Common-C-P-P-classic-algorithm

    0下载:
  2. 介绍了常见的C++经典算法,对于学习算法的会有很大的帮助 -Common C++ classic algorithm for learning algorithm will be very helpful
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:1.01mb
    • 提供者:章信缘
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com