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

资源列表

« 1 2 ... .09 .10 .11 .12 .13 514.15 .16 .17 .18 .19 ... 2673 »
  1. URL

    0下载:
  2. 已知文件quiz_url.list含有一组URL,其中存在着不少重复的URL。现在要求编写一个程序实现对URL计数和排序的功能 ,输出每个URL和重复出现的次数,输出结果应该按URL重复出现的次数从小到大的顺序排序。 -Contains a set of known file quiz_url.list URL, in which there are many duplicate URL. Now requires the preparation of a program to realize
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1.29kb
    • 提供者:秦稼轩
  1. paradise

    1下载:
  2. 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1.29kb
    • 提供者:YY
  1. Job

    0下载:
  2. 要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-Required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine processing. Convention, each job can be proces
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:刘远忠
  1. QsortaMiddlePivotModification

    0下载:
  2. 随机产生若干组长度各异的待排序列(乱序的和有序的),分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。-Leader of randomly generated different number of columns to be sorted (out of order and orderly), respectively, with fast sorting algorithm and
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:何致奇
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.3kb
    • 提供者:Jun
  1. ds_7

    0下载:
  2. 1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.3kb
    • 提供者:Yvonne
  1. biaodashi

    0下载:
  2. 有中缀表达式转换成后缀表达式并计算结果 主要是数据结构上的一些算法以后又需要请联系我数据结构所有算法-With infix expressions into postfix and calculate the data structure is mainly the result of some of the algorithms later I need to contact all of the data structure algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:wenjinjie
  1. tree

    0下载:
  2. 数的非递归遍历源程序以及很详细的注释,仅供初学者参考。-The number of non-recursive traversal source and a very detailed notes, for beginners reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.3kb
    • 提供者:panda
  1. shuzu1

    0下载:
  2. 一位数组的源代码 显示顺序表 输出顺序表的长度 判断顺序表是否为空表插入数据 删除数据\查找数 显示菜单 清空 退出-An array of source code shows whether the length of the table to determine the order of the sequence table output sequence table is an empty table to insert data delete data \ find the number
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.3kb
    • 提供者:张三
  1. 直接插入冒泡选择排序算法的实现

    0下载:
  2. 排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现- The arrangement is in a construction of data important content, this algorithm has included the direct insertion bubbling choice sort algorithm realization
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:杨涛
  1. 8queen

    0下载:
  2. 8皇后问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:dawn
  1. bank

    0下载:
  2. 操作系统算法主要是银行家算法 已经调试过了-Operating system algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:李家金
« 1 2 ... .09 .10 .11 .12 .13 514.15 .16 .17 .18 .19 ... 2673 »
搜珍网 www.dssz.com