资源列表
Double-integration-in-C-Language
- 用C语言实现二重积分数值计算,精度较高;并且仿照程序中实现二重积分的思想,可以很容易扩展到三重以上的积分。
secant
- 给定一个三次方程,用割线法求解,并研究各种算法的收敛阶数.
shuzhi2bak
- 用矩阵分解法做的快速傅立叶变换,由于是matlab的迭代程序,较蝶形算法慢
LCS
- longest common subsequence implementation
queen
- 八皇后问题,大家都知道的,这个很不错的,希望大家多-Eight queens problem, we all know, this is very good, hope we see more of
liezu
- 全主元高斯-约当消元法 可以求解线性方程组-All Principal Gauss- Jordan elimination method for solving linear equations can be
mataqipan
- 马踏棋盘经典算法,用到非递归回溯算法,C/C-Mata board classic algorithms, used in non-recursive backtracking algorithm, C/C++
Gausssep
- 高斯塞德尔解方程组,可以解决现有的所有方程方便快捷,用c编程实现无权使用-High Sisaideer solution of equations, can solve all the equations of existing convenience, with no right to use c programming
LinesSimpifier
- LineSimplifier can simplify line points
heap_sort
- 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素-Stacking order (Heapsort) refers to the use of stacked tree (heap) the design of such a data structure sorting algorithm can take advantage of the characteristics of the array element inde
c
- 数据结构,程序设计, 括号匹配检验算法。利用栈的方式来实现-Matching brackets
2
- 用线性表的链表存储结构来实现约瑟夫(Josephu)问题-Linked list storage structure with a linear table Joseph (Josephu,) problem.
