资源列表
newicar
- 我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。-I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
1
- 用迭代法求解线性方程组,使用了雅可比矩阵,进行迭代计算
newton
- optimisation中的牛顿法,在实验课上编写的程序,可以直接看到效果
TwoMul
- 本程序代码主要实现用最小二乘法实现曲线的拟合-The main achievement of the program code using least squares curve fitting method
FILE27
- 用C语言来实现的10维迷宫问题 来字符的作品 来自一个很用C语言来实现的10维迷宫问题 来字符的作品 来自一个很很阳光又喜欢不断不断分析问题的男孩很阳光又喜欢不断不断分析问题的男孩 在读大学-Using C language to realize the 10-dimensional maze problem to characters from the works of a very used C language to realize the 10-dimensional maze prob
8QUEEN
- 8 queens problem in c/c++
KONNEN-SOM
- 人工神经网络经典算法 适合于初学者,高手哦也可借鉴-Artificial neural network classical algorithm suitable for beginners, master can also be a reference for!!
dataGeneration
- class for algorithm genetic algorithm section
fftn
- simple fft implementation
FRIC
- abaqus子程序fric摩擦材料clough-duncan模型,二三维通用,已经验证-abaqus subroutine frictional material fric
add
- 简单的通过指针实现的多项式相加的算法,方便新手对VC进行学习-Through a simple polynomial algorithm pointer implemented to facilitate the novice to learn VC
QuickSort
- 任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor