资源列表
24points
- 本程序并不能去掉全部冗余解,只是去掉一部分,并且写的尽可能简单,仅供大家参考。(注意:直接复制本段代码是无法正常运行的,除非手动重写-,-嘿嘿)-The solution is simple to redundancy 24 points
Data-Structures-and-Algorithms
- 多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
shujujiegouanswerc
- 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIco
greedy
- 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
shortestpath
- 题目:编制一个求出网中最短路径的程序. 问题描述:计算一个有向网中位置为0 的点到其余各顶点的最短路径,以一个网状的带权有向图G6为测试内容 -Topic: establishment of a network to derive the shortest path procedure. Problem Descr iption: Calculate a network location to the point of 0 to the remaining vertex of the s
guangyibiao
- 广义表的创建以及相关操作。-Generalized form of the creation and related operations.
ycomb
- Y-combinator 解决fibonacci数列的一个实现,实现了不定义函数名称而实现递归的过程-Y-combinator solve a fibonacci series to achieve, the realization of the non-defined function name to achieve the process of recursive
SDSD
- 建立一棵二叉树,对该二叉树进行遍历,打印出所有结点的信息。
C
- 深度优先搜索遍历, 数据结构 图的遍历,c 语言编写-Depth-first search traversal
1003
- 第33届ACM亚洲区域赛(哈尔滨赛区预选)1003题目源码-The 33rd ACM Asia regional event (pre-division Harbin) 1003 Title Source
SpanTree
- 最小生成树的算法范例,用BCB6编写的Windows程序,可以作为教学范例-Examples of minimum spanning tree algorithm, use the Windows procedures for the preparation of BCB6 can be used as teaching examples
stack_calulator
- 利用堆栈实现算数表达式求值(运算过程为个位数)-use stack to evaluate arithmetic expression.