资源列表
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
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
gradient-conjugue
- La méthode de gradient conjugué en C.
matric
- c编写的矩阵运算库,比较实用全面,涵盖了矩阵的各种运算-c write the matrix arithmetic library, more practical comprehensive, covering a variety of matrix operations
Nonlinear_equations_and_the_equations
- 用C编写的非线性方程与方程组的求解,可以参考一下-Nonlinear equations written with C and the equations for reference
Ordinary_Differential_Equation_to_solve
- 用C编写的常微分方程(组)的求解程序,可以参考一下-Ordinary Differential Equations written with C (s) of solving procedures for reference
Data_processing_and_regression_analysis
- 用C编写的数据处理与回归分析函数程序,用来共享一下-Written with C data processing and regression analysis function procedures, to share what
Random_number_generation
- 用C编写的随机数的产生的函数程序,共享以参考-Written with the C function random number generation process, sharing with reference
Polynomial_function_was_calculated_with_the_contin
- 用C编写的多项式与连分式函数的计算的函数程序,共享一下-Written using C and the Continued Fraction function polynomial function calculation process, sharing what
fun11111
- 传输矩阵计算透过率,数据为实验测试数据。各位敬请使用-Transfer matrix calculation of transmittance
nazari-shortest-path
- shortest path in car navigation system
k-mean
- cluster in data minig
