资源列表
newton_Interpolation
- C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time comple
inv
- 运用数值分析的方法,对矩阵进行分解,并求解出可逆矩阵的逆-The use of numerical analysis method, matrix decomposition, and solve the inverse of a matrix invertible
interface1
- this is a program (algorithm )for matlab,
contacts1
- 利用线性表实现一个通讯录管理,通信录的数据格式如下: struct DataType { int ID //编号 char name[10] //姓名 char ch //性别 char phone[13] //电话 char addr[31] //地址 } 要求: ? 实现通讯录的建立、增加、删除、修改、查询等功能 ? 能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。 ? 能够保
range-doppler-new
- 距离多普勒算法 三个目标仿真。 -range doppler for three objectsrange doppler for three objectsrange doppler for three objects
functions-of-numerical-computation
- 数值计算中,贝叶斯函数,高斯函数,Romberg,Runge,euler的matlab实现,简便易使用.-matlab program of Bezier,Guess Romberg,Runge,euler method in Numerical computation
so2NNE
- 针对大气中SO2浓度预测的ADA_boost BP神经网络模型,供大家参考!-A case of ADA_boost BP neural network model for prediction of concentration of SO2 in air.
BPxitongbianshi
- BP神经网络源程序,主要用于系统辨识,属于基础的学习资料-BP neural network source, mainly used for system identification belongs to the foundation of learning materials
focal-length-cal
- 光无源器件用C-lens,不同曲率半径,不同材料,计算光学焦距-Focal length calculation
Dijkstra
- Dijkstra algorithm with C-Dijkstra algorithm with C++
FEM1DQ
- This Matlab code solves a one-dimensional boundary-value problem using the finite element method. The boundary-value problem at hand is defined by the Poisson s equation in a simple medium (isotropic, linear, and homogeneous) characterized by a unifo
N_Lpowerflow
- 牛顿拉夫逊算法求解电力系统潮流,通用算法-Newton Raphson algorithm for solving the Power System power flow
