资源列表
02P-PRecursion
- 美国密西根大学著名教授Chesney讲解数据结构处理关于递归的内容的英文课件。-Ve280 pdf of recursion by Professor Chesney from the University of Michigan.
Algorithm-source-code
- 各种常用的算法,对编程人员很有帮助,尤其是对新手很有参考价值。-A variety of commonly used algorithms, the programming staff very helpful, especially for novice great reference value.
基本算法正式稿
- 这里面包含了acm程序设计的各种常用的算法-contains acm procedures commonly used in the design of algorithms
20060119_120533
- C版严蔚敏数据结构习题详解,可以免费下载,欢迎顶起
LCS-algorithm
- LCS算法结构的描述与说明,使用源代码形式具体描述算法的实现问题-LCS algorithm
migongqiujie
- 本文件介绍了如何用栈结构实现迷宫求解功能,提供了详细的源代码-This document describes how to use the stack structure of maze solving, provide a detailed source code
Algorithm-source-code
- 零基础学算法的每章源码,.c文件可以直接运行-Each chapter source of zero-based learning algorithm c files can be run directly
Support_Vector_Machine_Light
- Support Vector Machine Light
15algorithms
- 15中算法集合,数论算法 图论算法 高精度计算等-15algorithms, graph theory algorithm algorithm for high-precision calculations
清华大学数据结构讲义
- 清华大学数据结构讲义-data structure lectures Tsinghua University
erchashu
- 二叉树的操作: 实验目的:建立二叉树,建立后的先序。中序。后序。的遍历,及输出。 思路:用递归的方法建立二叉树,用先序建立,然后调整建立时左右孩子,和根结点的顺序, 就完成了,三种顺序的遍历。 遇到的困难:在先序建立时忘记了用#符号表示该节点没有孩子。 如何解决的:用if(ch== # ) T=NULL 语句解决。 收获:明白了,二叉树的三种建立,和他们之间的区别以及递归的一些简单的应用。 运行结果:输入数字元素用#表示结点没有左孩子或右孩子。然后屏幕上显示出三种顺序
Data_structure
- 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
