资源列表
functionz
- 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常
functionz1
- 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is nece
OFDM-NEW-18
- 802.11a phy layer protocol by myself
BP(c)
- 一个bp神经网络的c语言源代码,已经通过编译调试。-a neural network bp c language source code, compile debug.
functionzRR
- %code2_1 for lecture 1 Simpson s rule
mathmodle
- 这里是一个数学建模matlab工具箱软件包,请大家参考-here is a mathematical modeling Matlab toolbox package, please refer to
qweewq
- 上再一个n皇后问题的说明 上再一个n皇后问题的说明-again a n Queen's on the statement of an n Queen's again the statement n a further statement of the Queen n again a statement of the Queen's again a problem n Queen's Note
JYP
- 用于抑郁症状检测的人工神经网络程序,请大家参考,不是我编的-for the detection of depression symptoms artificial neural network program, please refer to is not my series
MATLAB 解整数规划 (分支定界)
- matlab解用分支定界法解整数规划的程序。请大家参考-solutions using Matlab branch and bound method for integer programming procedures. Please refer
qcsc
- matlab解汽车刹车距离的模型程序,请大家参考-Matlab solution vehicle braking distance from the model procedures, please refer to
fftw-3.1.tar
- 最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
HandDetect
- 用于手势跟踪的c代码,可以用于智能人机交互、手语识别、理解等-gestures for tracking the c code, which can be used intelligent human-computer interaction, sign language recognition, understanding, etc.