资源列表
3
- 分别编写函数实现冒泡排序、快速排序和简单插入排序算法; 2) 2路归并排序(选做) 3) 编制一个应用程序,它将随机产生的N个0~65535之间的整数插入到一个顺序表中,然后分别用上述排序算法对这个顺序表进行排序;记录并显示各种方法的运行时间; 4) 以N=500和N=5000运行这个应用程序,对算法运行的时间作比较和分析。 -Write a separate function to achieve the bubble sort, quick sort and simple
Matlab-Euler-method
- 基于Euler方法解常微分方程,过程简单,方便,速度快-Solution of ordinary differential equations based on Euler method, the process is simple, convenient, fast! !
conjugate-gradient-method
- 基于共轭梯度算法的基本原理,以某一个具体的事例,实现共轭梯度算法对于事例的求取。-Based on the basic principle of the conjugate gradient algorithm to certain specific instances, to achieve conjugate gradient algorithm for the case of the strike.
DynamicProgrammingShortestPath
- 动态规划求最短路径,已知几个城市的位置坐标,求出便利各个城市的最短路径-Dynamic programming for the shortest path to a known location coordinates of several cities, find the shortest path to facilitate various cities
RelDielConst_SalineWater
- 用来计算海水相对介电常数的matlab程序,计算方法源自微波雷达遥感-computes the real and imaginary parts of the relative dielectric constant of water at any temperature 0<t<30, Salinity 0<S<40 0/00, and frequency 0<f<1000GHz
f2dimention
- about 1D calculate in FEM
sheruwuchayushuzhiwending
- 舍入误差与数值稳定性 数值稳定算法 数值不稳定算法-rounding error and numerical stability stable numerical algorithm numerical algorithm instability
FFT2D.rar
- 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
COUNTING_S186186372005
- this is source code for counting sort algorith in c language
Sparse_matrix_addition
- 稀疏矩阵的加法,c++实现,功能简单,但结构明晰-Sparse matrix addition, c++ implementation, functionality simple, but the structure clear
Untitled2
- this is asimple matlab file-this is asimple matlab file....
backtracking-spp.c.tar
- This is a sample code for Backtracking algorithm. This code is for set partitioning problem.
