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

资源列表

« 1 2 ... .57 .58 .59 .60 .61 2662.63 .64 .65 .66 .67 ... 2673 »
  1. binTree-hfut

    2下载:
  2. 合肥工业大学数据结构试验三二叉树(包括实验要求、预习报告、最终试验报告)。 主要实验内容: <1>求二叉树的高度。 <2>设计算法按中序次序输出二叉树中各结点的值及其所对应的层次数。 <3>将按顺序方式存储在数组中的二叉树转换为二叉链表形式。 <4>复制一棵二叉树T到T1。 <5>交换二叉树中每个结点的左右孩子指针的值。 <6>设计算法以实现下面所提到以扩
  3. 所属分类:Data structs

    • 发布日期:2015-12-26
    • 文件大小:818176
    • 提供者:石帆
  1. UMAT-material-thermal-model-

    2下载:
  2. 描述材料热力的子程序 用于ABAUQS UMAT-Material thermal model
  3. 所属分类:Data structs

    • 发布日期:2017-10-09
    • 文件大小:3072
    • 提供者:123
  1. quadtree

    2下载:
  2. 地理信息系统 栅格数据四叉树编码(四进制morton码)-Geographic information system raster data quadtree coding (quaternary the morton yards)
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:1399
    • 提供者:王嘉竞
  1. ts

    2下载:
  2. 线性表的基本操作建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; -Linear form of the basic operation to establish a book (ISBN, title, pricing) information linked list, and has the following functions: (1) according to
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:1700
    • 提供者:qjs
  1. SVDD

    2下载:
  2. 真正可以运行的SVDD代码,在TE化工数据集上的代码。-A code that can actually implement, on the basis of TE process in chemistry.
  3. 所属分类:Data structs

    • 发布日期:2015-07-29
    • 文件大小:200704
    • 提供者:李白
  1. cJSON

    2下载:
  2. cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:21722
    • 提供者:刘凤翔
  1. Graph-Dijkstra-Travel(final)

    2下载:
  2. 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-Design, implement a nationwide consultation process traffic between major cities to provide passengers with three kinds of optimal decision scenarios: (1) the shortest time (2) minimum cost
  3. 所属分类:Data structs

    • 发布日期:2015-12-31
    • 文件大小:2048
    • 提供者:xysmlx
  1. 5

    2下载:
  2. 建立二叉树和线索二叉树分别用以下方法建立二叉树并用图型显示出来: 用先序遍历的输入序列   用层次遍历的输入序列   用先序和中序遍历的结果 最后对所建立的二叉树进行中序线索化,并对此线索树进行中序遍历-Build binary tree and threaded binary following methods were used to establish a binary tree with graphics display: The first traversal of
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1067764
    • 提供者:陈子龙
  1. tree-similar

    2下载:
  2. 按先序遍历序列建立两个二叉树的二叉链表 A 和链表 B ,设计算法判断 A 、 B 二叉树是否相似。-Traversal sequence established by the first two binary tree binary list A and list B, the design algorithm to determine A, B binary tree is similar.
  3. 所属分类:Data structs

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

    2下载:
  2. 学生成绩条形图统计问题,条形图问题描述:给定n个数据,绘出表示这n个数据的条形统计图。即统计出这n个数据中有多少个不同的值,以及每个值出现的频率是多少。条形图常用于表示数据分布情况。例如,学生考试成绩统计、居民收入分布情况等。假设输入数据为正整数,利用二叉排序树完成输入数据频率统计。-Bar graph statistics student performance problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2707417
    • 提供者:maliang
  1. 用链表求循环小数

    2下载:
  2. 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
  3. 所属分类:数据结构常用算法

  1. key_Queue

    2下载:
  2. 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth
  3. 所属分类:Data structs

    • 发布日期:2015-11-25
    • 文件大小:6144
    • 提供者:黄瑜琳
« 1 2 ... .57 .58 .59 .60 .61 2662.63 .64 .65 .66 .67 ... 2673 »
搜珍网 www.dssz.com