资源列表
LQueue
- 个人做的,也许有人需要,有错希望能给你们带来帮助-individuals do, some people may need a mistake, I hope you can help bring !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
nearpiont
- 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
wolfstack
- 用类实现的栈的结构。在VC++6里编译通过。希望对初学者有点帮助。高手就不用看了。 -Class Implementation of the stack structure. The VC 6 Lane compile. Want a little help for beginners. Masters do not need to read.
smallTobig
- 这个程序是用C++来实现阿拉伯数字转为大写汉字.-the procedure is used to achieve C Arabic Chinese characters to uppercase.
Binary_search
- 简单的一个Binary_search查找-a simple search Binary_search
MultiPoly0427
- 一个多重链表的演示,包括如何创建,删除,插入等等。-a multiple Chain demonstration, including how to create, delete, insert and so on.
jizhiwenti
- 数学分析,高等代数中一些极值问题的计算机描述(C语言)-mathematical analysis, advanced algebra some extreme descr iption of the computer (C language)
juzhentezhenxianglian
- 数学分析,高等代数中矩阵特征值和特征向量的求解(C描述)-mathematical analysis, advanced algebra Matrix eigenvalues and eigenvectors of the Solution (C Descr iption)
duoxiangshiyulianfenshi
- 数学中多项式与连分式函数的计算(用C语言描述)-Mathematics fractional polynomial function even with the calculation (using C language descr iption)
fuc
- 破圈法,边割法,避圈法的比较: 当图为连通且边树较少时,用破圈法较好 当图边数较多时,使用边割法和避圈法较好 -breaking lap, cutting edge, avoiding the comparison circle : When map is connected and fewer side tree, breaking lap with a better method when the edges of a few more, the use of cut
auto_-ptr
- 适合于C++初学者的一个程序,实现了只能指针,可以参考一下-suitable for beginners of a C program, realized the only indicator for reference
-arguments
- C++中变量的例子,对于C++的初学者有一些帮助,可以更了解C-C variable example, for C beginners some help, we can be more understanding of C