资源列表
f16
- 16点的傅立叶算法,用标准C语言编写,并对计算速度进行了优化,比常规算法快很多
test
- 利用线性表表示一个集合,并实现两个集合的并交差和复合运算。
Kalman
- kalman滤波学习的Maltab程序,特点是简单清晰,过程噪声和观测噪声的方差可以设定,能够直观的学习滤波器的特点。
interpolation
- Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量
输入三个整数x,y,z,请把这三个数由小到大输出
- p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
ArcGIS9.3
- arcgis的全套注册文件,用于arcgis9.3的安装-arcgis complete set of registration documents for the installation of arcgis9.3
2(2)
- 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
fahanshufa
- 罚函数法将有约束优化问题转变成另一种形式,人后通过解一个序列的无约束极小问题求出原问题的最优解-Penalty function will be constrained optimization problem into another form, one after the solution through a sequence of unconstrained minimax problems find the optimal solution of original problem
2-sat
- 所为2-sat问题,就是2判断问题。该算法是用拆点的方式建图,用找强连通子图的方法推出矛盾,用以判断2-sat是否可行。经典实现,-2-sat, is a matter of judgment. The algorithm is used to find a demolition point built strongly connected subgraph launched contradictions, used to determine whether the 2-sat. Classic
1
- 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matrix, and the matrix transpose,
BP
- 实现了B+树的建立,查找,节点分裂,可以直接运行-Realized B+ tree establishment, find, node splitting can be run directly
SansNom1
- this source code will help you dominate the world !
