搜索资源列表
aaa
- 数据结构书上例子的代码,非常之全 可以用于学习参考-Data structure example of the code book, a very wide learning can be used for reference
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
suanfa_10_ebooks
- 包含了10部经典算法书的电子书合集,是深入研究算法的重要参考-Contains 10 classic algorithms book e-book collection, in-depth study is an important reference algorithm
AVL.doc
- 次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete
snake
- 蛇形存储矩阵和数据结构书,可以参考一下,是清华大学严蔚敏的版本-Snake store matrices and data structures book for reference, is the version of Tsinghua University, Yan Wei Min
computer_algorithm_designing_and_analyzing
- 计算机算法设计与分析,王晓东版,十分实用的一本参考书-Design and analysis of computer algorithms, Xiaodong version, very useful reference book
ContactBook
- 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
KMP
- 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
Clanguage
- 数据结构(C语言版)-严蔚敏,随书源码,方便大家直接引用-Data structure (C-language version)- Yan Wei-min, with the book source, we facilitate a direct reference to
SearchMultimediaDatabasesbyContent
- CMU的C. Faloutsos撰写的关于基于内容的多媒体搜索的书籍 是高级数据结构的一本很好的参考书-CMU' s C. Faloutsos written content-based multimedia search on the books are advanced data structures a very good reference book
beibaoV2
- 背包问题,算法问题研究,这个是本书,大家共同参考,算法竞赛需要的。-Knapsack problems, the algorithm research problems, this is this book, everyone to reference, the algorithm of competition needs.
ProgrammingPearls(chs)
- 编程珠玑中文版,提高编程技巧的一本很好很强大的参考书,适合编程发烧友或者从业人员使用-Programming Pearls Chinese edition, a very good reference book to improve programming skills for programming enthusiasts or practitioners use
aco
- 这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the network, as well as books on some o
tushuguanlxit
- 1. 图书信息包括:序号、书名、作者、出版单位、价格。 2. 系统以菜单方式工作。 3. 图书信息录入功能(图书信息用文件保存)--输入。 4. 图书信息的删除与修改功能。 5. 图书信息浏览功能--输出。 6. 查询功能--算法:(按书名/作者查询)。 7. 排序功能--算法:(按书名排序/按价格排序)。 8. 图书购买功能:统计选购图书的总价,给出清单,屏幕输出参考以下的实际购书单。 -1 book inform
