资源列表
towpathmodel
- 这是一个超短波地面反射双线信道模型的matlab程序。-This is a reflection FM ground dual channel model Matlab procedures.
MatrixInverse
- 矩阵运算程序,方阵求逆 写一个程序实现N》3阶矩阵的求逆运算
93c46
- 93c46读写程序 define di_93 dip3 #define sk_93 dip2 #define cs_93 dip1 #define do_93 dip4 #define gnd_93 dip5 #define org_93 dip6-93c46 read and write procedures define di_93 dip3# Define sk_93 dip2# Define cs_93 dip1# Define do_93 dip4# Defi
m2
- 汇编语言编程,利用计算机扬声器发声,演奏优美的《大海》,用于汇编语言的基础学习-Assembly language programming, the use of computer speakers sound, playing the beautiful " sea" , the basis for learning assembly language. .
DS-CDMA
- 仿真程序用于实现DS-CDMA通信系统的仿真-Simulation simulation program for implementing the DS-CDMA communication system
seek_tencycle
- 一个ldpc码的寻找围长(girth)为10的程序-Ldpc code to find a girth (girth) of the program 10
forwardModeling
- 一个完整模拟地震正演的程序,能够正常运行,完美显示了地震波剖面图。-seismic forward modeling
MainAneal
- 模拟退火算法 是一种性能很不错的优化算法-simulated annealing algorithm,A relatively good optimization algorithm Can be combined with a variety of optimization algorithm together
target_tacking_cv
- 匀速直线运动的滤波仿真程序,适用于目标跟踪算法初学者,注释比较齐全-Uniform linear motion of the filter simulation program for target tracking algorithm for beginners, the Notes more complete
MIMO_RLS
- 针对多输入多输出系统的递推最小二乘参数估计算法,该算法适用2输入2输出,修改即可应用-For multiple input multiple output system of recursive least squares parameter estimation algorithms, the algorithm applies two input two output, application changes
check_stability_and_draw_stability_circles
- this code check stability and draw stability circle
MQL4三色均线指标
- 自己编写的一个均线指标。 当均线的切线足够倾斜的时候,斜率为正均线呈现一个颜色,斜率为负另一个颜色。而当切线比较“平”,也就是说曲线比较和缓的时候,会呈现出第三种颜色。而什么叫“比较平”可以通过“界切”参数来指定,如果“界切”参数值设置为0,则本指标就成了一个双色均线指标了。用以计算平均值的采样数据和平均值的计算方案都可以自由设定的。