资源列表
栈类
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
program
- 一个算法问题包括,一些数据结构的算法,全部是已经编译通过的源码,且是我自己写的!- An algorithm question includes, some constructions of data algorithms, completely were already translated through the source codes, was precisely I writes!
paiv
- 数据结构的课程设计题目,各种排序方法,并计算花费时间- The construction of data curriculum designs the topic, each arrangement method, and the computation spends the time
迷宫求解5
- 用于数据结构教学的例子-data structure for the teaching examples
Polynomial-together
- 这是一个一元多项式相加的数据结构的小程序,是C++版的 -Polynomial together
数据结构源码四
- 施伯乐@黄皮书《数据结构教程》part4-Shi Bole @ beige book Data Structure Course part4
aoe网络
- 我自己写的AOE网络算法-I wrote it myself AOE Network Algorithm
PWM
- 利用PWM脉宽调光,通过调节PWM的占空比来控制光源的亮度-Use of the PWM pulse width modulation to control the brightness of the light source light, and by adjusting the duty cycle of the PWM
SORT
- 运用工厂设计模式的MFC应用程序,实现五种排序算法。-MFC application using the factory design pattern, to achieve the five types of sorting algorithms.
实习5.2
- 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
实习1.1
- 实现运动会分数统计,包括学校编号,男女子项目等-achieve statistical Games scores, including school numbers, such as men and women Program
实习1.2
- 单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码-one-cycle storage structure to achieve Josephus, n individuals from 1 to n coding, and then sitting around a circle, each holding a password