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

搜索资源列表

  1. 树跟二叉树

    0下载:
  2. 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non - recursive prepared. On the binary tree can be dynamic input fro
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25.26kb
    • 提供者:吴昊
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.4kb
    • 提供者:emma
  1. 二叉树的各种遍历操作(非)递归

    0下载:
  2. 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:阿水
  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19.52kb
    • 提供者:李森
  1. 999999

    0下载:
  2. 数据结构试验中一个有关于非递归算法的源程序,很适合于初学者参考。-test data structure on a non - recursive algorithm of the source is well-suited to beginners reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:jayjiang
  1. 数据结构的一些简单编程题

    0下载:
  2. 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61.67kb
    • 提供者:小新
  1. 数据结构的一些较难题答案

    0下载:
  2. 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non - recursive algorithm, undirected graph of the non - recursive depth-first traversal, and we hope that it needs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.25kb
    • 提供者:马号
  1. 表达式计算(加减乘除与或非及括号)C语言

    1下载:
  2. 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-04
    • 文件大小:185.63kb
    • 提供者:877598550@qq.com
  1. pingheng.rar

    0下载:
  2. 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.14kb
    • 提供者:林思哲
  1. unstruc.rar

    1下载:
  2. 非结构网格生成程序,计算流体动力学,网格生成十分方便,Unstructured grid generation procedure, computational fluid dynamics, grid generation is very convenient
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:195.51kb
    • 提供者:李志峰
  1. mataqipan

    0下载:
  2. 数据结构课程设计之马踏棋盘(非递归实现)-Data structure of the horse riding course design board (the realization of non-recursive)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.16kb
    • 提供者:LLL
  1. unstruc-cavity

    2下载:
  2. 非结构方腔流动计算程序,采用C语言,计算流体动力学-Non-structural square cavity flow calculation program, using C language, computational fluid dynamics
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:234.71kb
    • 提供者:李志峰
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:664.44kb
    • 提供者:马也凡
  1. 数据结构与算法分析-CPP描述(高清非扫描)

    0下载:
  2. 数据结构与算法分析 C++描述(高清非扫描)-Data Structure and Algorithms (C++)
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.59mb
    • 提供者:王慧康
  1. shujujiegousuanfa

    0下载:
  2. 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。        在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。        一个抽象的数据类型的软件模块通常包含 定义和表示和实现    
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:392.84kb
    • 提供者:LM7
  1. fluid

    1下载:
  2. 采用非结构化网格计算了二维流动传热问题,用数值解法求解工程问题已经成为一种趋势,该程序为求解流动传热问题提供了很好的方法。-It has become a trend to solve the engineering problems by using the unstructured grid to calculate the two-dimensional flow heat transfer problem. The program provides a good method for s
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:6.67kb
    • 提供者: 刘霞
  1. 多项式

    0下载:
  2. 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:2kb
    • 提供者:小慧hui
  1. 980716

    0下载:
  2. 原始非支配多目标遗传算法,适用于多个目标函数的输入,多个变量的输入,非常经典的,基于非支配解排序,()
  3. 所属分类:数据结构

  1. vfae

    0下载:
  2. 上学期自己写的一个迷宫程序,分别用递归和非递归算法实现()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:43kb
    • 提供者:perqonaanct
  1. 数据结构上机指导说明书与代码

    0下载:
  2. 数据结构描述了非数值问题的数据元素及组织关系,包含逻辑结构、物理结构与数据运算。(Data structure describes the data elements and organizational relationships of non - numerical problems, including logical structure, physical structure and data operation.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:183kb
    • 提供者:fairytxj
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com