资源列表
My_MVC
- 使用MVC模式和观察者模式实现画圆和计算面积、表面积-Use the MVC pattern and the observer pattern implementation Circle and computing area, surface area
sift算法源代码
- sift的源代码,还有注释
Algorithm_and_data_structure
- 算法与数据结构教程 PDF 大小:21.2M-Algorithm and data structure tutorial PDF Size: 21.2M
C++STL(2th)
- STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
算法设计与分析基础.第3版
- 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)
stack-Delimiter-Matching
- 分隔符匹配 使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical
suanfa20140418
- 算法分析数学之美以及编程珠玑,很经典的东西-Mathematical analysis of algorithms as well as the United States and Programming Pearls, classic stuff
yiqunsuanfa
- 蚁群算法较完整的程序,对初学者很有用。希望能帮到需要的朋友。-Ant colony algorithm is a complete program, very useful for beginners. I hope to help a friend in need.
kucun
- 能简单实现库存的计加入删除和显示的功能。但可能有些地方存在bug。-Can easily achieve the inventory count for deletion and display functions. However, there may be some local bug.
C-P-P-numerical-algorithm(2-EDITION)
- 一本关于C++数值算法方面的书,个人觉得还不错,比较详细-A numerical algorithm on the C++ book, and people feel pretty good, more detailed
kechengsheji
- 是用mfc来实现对于链表实现其基本的函数功能-Is to use mfc to achieve for the list of functions to achieve its basic function of
DS
- 数据结构第三版,适用于初学者学习使用,并且对C,C++已经学过的人。(DS third edition:Vector(using OOP to describe) includes List, Stack, Graph, Binary Tree and so on. it is better that you have learnt C and C++ previously, it will help you better learn the Data Structure especially