资源列表
YiYuanDuoXiangShi
- 1.一元多项式相加(10分) 题目说明: 编写一元多项式加法运算程序。要求用线性链表存储一元多项式(参照课本)。该程序有以下几个功能: 1. 多项式求和 输入:输入三个多项式,建立三个多项式链表Pa、Pb、Pc (提示:调用CreatePolyn(polynomial &P,int m)。 输出:显示三个输入多项式Pa、Pb、Pc、和多项式Pa+Pb、多项式Pa+Pb+Pc (提示:调用AddPolyn(polynomial &Pa, polynomial Pb
LinearMath
- 矩阵加、减、乘、最小二乘、LU分解法等相关算法-failed to translate
wendinghuilu
- 一个倾斜稳定回路,保持导弹倾斜角为零或尽可能小,基本要求: 幅值稳定裕量:≥10 dB 相角稳定裕量:≥30°~60° 等效阻尼系数:~ 0.7 超调量:< 25 -A pitch stabilization loop of missile, maintain the tilt angle is zero or as small as possible
fft-c
- 使用c语言实现的fft(快速离散傅里叶变换呢)运算-Using c language fft (fast discrete Fourier transform it) operator
MathCalc
- 求数值表达式的值"",支持常见操作符、数值函数-evaluate expression value
halflog
- 使用matlab画的半对数坐标纸(两种图纸)-Use matlab painting semi-logarithmic coordinate paper (two drawings)
MATLAB
- MATLAB编程,最好中文教程特别适合初学者-MATLAB programming (best Chinese tutorial), especially for beginners
data-struct
- 数据结构算法类书籍,详细介绍了数据结构的各类实现及常用算法,C++版-Data structures algorithms books, detailing the various types of data structures and common algorithms to achieve, C++ Edition
PSO_BP
- 粒子群优化算法应用于神经网络优化程序。分为无隐含层、一隐含层、二隐含层。运行DemoTrainPSO.m即可-Particle swarm optimization applied to neural network optimization program. No hidden layer is divided into a hidden layer, two hidden layers. You can run DemoTrainPSO.m
alg
- some useful little program for new learner Graph Alg.:Red-Black tree,Dijkstra s algorithm,Depth first search and breadth first search. Heaps:Fibonacci heap source.. Sorting:Various array sorting algorithms.. Searching:Array searching algorith
NN-demo
- this prog is to choose the nearest neibour
BinTree
- data structures and algorithms
