搜索资源列表
lsm_switchfield
- 基于LMS算法的变换域的源程序,里面给出了学习曲线,迭代后的输出曲线-LMS algorithm based on the Domain source, which is a learning curve, the output iterative curve
lsm_filter
- 基于LMS算法的滤波型算法的源代码,包含有对学习曲线的刻画。迭代后的输出曲线。-LMS algorithm based on the filtering algorithm source code contains the learning curve is given. Iterative the output curve.
gauss
- 用c语言编写的gauss迭代,属于并行算法,是学习的好资料!-With the c language of the gauss iteration, are parallel algorithms, is to learn the good information!
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
sendandreceive
- 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
cuda
- 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
ILC
- 简单实用的迭代学习控制程序,非常适用于迭代学习控制的初学者-The simple practical iterative learning control program is ideal for beginners iterative learning control
DAILC
- 用迭代学习算法可以实现速度与位置的完全跟踪,永磁直线电机-Iterative learning algorithm can achieve the speed and position tracking completely, the permanent magnet linear motor
DAILC
- 简单的迭代学习算法,可以实现离散化的非线性系统的跟踪-Simple iterative learning algorithm can achieve discrete nonlinear system tracking
Python
- Python学习笔记第二版 pdf电子书,全书介绍了Python基础环境,内置类型、表达式、函数、迭代器、模块类和异常等方面的知识。只所以取名为学习笔记,主要是不适合做⼊ 入⻔ 门课程使⽤ 用,所有内容都假定读者有 "⾜ 足够" 的编程基矗我原本也没打算把它写成正式读物,最主要的⽤ 用途还是个⼈ 人备忘罢了。-Python study notes pdf ebook second edition, the book intr
Jacobi
- 基于VC的 MPI并行算法编程:JACOBI迭代,供初学者学习使用-VC-based MPI parallel programming algorithm: JACOBI iteration for beginners learning to use
Newton_iterate
- 此算法应用于牛顿迭代算法,原理简单,适合初学者学习。-This algorithm is applied to Newton iterative algorithm is simple in principle, suitable for beginners to learn.
牛顿迭代法matlab程序
- 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。