资源列表
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
fdy
- windsat卫星风场数据读写操作及说明-windsat reader
wps
- 求方程组的解,非常好用,方程组,线性与非线性的都行-Find the solution of equations, very easy to use, equations, both linear and nonlinear line
polynomial_fitting
- 二元二次多项式曲面拟合法的Matlab实现,含有M文件及数据文件示例-Binary quadratic polynomial surface fitting Matlab, contain the M-file and the data file example
LinearProg.cpp
- 单纯形线性规划源代码,代码简洁用于求解线性规划问题。GNU C++下编译通过。写成了类,直接调用接口即可。-Simplex linear programming source code, code used to solve simple linear programming problem. Under the GNU C++ compiler through. Written in a category, you can directly call the interface.
计算圆周率PI的FORTRAN 的程序
- 这是计算圆周率PI的FORTRAN 的程序,程序简单通过f(x) = 4/(1 + x**2)-This is a good program, compute pi by integrating f(x) = 4/(1+ x**2)
lindemann-index
- 根据原子的坐标,计算体系里德曼因子的,可以看出体系的状态-According to the atomic coordinates to calculate the system Li Deman factor, we can see that the system state
1087.cc
- 北大ACM网站 1087题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1087
1099.c
- 北大ACM网站 1099题 http://acm.pku.edu.cn/JudgeOnline/problem?id=10-ACM Web site 1099 North title http://acm.pku.edu.cn/JudgeOnline/problem?id=10
1127.c
- 北大ACM网站 1127题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1127-ACM Web site 1127 North title http://acm.pku.edu.cn/JudgeOnline/problem?id=1127
merge
- 在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pi
longest
- Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l