资源列表
wx_sample
- 微信开发例子,密码算法,从微信开发文档中可以下载-sample code example for winxin develop
data-structure
- 数据结构上机实践指导书、7个实验代码以及实验报告-experiment guide book and seven experiment code and experiment report of data structure
segment_tree
- NotOnlySuccess线段树模板,非常简洁,易于效仿-NotOnlySuccess segment tree templates, a very simple, easy to follow
DLL
- Double link list using pointer and structure
SLL
- Single link list using pointer and structure
inorder-tree
- In order tree using pointer and structure
Fibonacci-sequence
- 用C语言实现的斐波那契数列,可以输入数字,产生相应阶的斐波那契数列。-Using C language implementation of the Fibonacci sequence, you can enter the number, generates the corresponding order Fibonacci sequence.
binary-tree-
- 用C语言编写的遍历二叉树的算法,可以实现先序遍历、中序遍历、后序遍历的递归和非递归的算法。-Using C language traversal of the two fork tree algorithm, you can achieve the first order traversal, sequence traversal, the traversal of the recursive and non recursive algorithm.
Maze
- C语言实现的迷宫算法,用二维数组模拟迷宫,实现从入口到出口的通路。-C language maze algorithm, using a two-dimensional array of maze, to achieve the entrance to the export channel.
Eight-Queen
- C语言实现的解决八皇后问题,用二维数组模拟棋盘,使用的非递归算法。-C language to solve the problem of eight queens, with two-dimensional array simulation board, using the non recursive algorithm.
2233111
- 采用分治法、动态规划算法实现0-1背包问题的求解;动态演示算法的的实现过程。要求演示界面友好、生动,易于对算法的理解-Divide and conquer, solved using dynamic programming algorithm to achieve the 0-1 knapsack problem process dynamic demonstration algorithm. The demonstration interface is friendly and vivid,
1022
- 浙大 编程能力测试 的甲级题目 第1022 数字图书馆问题 http://www.patest.cn/contests/pat-a-practise/10-http://www.patest.cn/contests/pat-a-practise/1022 A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstrac
