资源列表
The-match-of-Player
- 经典算法设计问题,利用回溯法解决运动员匹配问题。-Classical algorithm designed to solve the problem of athletes match.
Ackerman
- 对Ackerman函数的非递归实现(using VC++),采用链式栈-Implement Ackerman without recusion,using link stack
ch09_05
- 编写返回数组中最大元素数值的模板函数。输入为两行,第一行为元素的个数n,第二行为n个元素。输出见main函数。 -Write a template function returns the value of the largest element in the array. Input for the two lines of the first acts of the number of elements n, n elements of the second act. Output, s
OvertimeDemo
- 定时的例子,三种不同方式,秒级,毫秒级,微秒级控制。-Timing example, three different ways, seconds, milliseconds, microseconds control.
cangku
- 小型仓库管理系统,实现了密码登录、查找、修改、入库、添加、备份等功能。-Small warehouse management system, the password login, search, modify, warehousing, add, backup and other functions.
xiaoyoutongxunlu
- c语言写的校友通讯录程序,使用了十字交叉链表-c language written by alumni contacts program, cross linked list
shortjob
- 短作业模拟调度程序,老师给的原创代码。很不错!-Short job simulation scheduler, the teacher gave the original code. Very good!
Perm
- 生成排列算法。采用递归的思路。供大家交流学习讨论。-Perm algo。
equalization
- 图像的均衡化实现,任意找一个jpg图像都可以对其进行灰度转换然后进行灰度图像均衡化-The image equalization realize arbitrary find a jpg image can be gray-scale conversion and grayscale images equalization
SPCOMM
- delphi spcomm控件,安装即可方便操作串口,使用简单,学习迅速-the the delphi spcomm control, installation can be convenient operation of the serial port, using simple, rapid learning
ch08_08
- 声明一个抽象类Med作为基类,其中仅包含一个string 类型数据成员title(名称)和两个纯虚函数print()和id()。然后派生出Book类,CD类和Mag类。在Book类中,包含3个string类型数据成员 author(作者), pub(出版者), isbn(书号)和函数成员print()和id()。在CD类中,包含3个string类型数据成员composer(制作者), make(介质形式), number(编号)和函数成员print()和id()。在Mag类中,包含2个strin
read-and-write
- 简单的读写操作,使用fstream,适用于初学者-Simple read and write operation
