资源列表
v1
- (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
wogg
- 基于四阶统计量的盲源分离算法(它是特征矩阵联合对角化的简称)在特定情况下具有普遍的适用性-Fourth-order statistics-based blind source separation algorithm (which is the characteristic matrix joint diagonalization short) in a particular case of universal applicability
DFandAF
- 基于MIMO的协作分集的两种常见的DF和AF的仿真代码-MIMO Cooperative Diversity Based on the two common simulation code DF and AF
math
- 逻辑计算器 输入逻辑算式 求出真值表 界面简洁 使用方便-Logic formula calculator input logic interface is simple and easy to find the truth table
MIMO--OFDM-
- 关于MIMO OFDM的信道估计、检测等matlab代码,已经试过信道估计的代码,可用。-For MIMO OFDM channel estimation, detection matlab code, have tried to channel estimation code available.
BD-algorithm
- 多用户MIMO的BD预编码算法。程序完整可用。-Multi-user MIMO-BD precoding algorithm. Integrity of the process is available.
ride
- usaco在线系统的ride题源码!包含测试数据哦!此题可不简单哦!-usaco online system ride title source! Containing the test data Oh! This question is not easy Oh!
tree
- 数据结构试验 1.将一颗树或森林转化为二叉树 2.求森林高度-Test 1 data structure would be converted into a binary tree or forest tree 2 find a high degree of forest
FDIbasedonSIRlikelihood
- 基于粒子滤波的故障检测,使用似然函数作为检测函数-Particle filter-based fault detection, the use of likelihood function as a detection function
MF-DFA
- 多重分形去趋势分析,用于分析时间序列信号,如心电、脑电信号的多重分形-Multifractal detrended analysis for the analysis of time series signals, such as ECG, EEG multifractal
niblack
- Zhang和Tan提出一个改良Niblack的方法-Zhang and Tan proposed a modified Niblack s method
src_Backprop_ANN_XOR
- 人工神经网络ANN多层感知器BP神经网络算法的C#源代码,一个外国人编写,供大家研究学习使用。-ANN artificial neural network MLP BP neural network algorithm C# source code, a foreigner writing for everyone to learn.