资源列表

« 1 2 ... .83 .84 .85 .86 .87 2488.89 .90 .91 .92 .93 ... 3400 »

[数学计算/工程计算dd

说明:shell sort is a rather curious algorithm, quite different from other fast sorting algorithms. It s actually so different that it even isn t an O(nlogn) algorithm like the others, but instead it s something between O(nlog2n) and O(n1.5) depending on i
<sereen> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[数学计算/工程计算heap_sort

说明:heap sort is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure tha
<sereen> 在 2025-06-30 上传 | 大小:2kb | 下载:0

[数学计算/工程计算insertion

说明:is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure that the sort
<sereen> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[数学计算/工程计算quick

说明:quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very short and can be optimized very w
<sereen> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Legendre

说明:Legendre polynoms in C.
<ProjetMaster> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gradient-conjugue

说明:La méthode de gradient conjugué en C.
<ProjetMaster> 在 2025-06-30 上传 | 大小:1kb | 下载:0

[数学计算/工程计算matric

说明:c编写的矩阵运算库,比较实用全面,涵盖了矩阵的各种运算-c write the matrix arithmetic library, more practical comprehensive, covering a variety of matrix operations
<蛐蛐> 在 2025-06-30 上传 | 大小:16kb | 下载:0

[数学计算/工程计算Nonlinear_equations_and_the_equations

说明:用C编写的非线性方程与方程组的求解,可以参考一下-Nonlinear equations written with C and the equations for reference
<蛐蛐> 在 2025-06-30 上传 | 大小:16kb | 下载:0

[数学计算/工程计算Ordinary_Differential_Equation_to_solve

说明:用C编写的常微分方程(组)的求解程序,可以参考一下-Ordinary Differential Equations written with C (s) of solving procedures for reference
<蛐蛐> 在 2025-06-30 上传 | 大小:26kb | 下载:0

[数学计算/工程计算Data_processing_and_regression_analysis

说明:用C编写的数据处理与回归分析函数程序,用来共享一下-Written with C data processing and regression analysis function procedures, to share what
<蛐蛐> 在 2025-06-30 上传 | 大小:9kb | 下载:0

[数学计算/工程计算Random_number_generation

说明:用C编写的随机数的产生的函数程序,共享以参考-Written with the C function random number generation process, sharing with reference
<蛐蛐> 在 2025-06-30 上传 | 大小:5kb | 下载:0

[数学计算/工程计算Polynomial_function_was_calculated_with_the_contin

说明:用C编写的多项式与连分式函数的计算的函数程序,共享一下-Written using C and the Continued Fraction function polynomial function calculation process, sharing what
<蛐蛐> 在 2025-06-30 上传 | 大小:8kb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 2488.89 .90 .91 .92 .93 ... 3400 »

源码中国 www.ymcn.org