搜索结果

找到约 407 项符合 log-map 的查询结果

matlab例程 Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo

Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of e ...
https://www.eeworm.com/dl/665/432373.html
下载: 93
查看: 1041

编译器/解释器 生成一个好的Turbo码

生成一个好的Turbo码,并且用MAP方法进行解码
https://www.eeworm.com/dl/628/433660.html
下载: 95
查看: 1037

其他 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法

最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)
https://www.eeworm.com/dl/534/435285.html
下载: 126
查看: 1025

Java编程 Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法

Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节 ...
https://www.eeworm.com/dl/633/437232.html
下载: 163
查看: 1072

其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re

Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_q ...
https://www.eeworm.com/dl/542/438625.html
下载: 46
查看: 1053

人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a nod ...
https://www.eeworm.com/dl/650/444456.html
下载: 33
查看: 1082

并行计算 这是一个演示分布式系统并行计算的GUI程序

这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看
https://www.eeworm.com/dl/694/445432.html
下载: 87
查看: 1074

Internet/网络编程 You can download a packet sniffer which grabs packets from local interface and analyses headers. It

You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.
https://www.eeworm.com/dl/620/450841.html
下载: 63
查看: 1026

编译器/解释器 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l lo ...
https://www.eeworm.com/dl/628/454880.html
下载: 149
查看: 1079

人工智能/神经网络 从ML-EM 重建算法入手

从ML-EM 重建算法入手,分析了贝叶斯模型的一些关键点,针对采用传统方法求解MAP问题的局限性,提出一种用于正电子成像的贝叶斯神经网络重建算法,为了保留边缘信息,引入了二进制的保边缘变量,并应用共轭神经网络求解,模拟的重建结果表明,应用这种算法可以得到比ML-EM 算法更好的重建图像@ ...
https://www.eeworm.com/dl/650/479509.html
下载: 38
查看: 1109