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

搜索资源列表

  1. HANOI 塔问题求解

    1下载:
  2. HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question is in the construction of data has the model the representative question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:817byte
    • 提供者:杨涛
  1. 栈的数制转换算法

    0下载:
  2. 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:杨涛
  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. 新建 RTF 文档

    0下载:
  2. 这是一个数据结构小程序,有关计算加减法的-This is a small program data structure, addition and subtraction in the calculation of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:811byte
    • 提供者:顽疾
  1. 字符排序

    0下载:
  2. 这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序-This is a common data structure algorithms, is the sort of character input string of characters with character Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.49kb
    • 提供者:飞扬草
  1. 哈夫曼110

    0下载:
  2. 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for Huffman coding algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:飞扬草
  1. 四则运算实现

    0下载:
  2. 四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.65kb
    • 提供者:山子
  1. 含并、交和差运算的集合类型试验报告

    0下载:
  2. 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.79kb
    • 提供者:山子
  1. isTree

    0下载:
  2. 一个生成树的源程序,不是很复杂,不过用来交一下数据结构的作业还行吧-a spanning tree of the source, is not very complicated, but what used to pay the operating data structure it is also OK
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32.46kb
    • 提供者:于睿劼
  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:苏辉
  1. 一元稀疏多项式计数器

    1下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.95kb
    • 提供者:陈宇
  1. 链表实现用户对数据针对每个人的管理

    0下载:
  2. 是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:陈云
  1. 最短路径在铁路上实现的

    1下载:
  2. 是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:陈云
  1. 数据结构中的计算器

    0下载:
  2. 是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.09kb
    • 提供者:陈云
  1. Lis1t

    0下载:
  2. 文件中是我编写的两个数据结构,线性表列和链表,是用类模版函数编写,是面向过程设计-document is prepared by the two data structure, tabulated and linear chain and is prepared category template function, process-oriented design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.58kb
    • 提供者:李瑞
  1. 这是一个数据图象学的,简单通过64比

    0下载:
  2. 这是一个数据图象学的,简单通过64比\\这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。-This is a study of the image data, simple than 64 \\ This is a study of the image data, a simple 64-bit encryption engine. Procedures bag complete the procedure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.09kb
    • 提供者:陈永清
  1. 实现对哈希表的应用—是关于对小集体的查询

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.65kb
    • 提供者:王pp
  1. 这是一个将Dijkstra算法的时间复杂度

    0下载:
  2. 这是一个将Dijkstra算法的时间复杂度从O(n*n) 优化为O(nlogn)的方法,This method can reduce time complexity from O(n*n) to O(nlogn) for Dijkstra s algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:16.88kb
    • 提供者:秦天
  1. 00

    0下载:
  2. 这是王晓东老师编著的算法设计与分析第三版的课件-It is edited by Wang Xiaodong teachers algorithm design and analysis of the third edition of the courseware
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.59mb
    • 提供者:huihiu
  1. 39

    0下载:
  2. 给定程序中,函数fun的功能是:将N×N矩阵中元素的值按列右移1个位置,右边被移出矩阵的元素绕回左边。例如,N=3,有下列矩阵 1 2 3 4 5 6 7 8 9 计算结果为 3 1 2 6 4 5 9 7 8 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源程序存放在考生文件夹下的BLANK1.C中。 不得增行或删行,也不得更改程序的结构! -A given program, function fun f
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3.24kb
    • 提供者:储谢东
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com