-
内部排序算法性能分析
在本系统中,通过编码用C语言实现测试程序对常见的六种排序算法性能从比较次数、移动次数和消耗时间方面进行了对比,分析数据得出结论,为在实际应用中选择合适排序算法提供了实验依据。实现功能:排序演示模块:直接排序算法、起泡排序算法、选择排序算法、快速排序算法、希尔排序算法、堆排序算法排序对比模块:直接排序算法、起泡排序算法、选择排序算法、快速排序算法、希尔排序算法、堆排序算法
- 2022-03-17 12:03:49下载
- 积分:1
-
CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。...
CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。-CZT and FFT of the C language code, can effectively filter out harmonics and noise. Access to the signal frequency, is a good algorithm for frequency measurement.
- 2022-08-24 20:40:43下载
- 积分:1
-
麻省理工学院开发的光子晶体软件的计算程序,很不错的
MIT开发出来的计算光子晶体的软件,非常好-MIT developed the calculation of photonic crystal software, very good
- 2022-04-01 17:26:58下载
- 积分:1
-
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。...
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。-calculation of three-moment method, the preparation of Matlab, including several different methods to achieve.
- 2022-02-02 23:58:14下载
- 积分: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.
- 2023-05-16 22:45:03下载
- 积分:1
-
LabVIEW一维数组转二维数组
LabVIEW一维数组转二维数组,当一维数组元素不断增加时,将一维数组变为二维数组
- 2022-03-25 03:40:57下载
- 积分:1
-
李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等...
李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the
Hilbert curve, the high accuracy computation, pi the value formula,
takes the gravel game, the interest equality fills in the number to
play 3 pieces, confirms four colors theorems and so on
- 2023-03-22 20:00:03下载
- 积分:1
-
多关键词匹配算法,论坛等网络应用中非常有用
多关键词匹配算法,论坛等网络应用中非常有用-Multi-keyword matching algorithm, the forum is very useful for other network applications
- 2022-07-11 05:52:30下载
- 积分:1
-
网络社区发现算法
Finds communities in networks with a submodular algorithm based on the optimization of Newman"s modularity.
The algorithm finds a weakly optimal community partition of the network.
- 2022-08-08 00:41:38下载
- 积分:1
-
农历公历互转
里面提供两个函数,分别是公历转农历,农历转公历。时间最多到2100年,网上有很多公历转农历的案例,农历转公历的很难找到,自己写了个,传上来,函数都封装好了,按结构体输入后就可以直接使用了!
- 2022-01-26 06:59:26下载
- 积分:1