资源列表
[数学计算/工程计算] nijuzheng
说明:求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.<guiyongmao> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] base2fft
说明:用c++编FFT程序。此FFT 是用VC6.0编写,由FFT.CPP;STDAFX。H和STDAFX.CPP三个文件组成,编译成功。程序可以用文件输入和输出为文件。文件格式为TXT文件。 -C++ code with the FFT program with VC6.0 this FFT is written by the FFT.CPP STDAFX.H and STDAFX.CPP three files, compile successfully. Program input and<吴旭靖> 在 2025-06-20 上传 | 大小:12kb | 下载:0
[数学计算/工程计算] cutcake-c
说明:切蛋糕c语言实验源码,内容为:一个矩形蛋糕,长宽都是正整数,要求用户输入蛋糕的长和宽,并且由用户决定切分成多少块,编写一个函数求怎样切割使得最大的那一块面积最小,并输出最大的那一块的面积。-Cut the cake experiment c language source code, content: a rectangular cake, length and width are positive integers, requiring the user to enter length and<> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Hanoi_Tower
说明:汉诺塔问题求解中盘子的移动过程的c语言源码。-Tower of Hanoi problem-solving process in the mobile plate c language source code.<> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] denominator
说明:允许用户输入两个整数,求出并输出两个整数的最大公约数的c语言源码-Allows the user to input two integers, find the greatest common divisor of two integers and outputs the c language source code<> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] moore-penrose-generalized-inverse
说明:用于计算moore-penrose generalized inverse matrix 的fortran 子程序。-Used to calculate the moore-penrose generalized inverse matrix of fortran subroutines.<champagne> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] GAUSSIAN-ELIMINATION-METHOD
说明:高斯消去法求解联立线性方程组的fortran子程序。-Gaussian elimination method for solving simultaneous linear equations fortran subroutine.<champagne> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Efficiency-of-the-Iterative
说明:探讨零多项式联立逼近迭代算法的计算效率问题。-Simultaneous approximation of polynomial zeros iterative calculation efficiency.<champagne> 在 2025-06-20 上传 | 大小:683kb | 下载:0
[数学计算/工程计算] longge
说明:插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent<whr> 在 2025-06-20 上传 | 大小:69kb | 下载:0