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

搜索资源列表

  1. treewave

    0下载:
  2. Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the w
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4377
    • 提供者:yupenghui
  1. mcolor+maxtree

    0下载:
  2. 这个代码包括求图的最大生成树和M着色问题.-this code includes plans for the biggest tree and M coloring problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3689
    • 提供者:micang
  1. Talg_det_v1.2

    0下载:
  2. Stack-based sequential decoder for M-QAM modulated MIMO-type problems, i.e., of fixed tree depth.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37025
    • 提供者:王峥
  1. EZWVCcode

    0下载:
  2. 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code incl
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9352
    • 提供者:爱玛
  1. crossvalidate

    2下载:
  2. 基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossvalidate.m N is cross-validation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:235527
    • 提供者:hehuixin
  1. haffman_tree

    0下载:
  2. 我的一次数据结构课程设计HUFFMAN树的C++源代码,基本功能有: 1.显示27个字符的haffman编码; 2.输入m个字符,对应27个字符的权值进行haffman编码; 3.输入一串字符,用已经定义的haffman编码输出;-a data structure course design Speed HUFFMAN tree C source code, the basic function : 1. show 27 characters haffman coding; 2. m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2255
    • 提供者:ARK
  1. ass6.........mars

    0下载:
  2. binary search tree /*class TreeNode { public: TreeNode(char m[80],TreeNode*left, TreeNode *right) void Inorder(void) char data[80] TreeNode *left_ptr TreeNode *right_ptr }
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:zhang wei
  1. FastFourierTransform

    0下载:
  2. This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without entering a signal or number of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2904
    • 提供者:dairy
  1. 用线性表实现的Btree

    0下载:
  2. 实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and insertion of data to the linear sca
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17602
    • 提供者:白潘恩
  1. MySNMP_src

    1下载:
  2. This is a simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning. Here, I m presenting this tool to explain the techniques behind SNMP manager (client) development. This tool is
  3. 所属分类:SNMP编程

    • 发布日期:2008-10-13
    • 文件大小:26834
    • 提供者:王小文
  1. trees made to order

    0下载:
  2. We can number binary trees using the following scheme: The empty tree is numbered 0. The single-node tree is numbered 1. All binary trees having m nodes have numbers less than all those having m+1 nodes. Any binary tree having m nodes w
  3. 所属分类:源码下载

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. matlab

    0下载:
  2. 决策树C4.5和CART算法的m源码 -CART decision tree algorithm C4.5 and the source m
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3637
    • 提供者:王麦
  1. min_tree

    0下载:
  2. Kruskal算法的M程序,主要用于图论问题。最终求出要求的最小树问题。-Kruskal algorithm M program, mainly for graph theory problems. Eventually find the required minimum tree problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:999
    • 提供者:xiaosu
  1. EX_SORT

    0下载:
  2. 先用内排序对随即产生的内n个3位数的整数排好序,存放在一个文件中, 共产生m个有序文件,然后对这m个文件利用败者树进行多路平衡归并, 得到一个有n*m个三位数的有序文件。-First in order to then generated within the n-3-digit integer row good order, stored in a document, generate a total of m months in an orderly file, an
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1454
    • 提供者:方宇浩
  1. kdtree

    0下载:
  2. 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:302547
    • 提供者:翟乐
  1. bMinusTree

    0下载:
  2. b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. bMinusTree

    0下载:
  2. b-树的增加,删除,已对八百万个数据进行过测试,而且是对多个M值-b-tree to add, delete, 8,000,000 have been tested data, but also on a number of M values
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3421
    • 提供者:杨毅
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. 2008638621518

    0下载:
  2. 树是由n(n≥0)个结点组成的有限集合T。n=0的树称为空树;对n>0的树,有:(1)仅有一个特殊的结点称为根结点,根结点没有前驱结点;(2)当n>1时,除根结点外其余的结点分为m(m>0)个互不相交的有限集合T1,T2,…,Tm,其中每个集合Ti本身又是一棵结构和树类似的子树。 -Tree is n (n ≥ 0) consisting of nodes finite set T. n = 0 of the tree known as the empty tree fo
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:145940
    • 提供者:李南
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com