资源列表
dd_ex2
- 显示一系列分类器的性能,对目标类数据进行分类,对这两类数据进行分类-Displays a series of classifier performance, the target class data classification, these two types of data classification
metric-learning
- metric learning计算权重的一个实例,文件数据需要替换-metric learning
jisuanshenqi
- 设计滤波器时,可以输入相应要计算的值,自动计算频率,电容,电阻等。-Design filter, you can enter a value corresponding to the calculated automatically calculate the frequency, capacitance, resistance and so on.
Q1_mpam
- Probability of error 8 PAM
SSB
- ssb的调制与解调,主要是ssb调制与解调程序代码-SSB modulation and demodulation, mainly SSB modulation and demodulation program code
a
- 快速排序的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-The basic idea is to quickly sort: sort by a trip to the data to be sorted is divided into two separate parts, one part of all of the data
fdtd_2d_tm_DiffEq_2
- FDTD算法模拟二维TM波的传输问题,代码很简洁美观,试用于初学者-Transmission problems FDTD method simulation of 2D TM waves, the code is very simple and beautiful, the trial for beginners
text512
- 实现512-QAM误码率分析与实现,有MATLAB仿真程序-Achieve 512-QAM BER analysis and implementation, there MATLAB simulation program
delete_string
- 删除控制台界面输出内容,实现任意位置输出。-Remove console interface output
gonglvyitu
- 可以计算功率,并且画图的一组MATLAB代码,可直接使用-We can calculate the power, and the drawing of a group of MATLAB code can be used directly
LinearLeastSquareLinCombFunctions
- algorithm to linear
algo2-2
- .编写一个程序algo2-2.cpp,实现单链表的各种基本运算(假设元素类型为char)。即实现单链表各种基本运算的函数,供其他程序调用-Write a program algo2-2.cpp, to achieve a single list of various basic operations (assuming element type char).