资源列表
3_Huiwen
- 回文游戏,c语言,有源码,可以参考研究使用。-palindrome games, c language, and the source code can reference study.
linkstack
- 自己学习了数据结构后,写的一个关于链栈的实现的联系程序,希望大家指教
2965
- poj上的第2965题,用广度优先算法加上位运算实现,语言是C-poj the first 2965 title, with added-bit computing breadth-first algorithm implementation language is C++
erchashu
- 二叉树的c语言编程,数据结构的课程设计,简单易懂。学生编写-Binary tree c language programming, data structures curriculum design, easy to understand. Students write
dijkstra11
- vc下实现的最短路径的求法,使用dijkstra算法-achieved under vc method for finding the shortest path, using dijkstra algorithm
taxis-compare
- 使用两个源程序文件,一个用于构造三个算法的具体实现,另一个为主函数,完成计算统计完成一定次数对某个算法的运行时间和比较次数的统计 -Using two source files, a three algorithms used to construct a concrete realization of the other main functions, to complete the calculation of the statistical complete a certain num
Rebuild
- POJ 由中根和后根序列重建二叉树并由前根序列输出-POJ Central roots and root sequence reconstruction after anterior root binary sequence output
tree
- 树的模板实现,前序遍历、中序遍历、层序遍历等-the preordertraverse,postordertraverse,levelpreordertraverse
sort1
- 任意输入几个数字,并以Q或者q结尾,然后判断这几个数的大小,并又小到大输出-Any input a few numbers, and Q or q at the end, and then determine the size of these numbers, and to large and small output
Monitor
- Monitor下会启动两个进程分别运行不同的程序,但是在启动进程时会配置新的环境变量让程序运行在新的环境下。对于一些嵌入式应用开发中为了保持原先的环境不变,或者只有在启动一些新的环境配置才能运行而导致无法使得程序在rc.local中无法自启动而设置的新环境。
nongfulangyangcai
- 农夫 狼 羊 菜 过河 问题 sdfd-wolf sheep farmer vegetables river issues sdfd
Pro
- 最小权点覆盖问题用分支限界实现,对于给定的无向图G,计算G的最小权点覆盖.