资源列表
Huffman
- Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
homebrew_launcher.v1.4
- visual c home for the homebrew chanel for wii u
gpml-demo
- 高斯过程 提供了多个核函数的选择以及拟合还有预测上的使用-Gaussion Process
application
- 超分辨率图像重建 包括图像配准 图像重建等方面 非常实用-Super-resolution
xy7z.ZIP
- 并联型APF死区效应分析及对策Parallel APF dead-time effect analysis and countermeasure-Parallel APF dead-time effect analysis and countermeasure
virtual-serial-port
- STM32虚拟串口,能利用VB作为上位机,可以喝下位机进行通讯-STM32 virtual serial port
last
- n!不为0的最后一位,可以输出千万级别的阶乘最后一位-n! not the last one is 0, you can output level factorial million last
clusls
- 对称和非对称词语聚类模型的比较分析设计clustering Models-Symmetric and asymmetric terms of design of clustering Models
2RLS_filter
- 对噪声进行RLS滤波,能成功运行,还比较了rls和lms的收敛速度-RLS for noise filtering, can successfully run, also compared the convergence rate lms and rls
IntelPerformanceCounterMonitorV2.8
- Intel底层性能分析引擎,可以提供cache级别的性能分析状况-Intel underlying performance analysis engine provides the performance levels of cache analysis of the situation
classifier
- A fast scalable classifier for data mining
InsertSort
- 各种排序算法的比较,包括1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序8、基数排序等等 -Comparison of various sorting algorithms, including insertion sort 2, Hill sorting, bubbling to sort 4 quicksort 5, simple selection sort, heap sort, merge sort 8, radix sort