-
poj2187给一堆点,求出其中的最远点对,凸包的应用
poj2187给一堆点,求出其中的最远点对,凸包的应用-poj2187 to a pile of points, obtained one of the furthest points right, the application of convex hull
- 2022-03-10 07:13:36下载
- 积分: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-06-02 03:04:12下载
- 积分:1
-
school program not long, with nothing to read even Xi.
学编程没多久,没事写着连习。-school program not long, with nothing to read even Xi.
- 2022-11-24 04:35:03下载
- 积分:1
-
based on multi
基于多点的快速傅立叶变换算法C++开发环境-based on multi-point fast Fourier transform algorithm C Development Environment
- 2022-07-13 02:52:42下载
- 积分:1
-
非定常热传导C语言
资源描述利用显示格式求解非定常热传导方程,网格点数100,时间步长0.01,第一类边界条件
- 2022-07-27 22:08:22下载
- 积分:1
-
BFS迷宫图片画线子函式
BFS 迷宫图片 画线 子函式.......可完成自动 画线存图.......广度搜寻演算法.........
- 2023-01-05 05:30:03下载
- 积分:1
-
无网格算法EFGM的matlab源代码
EFG是无网格算法里面的代表性算法,1994年由Ted提出,此程序为matlab写的EFG的程序,一个平面2D的问题,无网格学习的可以好好看一下
- 2023-04-25 13:05:04下载
- 积分:1
-
Fortran求解矩阵线性方程组,有例子,可以直接运行
Fortran求解矩阵线性方程组,有例子,可以直接运行
/"P.S:本软件既可以计算线性方程组Ax=b,也可以计算矩阵方程AX=B")
Purpose : 消去法解矩阵方程
!
!-----------------------------------------------------
! In put data files :
! 1. fin.txt 输入方程系数
! 2.
! Output data files :
- 2023-03-15 08:45:04下载
- 积分:1
-
自动扫雷
资源描述基于c语言的自动扫雷程序,通过调用系统函数进行与相关游戏进行连接
- 2022-01-28 15:44:39下载
- 积分:1
-
VB6的CRC算法类
利用VB6编写的一个CRC计算类,支持CRC-16(x16+x15+x2+1)算法和CRC-CCITT(x16+x12+x5+1)算法,每种算法都支持选择先计算低字节还是先计算高字节,非常适合嵌入式系统的辅助计算,已被运用于嵌入式系统的辅助工具中。类中包含计算进度事件,可以在事件中显示计算进度。
- 2022-09-27 20:20:02下载
- 积分:1