CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 树

搜索资源列表

  1. xiaobohanshu

    0下载:
  2. 介绍了各种小波函数,包括提取一维小波变换低频系数,计算完整最佳小波包树,求小波中心频率等函数的函数名-Describes the various wavelet functions, including a one-dimensional wavelet transform to extract the low-frequency coefficients to calculate the optimal wavelet packet complete tree, seeking the cen
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:15447
    • 提供者:范晶晶
  1. Warning-Sitcom

    0下载:
  2. 分析人物宠物基本信息(血值,寿命,经验值,等级,宠物ID) 17.举例示范-CE+OD分析人物当前任务二叉树结构 18.举例示范-CE+OD解析人物当前任务二叉树各数据信息偏移 19.举例示范-CE+OD分析人物状态值(站立,杀怪,打坐,走,回城)
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:50579
    • 提供者:d as s
  1. Binary-Tree

    0下载:
  2. 关于二叉树先、中、后三种遍历的算法,以及对两棵二叉树进行判等的算法用c语言加以实现-About binary tree first, middle and last three traversal algorithms, and sentenced to two trees and other binary tree algorithm to be implemented in c language
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:2625
    • 提供者:
  1. Common-algorithms-classic-code

    0下载:
  2. 数据结构中介绍的常见经典算法,排序、二叉树深度、广度优先搜索、高精度加减乘除等-Common data structures described in the classical algorithms, sorting, binary tree depth, breadth-first search, high-precision addition, subtraction, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:15382
    • 提供者:冯中飞
  1. binary-tree

    0下载:
  2. 二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。-Enhanced JFS2 uses a binary tree representation while performing inode searches, which is a much better method than the linear method used by JFS.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:yangpeng
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:95246
    • 提供者:
  1. w

    1下载:
  2. 基于小波零树图像压缩编码的MATLAB程序代码-EZW-based image compression coding algorithm code
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:30720
    • 提供者:傻儿
  1. find-and-sort

    0下载:
  2. 对数据序列:{55,13,23,72,109,67,2,78,13}分别实现如下操作: 必做: 1) 顺序查找; 2) 使用直接插入排序或冒泡排序(二选一)、快速排序(必做)对原纪录序列进行排序; 3) 对排好序的纪录序列表进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 选做: 5) 按照“除留余数法”哈希构造函数和线性探测法的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -fin
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:114339
    • 提供者:
  1. Fractal-Algorithm-CPP

    0下载:
  2. 使用迭代函数系统算法对一棵树的C++实现程序 -Iterated function systems use a tree algorithm in C++ program
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:94243
    • 提供者:唐俊
  1. tree

    0下载:
  2. 这个程序是用C++语言对关于对二叉树内部路径长度的求解,实例中构造出二叉树并采用递归的方法得出结果。-This procedure is used C++ language regarding internal path length of a binary tree solving examples and construct a binary outcome using recursive method.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:516
    • 提供者:赵金剑
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. DoubleLinkedList

    0下载:
  2. java的二叉树写法,基本思路为,二叉树的遍历-a base java project
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6131
    • 提供者:曾小安
  1. hehe

    0下载:
  2. 这是二叉树的一些基本操作,有二叉树的建立、节点的删除和查找,排序等常用的功能。-These are some of the basic operations of a binary tree, there are common features delete and search, sort and other binary establishment nodes.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1556
    • 提供者:heshuai
  1. 3

    0下载:
  2. 求二叉树 关键路径的例题,可以为其它题目解决提供模板,过程很详细的-example for binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:211400
    • 提供者:liyun
  1. Hoffman-code

    0下载:
  2. 计算机系统结构——哈弗曼树用C++实验 包括需求分析、总体设计、详细设计、心得总结-C++ experiment Havermann tree structure of computer system Including demand analysis, overall design, detailed design, experience summary
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:131820
    • 提供者:王心怡
  1. White-Box-Testing1

    0下载:
  2. 针对软件测试中的白盒测试技术,分析了当前白盒测试的主要方法及存在的测试用例繁多,测试不充分,效率低下等问题。为了解决这些问题,重点介绍了DD图、流程图等概念,并以构造DD图无约束边集合和程序流程树为基础,给出了一个基于程序流程树的测试模型,该模型通过五个步骤来对程序代码进行测试。第一个步骤是提取程序片段,包括重要度评价与程序切分。如果是在集成测试阶段,需要分析模块复杂度,选取当前最重要的模块进行测试。如果是在单元测试阶段,可认为当前的惟一模块就是最重要模块。然后,将复杂程序代码利用程序切片技术,
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2546686
    • 提供者:zhtfox
  1. White-Box-Testing3

    0下载:
  2. 利用插桩技术实现嵌入式软件“白盒”测试是行之有效的方法。本课题的主要任务是通过对嵌入式软件的特点以及现有插桩技术进行研究,提出了在嵌入式软件“白盒”测试中插桩技术面临的主要问题:代码膨胀率和程序执行效率,利用GCC作为开发平台,针对这两个问题进行研究,实现了插桩技术。论文针对嵌入式软件插桩技术中出现的两个问题,对插桩模型进行了改进,提出了策略性插桩模型。经过一系列的研究,提出利用替换宏定义、策略插桩来解决代码膨胀问题和提高插桩速度进而解决程序执行效率问题 然后专门针对嵌入式软件的不确定性,特别提
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:549092
    • 提供者:zhtfox
  1. shiyan

    0下载:
  2. 该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。-The function of the program is the realization of binary tree node type definition and basic operation of binary tree. The program including the binary tree structure types, and each kind
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:24414
    • 提供者:老毕
  1. decision-tree

    0下载:
  2. 这个是我自己整理的关于语音识别HMM模型训练部分的决策树相关学习总结-Decision tree learning summary of HMM model training for speech recognition
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1491210
    • 提供者:王小雷
  1. common-ancestor

    0下载:
  2. 讲解了有关树中两个结点的最低公共祖先的解题思路,有助于思路的打开-Explain about the two nodes of the tree lowest common ancestor of problem-solving ideas, contribute to the idea of open
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:4528
    • 提供者:周秋丽
« 1 2 ... 13 14 15 16 17 1819 20 21 »
搜珍网 www.dssz.com