资源列表
高斯消元法解线性方组选主元
- 高斯列主元消元法, 这只是我个人的一种解法,仅供参考。-out PCA Gaussian Elimination Act, this is my personal one solution for reference.
DLList
- 基于C语言的数据结构算法,双向链表定义函数.-based on the C-language algorithm data structure, two-way linked list defined functions.
PlayingCards
- /*有一定数量total的扑克牌,现在两个人甲乙用这些扑克牌玩一个游戏,两人轮流从 扑克牌中为放回地拿出几张扑克牌,每次最多拿max张,怎样拿才能保证第一个拿牌 的人获胜,本程序提供了一种方法,程序默认甲是第一个拿牌的人*/
gaijin
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换, 每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作? 如将N 个数按从大到小排序,Turbo C语言程序函数
CirQueue
- 数据结构实验c语言原代码,数字从小到大的排序.
C++gmres算法
- gmres算法
main
- 安排比赛 用分治法实现 可以重复输入比赛队数,排版美观。 -Competition arrangements with sub-rule method can be re-enter the team number, layout aesthetics.
coba
- BFS source code for searching-BFS source code for searching..
1
- 这是一个正弦函数的源代码,比较实用.能较快速的运算。-This is a sine function of the source code, more practical. To faster computing.
qiujiaoji
- 数据结构:实现两个有序线性表的交集,并选择另外开辟一个空间实现有序交集的线性存储。-Data Structure: Implementing the intersection of two ordered linear form, and another to open up a space orderly intersection of linear memory.
doubleRobustnessAnalysis
- 分析微生物化学计量模型中代谢通量双鲁棒性的matlab函数
meanshift
- Clustering using Meanshift Algorithm