资源列表
complex
- .h文件。c++中的复数类,能够直接完成基本四则运算,输入输出流,完成一定范围内的比较运算-. H file. c++ classes in the plural, to directly perform basic arithmetic, input and output streams, to complete a range of comparison operators
8queen
- 一个简单的8皇后问题的解答,里面有一个cpp文件和两个h文件,h文件一个是棋盘类,一个是写函数,cpp文件为主程序。输出为一个.txt文件,上面有所有问题的答案-A simple 8-queens problem solution, which has a cpp file and two h files, h files one is the class board, one is to write functions, cpp file-based program. Output as a.
3
- 双线链表的建立,用c语言实现双线链表的建立,本文件是软件笔试的试题-The establishment of double linked list, double linked list in c language creation, this document is software written examination questions
polynomail
- 稀疏多项式 数据结构的 绿皮版的 希望有用-Sparse polynomial data structure version of the Green Paper seek to help
search
- 数据结构之查找算法总结笔记,包含了所有查找相关的算法程序-Data structure of the search algorithm summary notes, contains all the relevant algorithm to find
SomeSort
- 数据结构的 各种排序方法 堆排 希尔-Various data structures, etc. Hill Sort heap row
hefuman
- 赫夫曼树的算法 希望对大家有用 数据结构必会程序-Huffman tree algorithm we hope will be useful to program data structures
SortCmp
- 插入排序,快速排序,归并排序,基数排序算法的实现,基于VS2008的MFC实现,界面很清新简洁,代码部分清晰明了,有需要的童鞋不妨下来-Insert_sort, Quick_sort, Merge_sort, Radix_sort
Fibonacci
- 计算通过3种方法计算高位,斐波那契数,简洁明了。逐项递归法,对分递归法和公式计算法-Calculated by three methods calculating high, Fibonacci numbers, concise. One by one recursion, recursive methods and formulas for points calculation
n_queen
- 关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
data-artitecture-by-yanweimin
- 清华严蔚敏《数据结构》的全部代码实现C语言-Tsinghua Yan Wei-min " data structure" of all the C language code
Noname1
- 设线性表存放在向量A[arrsize]的前elenum个分量中,且递增有序。试设计一算法,将x插入到线性表的适当位置上,以保持线性表的有序性。-Let the linear vector table is stored in A [arrsize] elenum a component in the first, and increasing order. Design a test algorithm, the linear form x into the proper position to
