资源列表
zuoye
- 三次样条插值算法:三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。 -Cubic spline interpolation algorithm
BBGamma
- 计算伽马(gamma)函数值,gamma函数积分区间为0到正无穷,令有参数是整数时的情况的源代码 -compute gamma function
main.cpp
- project euler 60的源代码,寻找最小的5循环素数-project euler 60 of the source code, find the smallest prime number 5 cycles
lab4
- 最长递增子序列 问题描述: 随机生成小于等于n的自然数的一个序列, 输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3, 即长度为3的递增子序列。 提示:参考LCS,思考能否达到时间复杂度(O(nlogn)) -Longest increasing subsequence problem descr iption: randomly generate
Fast-Fourier-transform
- 计算快速傅立叶变化FORTRANH程序,可以计算一维离散傅立叶谱-Calculation of fast Fourier transform FORTRANH program, one dimensional discrete Fourier spectrum can be calculated
three-position.f90
- fortran语言编写的gibbs三位置矢量定初轨模块,适合航天专业参考-gibbs three-position vectors determine initial orbit, be suitable for aerospace professional
Vector3src
- double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。 -double types of 3-D vector operation library is, plus or minus, plot points, fork plot, division, from mold, Function units.
Jacobi
- 该函数文件是通过雅克比迭代格式求解线性方程的近似解-The function file is the format adopted for solving Jacobian iteration of the approximate solution of linear equations
steepestdescent
- 改进了的最速下降法,用于求解正定n元二次函数-Improved steepest descent method for solving n-positive definite quadratic function
suffixArray_vertexCover
- Implementation of Suffix Array and Vertex Cover algorithms
Cpp1
- 简单计算器的设计,实现加减乘除和括号的操作,包含正负数小数-Simple calculator design, implementation, operation of addition, subtraction, and parentheses, include positive and negative numbers decimals
feixianx
- 弯矩曲率的求解实现方法,主要是非线性分析部分的内容-Moment curvature solving method, the main part of the contents of nonlinear analysis
