资源列表
exam6-5
- 采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
exam5-3
- 采用三元组存储稀疏矩阵,设计两个稀疏矩阵相加的运算算法。-Triples stored sparse matrix, the design of the addition of two sparse matrix computation algorithm.
2012_round_1c
- google code jam 2012 round 1c 比赛代码-google code jam 2012 round 1c game code
data-structure-code
- 《数据结构》的全部代码实现(C语言)清华大学严蔚敏版-" Data structures" in all the code (C language), Tsinghua University, Yan Wei-min version
AFEM.Ch36
- Solid-shell elements form a class of fi nite element models intermediate between thin shell and conven- tional solid elements. They have the same node and freedomconfi guration of solid elements but account for shell-like behavior in th
Maze
- c++用栈来实现迷宫求解(c语言数据结构)-c++ stack maze solving (c language data structure)
BinaryTree
- 二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告-Binary tree operation, three traversal, node search, delete, increase. Contains reports
chained-binary-tree-algorithm
- 用C++实现链式二叉树的算法,有完整的可运行的程序。-The realize chained binary tree algorithm, using C++ complete operable program.
the-code-for-acmer-
- 这个代码是配套acm的黑书使用的,里面的源码准确,希望对各位acmer友帮助!-This code is used ACM supporting the black book, inside source accurately, hope you acmer friends help!
Quicksort
- 随机产生数进行快速排序,并记录了程序运行时间-Number of randomly generated quick sort and record the program run time
single_linked_list
- 用单链表实现对学生信息的管理,包括单链表的初始化,增添结点,删除节点,查找节点等功能-single linked list of student information management, including the initialization of the single linked list, add nodes, delete nodes, find the node functions
Word-frequency-analyzer
- 词频分析器。包含了文件读入功能。输入文本记录单词出现频率-Word frequency analyzer. Contains the file is read into function.
