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

搜索资源列表

  1. 数据结构算法演示swf

    1下载:
  2. 用FLASH动画演示常用数据结构和算法,使深奥变为简单.建议下载.-with Flash animation demo commonly used data structures and algorithms, so esoteric become simple. Recommended download.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405.28kb
    • 提供者:老妖
  1. 单链表操作算法

    0下载:
  2. 单链表的一些简单算法。-some simple algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:lee
  1. 背包算法

    0下载:
  2. 高级算法中的背包问题求解,算法简便高效,主要解决动态规划0-1背包问题-senior algorithm to solve the knapsack problem, the algorithm is simple and efficient, dynamic programming solution 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:李亚伟
  1. 经典算法

    0下载:
  2. 最经典的C算法,有简单的也有难的,算法极其精妙-classic C algorithms, it is simple difficult, the algorithm is extremely exquisite
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:121.64kb
    • 提供者:zh
  1. Leasen图的建立和DFS&BFS算法

    0下载:
  2. 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:李立纯
  1. 字符串匹配算法

    0下载:
  2. 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.34kb
    • 提供者:谢树扬
  1. 01背包算法

    0下载:
  2. 一个简单的01背包算法,物品数量限制在10以内。-a simple 01 backpack algorithm, the number of items within the limit of 10.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.83kb
    • 提供者:凌寒
  1. 实现各种排序算法并分析与比较

    0下载:
  2. 本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in order of ranking sculpture, m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.46kb
    • 提供者:李南宁
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:卢孝飞
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:126.15kb
    • 提供者:丁泽霞
  1. rsa

    0下载:
  2. 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:domn
  1. bubblesort

    0下载:
  2. 冒泡排序算法 冒泡排序算法是一种比较的简单的排序算法,但是很常用的-Bubble Sort Algorithm for Bubble Sort algorithm is a relatively simple sorting algorithm, it is commonly used
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:703.07kb
    • 提供者:bruce
  1. dijkstra

    0下载:
  2. dijkstra算法源代码,实现了dijkstra算法,并附有一个简单路网文件-dijkstra algorithm source code, to achieve the dijkstra algorithm, together with a simple network file
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.91kb
    • 提供者:姜智勇
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:334.67kb
    • 提供者:张帅
  1. abc

    0下载:
  2. C语言算法简单优化技巧 -C language algorithm is simple and simple algorithm optimization techniques C-optimization tips
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.6kb
    • 提供者:林海涵
  1. park

    0下载:
  2. 是公园路径搜索的c++实现方法,功能比较简单,是课程设计的。用到了迪杰斯特拉算法和贪心算法求最短路径-Is a park path search c++ implementation method is relatively simple functions, curriculum design. Use the Dijkstra algorithm and the greedy algorithm for the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:5.01kb
    • 提供者:Freedream
  1. 04504482SIMPLE_C

    0下载:
  2. 关于simple算法,用C语言编写的源程序
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.66mb
    • 提供者:zhanghuixin
  1. simknap_rec

    0下载:
  2. 简化背包算法,实用于大学生学习模拟使用,实现简单的背包问题-Simplify the knapsack algorithm, useful in the simulation students learn to use, simple knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:533byte
    • 提供者:左孝源
  1. eight-kinds-of-Simple-sorting

    0下载:
  2. 详细介绍了8种常用的排序算法,相信许多同学再刚开始接触时就有过这方面的烦恼,故此推荐-Simple sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:126.66kb
    • 提供者:yangfan
  1. simple-example

    2下载:
  2. 二维结构网格单相流simple算法的一个例子-simple example
  3. 所属分类:Data structs

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