资源列表
ADcode
- 一个AD转换代码,是我们做的接口实验,有用的下载。-an AD converter code, we do experimental interface, useful download.
TESTSE
- this a simple Timer original code
74HC595
- 74HC595具有一个8位串行输入并行输出的移位寄存器和一个8位输出-74HC595 with an 8-bit serial input parallel output shift register and an 8-bit output
Cpp1
- 顺序表就地逆置,二叉数叶子节点个数帝圭算法-Reverse the order form on the spot home
data-analysis
- 数值分析算法与应用,比较详细的描述的数值分析中迭代的基本内容-Numerical analysis algorithms, iterative numerical analysis, a more detailed descr iption of the basic content
beta2impact
- 这段代码利用分步傅里叶方法求解非线性薛定谔方程的matlab程序-This code solves the NLS equation with the split-step method
Main_Volterra_MultiStepPred
- 风电纵向出力混沌预测,对研究风电出力预测有一定意义-Chaotic prediction vertical wind power, wind power output prediction has certain significance for research
active
- matlab函数文件 输入:原始测井曲线 输出:矩形化测井曲线 功能:利用活度函数法将原始测井曲线转化为矩形化测井曲线-a matlab function file input:raw log curves output:blocked log curves function convert raw log curves to blocked log curves based on active function method
Root-MUSIC
- 求根MUSIC算法,仿真中使用的阵列为均匀阵列,阵列数为8,接收信号数为2个,噪声为高斯白噪声。此算法是对经典MUSIC算法的改进,估计精确度更高-Root MUSIC algorithm with uniform leaner array with 8 micphones and 2 sources which can achieve better performance
单纯形法
- 运筹与优化,单纯形法的实现,可用于求最大值,上机作业
爬山算法
- 优化算法-爬山算法,可以实现全局寻优,跳出局部最优解。