资源列表
压缩感知CoSaMP重构算法
- 压缩感知CoSaMP重构算法,matlab编码实现,很有用的学习资料
1035Spellchecker
- 算法编程题,北京大学OnlineJudge 1035Spellchecker-1035Spellchecker
BuildAndOutputDiagramForC
- 用C语言实现数据结构中的图的建立和输出,可实现输出有向图和无向图,由用户自己选择建立有向图还是无向图的邻接矩阵。用户输入图的定点和边的信息,存储到相应的存储结构中去,而后输出图的邻接矩阵。-Data structure using C language implementation of the map creation and output, enabling the output have to map and undirected graph, chosen by the user to
knn
- 数据挖掘的knn算法,是数据挖掘的最基本算法之一,可以运行。-database scan
DecimalToBinary
- 将十进制转换成二进制,然后用神经网络训练,模拟去接近目标的过程。-Will be converted into a binary decimal, and then use neural network training, simulation to go close to the target process.
DTMF
- 利用MATLAB 仿真DTMF音频的产生及其解码的程序代码。很好! -Simulation using MATLAB DTMF generation and decoding the audio code. Very good!
Quick-Sort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
Topological-sort
- 拓扑排序,实现图或网络的拓扑结构的排序问题!-Topological sort, to achieve the network topology map, or sort the problem!
mycov
- 有具体的案例分析,详细的结果展示。适用于不熟悉cov函数的使用者-a example to compute using cov function
qpsk-ber-simulation-script
- bpsk modulation ber simulation
deviationinincidentangle_music
- Matlab for Trianulation of source
Bp神经网络。
- 本资源是有关深度学习的Bp神经网络算法的实现。