搜索:Tree+Algorithm

找到约 1,515 项符合「Tree+Algorithm」的查询结果

结果 1,515
按分类筛选
显示更多分类
https://www.eeworm.com/dl/647/139197.html 嵌入式/单片机编程

One of the most important issues affecting the implementation of microcontroller software deals wi

One of the most important issues affecting the implementation of microcontroller software deals with the data-decision algorithm. Data-decision refers to decoding the DIO-pin from the CC400/CC900. Two main principles exist for decoding Manchester-coded data: Data decision based o ...
下载 92
·
查看 1119
https://www.eeworm.com/dl/668/239183.html 其他行业

Feature selection is a preprocessing technique frequently used in data mining and machine learning t

Feature selection is a preprocessing technique frequently used in data mining and machine learning tasks. It can reduce dimensionality, remove irrelevant data, increase learning accuracy, and improve results comprehensibility. FCBF is a fast correlation-based filter algorithm des ...
下载 137
·
查看 1144
https://www.eeworm.com/dl/617/189481.html 压缩解压

This is a little console mode utility program which is able to (de-)compress single files with a s

This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes out of my HuffComp source code. I ...
下载 118
·
查看 1141
https://www.eeworm.com/dl/654/269827.html 数据结构

我用C编写的汉诺塔算法的源程序

我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console
下载 178
·
查看 1230
https://www.eeworm.com/dl/506873.html 数值算法/人工智能

算法设计手册

算法设计手册第二版 The Algorithm Design Manual  虽说是英文版,但是很经典,适合准备面试或者 对算法的提高
下载 3
·
查看 58
https://www.eeworm.com/dl/619/429793.html Linux/Unix编程

Cromfs is a compressed read-only filesystem for Linux. Cromfs is best at archiving gigabytes of big

Cromfs is a compressed read-only filesystem for Linux. Cromfs is best at archiving gigabytes of big files that have a lot of redundancy. It aims primarily at achieving a strong compression, even at the cost of memory and CPU time resources. It uses the LZMA compression algorithm ...
下载 24
·
查看 1107
https://www.eeworm.com/dl/650/433836.html 人工智能/神经网络

为求解大规模TSP 问题,提出了并行人工免疫系统的塔式主从模型( Towerlike Master2Slave Model , TMSM) ,和基于TMSM的并行免疫记忆克隆选择算法(Paralle

为求解大规模TSP 问题,提出了并行人工免疫系统的塔式主从模型( Towerlike Master2Slave Model , TMSM) ,和基于TMSM的并行免疫记忆克隆选择算法(Parallel Immune Memory Clonal Selection Algorithm ,PIMCSA) .
下载 48
·
查看 1141
https://www.eeworm.com/dl/977860.html 技术资料

卡尔曼滤波

为了测试kalman filter algorithm,我设计了一个简单实验,来验证kalman filter的优良性。程序中给定一个初值,然后给定一组测量值,验证kalman filter估值的准确性。
下载 4
·
查看 2986
https://www.eeworm.com/dl/654/163278.html 数据结构

---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法

---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静 ...
下载 59
·
查看 1143
https://www.eeworm.com/dl/542/192188.html 其他书籍

Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April

Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Chapter 1: Perl and XML Chapter 2: An XML Recap Chapter 3: XML Basics: Reading and Writing Chap ...
下载 40
·
查看 1088