搜索:Tree+Algorithm

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

结果 1,515
按分类筛选
显示更多分类
https://www.eeworm.com/dl/922431.html 技术资料

基于神经网络和遗传算法的智能控制方法

根据油品调合的特点,应用人工神经网络(Neural Network,NN)对油品在线优化调合系统进行建模, 并采用量化正交遗传算法(Orthogonal Genetic Algorithm w
下载 3
·
查看 5241
https://www.eeworm.com/dl/939493.html 技术资料

JPEG算法压缩技术

·详细说明:JPEG算法压缩技术,主要实现图象压缩存储技术,用VC++实现.-JPEG algorithm compression technology, mainly realizes the packing memory technology, realizes with VC.文件列表:   JPEG   ....\Bmp.h   ....\Bmp.rc &nbs
下载 6
·
查看 3605
https://www.eeworm.com/dl/945949.html 技术资料

ETSI发布的用于研究分布式语音识别的前端降噪算法

·详细说明:ETSI发布的用于研究分布式语音识别的前端降噪算法-ETSI issues uses in to study the distributional speech recognition front end to reduct noise the algorithm 文件列表:   ETSI_ES_202_050_1.1.2_software   ...........
下载 8
·
查看 7554
https://www.eeworm.com/dl/641/279379.html 数学计算

The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel

The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortr ...
下载 118
·
查看 1061
https://www.eeworm.com/dl/518/304259.html 数值算法/人工智能

sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image f

sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image file containing a slanted-edge feature. The specific edge-gradient algorithm follows the intent of the standard ISO 12233, developed by Technical Committee ISI/TC 42, for resolution ...
下载 72
·
查看 1175
https://www.eeworm.com/dl/641/486330.html 数学计算

This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF

This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The effici ...
下载 87
·
查看 1083
https://www.eeworm.com/dl/646/400684.html 通讯编程文档

包含了H.264编码标准的两篇文章

包含了H.264编码标准的两篇文章,是讲多描述编码的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding
下载 63
·
查看 1049
https://www.eeworm.com/dl/665/469675.html matlab例程

The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then co

The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is achieved using the genetic algorithm too ...
下载 74
·
查看 1068
https://www.eeworm.com/dl/654/147502.html 数据结构

排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert

排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ex ...
下载 86
·
查看 1133
https://www.eeworm.com/dl/650/276954.html 人工智能/神经网络

高效的k-means算法实现

高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All co ...
下载 200
·
查看 1115