资源列表
issues-in-algorithms
- 程序设计中有关数据结构与算法的关键问题,两页A4大小适合复习-Programming, data structures and algorithms related to the key issues for review two pages A4 size
exchange
- 用栈实现递归和非递归的转换,内有详细解释和代码-Stack implementation using recursive and non recursive conversion, with detailed explanations and code
beibao
- 背包问题的资料,相对比较全了,可以入门学习用。-Knapsack problem of information, relatively wide, and can be started learning to use.
programmer-interview
- 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
a-binary-tree
- 在采用链式存储结构的二叉树上,以bt指向根结点,p指向任一给定的结点,编程实现求出从根结点到给定结点之间的路径。主要是对二叉树的存储结构及其在二叉链表树上的各种操作加深理解。-The introduction of chain stores on the binary tree structure to point to the root bt, p point to any given node, programming derived from the root to the given p
Introduction.to.Algorithms
- 算法介绍(包括基础的C语言算法和经典的算法介绍)-Algorithm introduced
c-program-tool
- c语言数据结构演示工具,学习C语言编程算法的绝好工具,包括所有的常规数据结构演示-c language data structure, presentation tools, learning algorithm for an excellent C programming tools, including presentation of all the conventional data structure
100-classic-C-algorithm-P
- 经典的C语言程序的算法代码,水仙花数,素数,排序,比较等等应有尽有,值得收藏。-The classic algorithm C language program code, daffodils number, prime number, sort, compare, and so everything worth collecting.
Inverse-list
- 用C语言实现在一个链表中的数据置逆的功能-Inverse function of the list is set to achieve
C-sorting-
- C语言排序大全,很强,很实用,用了就知道-C-sorting Guinness, very strong, very practical, with the know
erchashu
- 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
computing-the-value-of-an--integrat
- 倒推法推导计算积分的数值(此方法可以使计算出来的数值积分和实际的误差更小)-the back ward of computing the vlue of an integrate
