资源列表
suanfa
- 关于算法的介绍,是学习算法的好资料。推荐。-On the algorithm, the learning algorithm is a good information. Recommended.
gg
- 算法设计与分析王晓东电子版 里面包含pdf与ppt-Xiaodong algorithm design and analysis of the electronic version of which contains pdf and ppt
02002
- 数据结构课程设计,基于VS2008开发用用C语言,包含可执行程序,源码以及设计报告。是一个简单的图书馆进销存管理系统。-Curriculum design data structure, based on development with VS2008 using C language, including executable programs, source code and design report. Invoicing is a simple library management sy
Project
- 对c.rar的补充,满足初学者交各种商机实验报告的需求-On c.rar complement a variety of opportunities to meet the test report submitted beginner needs
CourseMS
- 本工程使用双向循环链表实现课程管理系统,可以实现任意位置查找,任意位置删除,归并两个有序链表等等功能函数。对初学数据结构的同学很有帮助。-This project uses two-way circular linked list course management system, you can achieve any position to find and delete any position, merge two ordered linked lists and so on funct
Data Structure and Algorithm Analysis in C
- Data Structures and AlgorithData Algorithm Analysis in C
BigNum
- 大数运算,能够对大数进行四则运算及求幂等运算-BigNum calculate,can aad and decrease,power........
GraphBook.latest-r1991
- The Graph Book. Everything you need to knwo about graphs and how to effectively use them to solve problems.
sanbanyuanli
- 本程序是将普通图片转化为灰度图片,从而提取其灰度矩阵。以及几篇数字散斑相关方法的数学理论,介绍了当前主流的几种搜索方法。-This procedure is the general picture is converted to grayscale image, thereby extracting its grayscale matrix. And several mathematical theory of digital speckle correlation method
ncc
- 介绍如何进行ncc算法的计算的程序,可用于学习之用-ncc algorithm
Parking-management-simulation-system
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Parking lot to stack simulation to simulate the queue of
RadixSort
- 基数排序,良好的设计,效率高,容易理解,适合C++初学者。-RadixSort method, good design ,hight effeciency ,easy to understand ,suit for C++ learner