资源列表
8
- 利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in
gauss
- 列主元高斯消元法,可以求解线性方程组,比较好用-Gauss elimination pivot column element method that can solve linear equations, compare easy to use
dianligongying
- 实际生活中的电力供应问题,c语言编程实现-Real-life power supply, c language programming
Gauss
- 高斯列主元消元法 VC6.0 数值计算 附有数据-Guass
ditui
- 利用MTALAB的M语言编写递推最小二乘法的参数测量算法-use matlab M language edit a RLS parameter estimation program
GAUSS1
- 列主元高斯消元法,可以求解线性方程组,简单易用-Column pivot Gauss elimination method, can solve linear equations, simple to use
PlotAxisAtOrigin
- 绘制二维带箭头坐标图,实现了matlab不具备的一项功能 -plot 2d figure with arrow
Insertion-Sort
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法。-Insertion sort in C/C++
ariyan_and_mahya_nozzle
- nozzele laplace stream line with guass sidel
linklists
- 连接两个链表。这个程序可以将两个链表连接在一起。-link two lists
Prime
- 判断用户输入的一个数字是否为素数,并对一个数字进行因式分解-Judgment entered by the user whether a number is prime, and a factoring numbers
matching-brackets
- 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets