C语言数据结构源代码全注解

上传者: yuer20065562 | 上传时间: 2021-08-26 19:51:22 | 文件大小: 854KB | 文件类型: ZIP
为了复习数据结构,我用C语言编写了所有常用数据结构的源代码,并且添加了详细的注释。所以也才叫做全注解。除了自己复习之外,我想如果把这些代码放在自己的电脑上就太浪费了,所以分享给大家,可以方便大家复习数据结构的知识,同时有可以参考的源代码(个人所写,并不完善或严格,仅供参考)。 其中包括的数据结构有: 1:8皇后问题 源代码 2:链表 源代码 3:链式栈 源代码 4:链式队列 源代码 5:二叉树 源代码 6:二叉查找树 源代码 7:AVL树 源代码 8:红黑树 源代码 更详细的资料请查看《C语言常用数据结构源码全注解+下载》 地址:http://hi.baidu.com/20065562/blog/item/4206b83209d00349ad4b5f96.html

文件下载

资源详情

[{"title":"( 45 个子文件 854KB ) C语言数据结构源代码全注解","children":[{"title":"常用数据结构","children":[{"title":"二叉树","children":[{"title":"Makefile <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"btree_test.c <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"btree.c <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false},{"title":"btree.h <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false}],"spread":true},{"title":"链表","children":[{"title":"list.c <span style='color:#111;'> 3.36KB </span>","children":null,"spread":false},{"title":"list_test.c <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"list.h <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"红黑树","children":[{"title":"rbtree.c <span style='color:#111;'> 21.85KB </span>","children":null,"spread":false},{"title":"rbtree.h <span style='color:#111;'> 2.48KB </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"红黑树原理详解.pdf <span style='color:#111;'> 506.46KB </span>","children":null,"spread":false}],"spread":true},{"title":"rbtree_test.c <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"用户使用文档.pdf <span style='color:#111;'> 108.51KB </span>","children":null,"spread":false},{"title":"include","children":null,"spread":false},{"title":"setenv.sh <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"make","children":[{"title":"environment.mak <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"builddir.mak <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"common.mak <span style='color:#111;'> 989B </span>","children":null,"spread":false},{"title":"tool.mak <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"default.mak <span style='color:#111;'> 6.44KB </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"Makefile 常用函数表.doc <span style='color:#111;'> 34.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"链式队列","children":[{"title":"queue.c <span style='color:#111;'> 2.37KB </span>","children":null,"spread":false},{"title":"queue_test.c <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"queue.h <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false}],"spread":true},{"title":"二叉查找树","children":[{"title":"sbtree_test.c <span style='color:#111;'> 988B </span>","children":null,"spread":false},{"title":"sbtree.c <span style='color:#111;'> 6.80KB </span>","children":null,"spread":false},{"title":"sbtree.h <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.27KB </span>","children":null,"spread":false}],"spread":true},{"title":"链式栈","children":[{"title":"stack.h <span style='color:#111;'> 952B </span>","children":null,"spread":false},{"title":"stack_test.c <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"stack.c <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"Makefile <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"AVL树","children":[{"title":"avltree_test.c <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"avltree.c <span style='color:#111;'> 22.61KB </span>","children":null,"spread":false},{"title":"avltree.h <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"AVL.txt <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"AVL树图解.pdf <span style='color:#111;'> 109.35KB </span>","children":null,"spread":false}],"spread":false},{"title":"Makefile <span style='color:#111;'> 2.27KB </span>","children":null,"spread":false}],"spread":true},{"title":"八皇后","children":[{"title":"8empress.h <span style='color:#111;'> 981B </span>","children":null,"spread":false},{"title":"8empress.c <span style='color:#111;'> 1.98KB </span>","children":null,"spread":false},{"title":"8empress_test.c <span style='color:#111;'> 597B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.06KB </span>","children":null,"spread":false}],"spread":true},{"title":"版权信息.pdf <span style='color:#111;'> 102.81KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • tangxq93 :
    看到很用心,而且感觉思路清晰,非常感谢作者的分享!!!!
    2016-03-31
  • qingqingdede :
    好好哦,很适合新手学习数据结构!
    2015-03-11
  • wino_ :
    very good 还可以顺带学习下Makefile 好东西
    2014-07-14
  • devil0591 :
    很详细的资源,对学习很有帮助,不错
    2014-06-27
  • u011651757 :
    经典的数据结构资料,感谢分享
    2014-05-01

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明