资源列表
Stack-Problem
- 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据 序列进行模拟管理。对每一组输入数据进行操作后的输出信息为:若是 车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去, 则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时 间不收费) 。设每单位时间收费 1 元。-Parking Stack simulation to simulate the queue sidewalk outside the car, according to the re
lab1
- 数位讯号处理,简单的数位讯号处理,适合学生该应用-math ways
Hamilton
- 一个寻找哈密顿回路的应用实例。幼儿园的老师要为孩子们排座次吃饭,桌子是圆形的,其中有一些孩子应为彼此间有矛盾不能坐在一起,求一种排座方案。该程序即是为解决这一问题而编写的,其中的核心功能就是寻找哈密顿回路。-Looking for a Hamiltonian circuit application examples. Kindergarten teacher for the children to eat row seating, tables are circular, some childr
Euler
- 一个欧拉回路的应用实例。一个农夫要巡视农场,要求每条路都要来回走一遍(即每条路走两遍且两遍的方向不同),求其解决方案。该问题的核心问题就是如何求欧拉回路。-Application examples of a Euler. A farmer to farm inspections required every road should go back and forth again (that is the way to go twice and twice each in a different
Link_List
- Visual C++实现的链表,队列,和栈的代码-Visual C++,LinkList,Stack,Queue code
Search
- Visual C++实验的各种搜索算法,比较全-Various search algorithms Visual C++ Experiment
Sort
- Visual C++实现的各种排序算法,比较全-Various sorting algorithms Visual C++ implementation, more full
Tree
- Visual C++实现的树数据结构,对应的操作方法比较全面-Visual C++ implementation of tree data structure, corresponding to a more comprehensive method of operation
TreePractice
- Visual C++实验的数据结构中的树,对其操作比较全-Visual C++ experimental data structure tree, its operation more full
horse-riding
- 数据结构,马踏棋盘问题源代码。已经编译通过,源文件内包含代码解释。-Data structures, horse riding board source of the problem.It has been compiled by the inner source file that contains code interpreter.
20150505
- GPS平差辅助函数,其中有所有测量平差的各个模型和算法-GPS assisted adjustment function, including all the various models and algorithms of measurement adjustment
Polynomial-arithmetic-calculation
- 计算多项式的加减乘除求值求根 在codeblocks中c++11标准下编译通过-caculate the polynominal use codeblocks in c++ 11 standard