-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
运用链表来操作多项式,实现多项式加减乘的功能
运用链表来操作多项式,实现多项式加减乘的功能-used to operate polynomial, Modified by polynomial functions
- 2022-03-15 02:34:14下载
- 积分:1
-
操作系统实验读者写者的实现
读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读读者优先的限制: 如果一个读者申请读操作时,已经有一个读者在读,则该读者可以直接读写者优先的限制: 如果一个读者申请读操作时,有写者在等待访问共享资源时,则该读者要等到没有写者处于等的状态时才能开始读操作
- 2022-01-28 03:39:48下载
- 积分:1
-
基于遗传算法优化的 BP 神经网络非线性系统拟合算法
遗传算法优化 BP 神经网络是用遗传算法来优化 BP 神经网络的初始权值和阈值,使优化后的 BP 神经网络能够更好地预测函数输出。遗传算法优化 BP 神经网络的要素包括种群初始化、适应度函数、选择操作、交叉操作和变异操作。
- 2022-02-12 04:35:16下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-01-26 06:49:25下载
- 积分:1
-
USACO chapter two.Useful for beginners.
USACO chapter two.Useful for beginners.
- 2022-02-04 18:36:19下载
- 积分:1
-
计算光子晶体能带的程序,用matlab编写,比较容易理解!
计算光子晶体能带的程序,用matlab编写,比较容易理解!-photonic crystals can be calculated with the procedures used Matlab to prepare, easier to understand!
- 2022-01-23 10:31:53下载
- 积分:1
-
手写识别应用软件,提供高效的触摸屏手写识别方法。
手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides
highly effective touches the screen handwriting recognition method.
- 2022-03-10 08:11:00下载
- 积分:1
-
mtlab中INV()求逆函数的C++代码
资源描述在matlab中,inv()函数一一个自带十分快速的求逆的算法,但是在matlab中是不公开的,为了方便,本程序将INV()函数做出C++代码方便用户的使用。
- 2023-06-22 13:50:03下载
- 积分:1
-
递归转递推的一个例子,用c++实现。
递归转递推的一个例子,用c++实现。-pushed the recursive transmitting an example, using c achieve.
- 2022-11-22 21:55:03下载
- 积分:1