资源列表
Countingsort
- Counting sort (ultra sort or math sort[1]) is a sorting algorithm which (like bucket sort) takes advantage of knowing the range of the numbers in the array to be sorted (array A). It uses this range to create an array C of this length.
FOUR1
- 本程序可以模拟1D情况的傅里叶变换,并且经过检验,程序无误-This program can simulate the Fourier transform of the 1D situation, and after the test, the program is correct
jifen
- 复合辛普森求积 程序 算法 复合辛普森求积 程序 算法-Composite Simpson quadrature procedure algorithm composite Simpson quadrature program algorithm
bard1
- 基于Lingo软件的图形程序源代码包,可以直接应用哦-Lingo software-based graphics program source code package can be applied directly!
shuzupailiezuixiaoshu
- 输入一个正整数数组,将它们连接起来排成一个数,并使得这个数字最小-Enter a positive integer array, connect them lined up a number, and makes this figure is the smallest
Lagrange
- C语言实现的拉格朗日插值方法,对求解函数差值及拟合十分有用-C language Lagrange interpolation method, useful in solving function difference and fitting
Loding-problem
- 在给定条件下解决装载问题,有0-1装载和最大装载-Under the given conditions to solve the loading problem, 0-1 load and maximum load
Date(struct)
- 构造函数的应用,例子是关于年,月,日的代码-constructor function applied,such as year,month,day.
liu_1
- 输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊情况,闰年且输入月份大于3时需考虑多加一天。-Input on a certain day, judgment day is the first few days of the year? 1 Program Analysis: March 5, for example, should add up to two months before the fir
minvbyGRE
- 用greville方法求逆矩阵,稍加改动可求广义逆矩阵
moxing
- 超声检测回波信号模型一般超声探头获得。但在没有设备采集信号的时,需要曲线拟合,这是一个拟合的曲线。-singal
idealcircle
- 已知平面上n个点坐标,利用最小二乘法,求得过这n个点的理想圆。-Knows N points, calculate the ideal circle by LSM method.