构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完成的功能。 (2)、调用select函数,并将ht[s1]和ht[s2]作为ht[l]的左右子树,即ht[s1]和ht[s2]双亲节点为ht[l],新的根节点的权值为其左右子树权值之和, ht[l].weight=ht[s1].weight+ht[s2].weight
上传时间: 2016-06-13
上传用户:ztj182002
希尔排序算法: 基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。
上传时间: 2013-12-19
上传用户:kikye
学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只 要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为 文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结 果 , 只 要 使 用 HTTP 协 议 在 Web 浏 览 器 中 请 求 查 看 该 页 就 行 了 。 也 就 是 键 入 ht tp://localhost/iishelp/iis/htm/tutorial/filename.asp 。 在 本 课 中 , 您 将 创 建 流 行 的 “ Hello World! ” 脚 本 , 方 法 是 从 教 程 中 将 HTML 和 ASP 脚 本 命 令 复 制 到 文 本 编 辑 器 中 。 当 您 在 文 本 编 辑 器 中 保 存 文 件 后 , 就 能 用 浏 览 器 查 看 脚 本 的 输 出 效 果 了 。
上传时间: 2014-01-21
上传用户:huangld
RC测温,选用HT单片机(HT48R06A-1)
标签: 测温
上传时间: 2014-01-05
上传用户:英雄
measure through the cross-entropy of test data. In addition, we introduce two novel smoothing techniques, one a variation of Jelinek-Mercer smoothing and one a very simple linear interpolation technique, both of which outperform existing methods.
标签: cross-entropy introduce smoothing addition
上传时间: 2014-01-06
上传用户:qilin
Wavelet Subband coding for speaker recognition The fn will calculated subband energes as given in the att tech paper of ruhi sarikaya and others. the fn also calculates the DCT part. using this fn and other algo for pattern classification(VQ,GMM) speaker identification could be achived. the progress in extraction is also indicated by progress bar.
标签: recognition calculated Wavelet Subband
上传时间: 2013-12-08
上传用户:guanliya
VC技术内幕第五版,学习VC经典书籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
标签: Microsoft continued Internet release
上传时间: 2013-12-14
上传用户:ve3344
CDMA Wireless AT Commands. This contains the standard AT commands used by CDMA mobiles and modems. This file is from Multi Tech Systems.
标签: CDMA Wireless Commands contains
上传时间: 2017-02-12
上传用户:rocwangdp
return AfxDllCanUnloadNow[] } 当然,使用DAO SDK提供的dbDAO C++ 类也可以绕过这个问题 如果需要更多MFC和DAO的相关的信息,参考MFC库参考中的技术文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.codeguru.com/cpp/com-tech/activex/controls/article.php/c2615
上传时间: 2017-03-24
上传用户:xiaohuanhuan
return AfxDllCanUnloadNow[] } 当然,使用DAO SDK提供的dbDAO C++ 类也可以绕过这个问题 如果需要更多MFC和DAO的相关的信息,参考MFC库参考中的技术文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.codeguru.com/cpp/com-tech/activex/controls/article.php/c2615
上传时间: 2013-12-22
上传用户:aa54