资源列表
VCPPchuanyu
- 穿越丛林,演示如何让人越过障碍而前进,这是《学VC编游戏》的第五个示例,重点学习安排场景和解决对象遮档。操作方法: A、在场景内用鼠标点任意点,可指挥主角移动。 B、ESC键,退出游戏。 游戏编写方面主要使用了以下知识、技术。 1.类文件和建立方法,使用方法 2.调入场景文件,初始化场景。 3.冒泡法排序。 4.用冒泡法排序解决对象遮挡。 5.实用的无闪烁刷屏方法。-Through the jungle,
Parking-lots
- 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序依次排列。VC++程序实现停车场编制按上述要求进行管理的模拟程序。-Parking lots is an n cars parked narrow channel, and only one gate for vehicle access. Car in the parking lot of time in order to reach by vehicle in order of prio
Lecture2
- 一个栈的实现和其策试可以充分的帮助初学者了解栈这种数据结构-A stack implementation and test of its strategy to help beginners learn the full stack, this data structure
1
- 一本非常权威的算法书籍,可以帮助各个程度的程序开发人员在算法提高方面帮助。-Algorithm a very authoritative book that can help all levels of application developers to improve aspects of the algorithm to help.
kaka
- ssd guanyu ssd deneirong
java
- java写的数据挖掘的程序,结果看起来简明,简单易懂!-java program to write data mining, easy to understand!
zwyFat32_analyze
- 主要是针对FAT32文件系统的一些比较重要的几个数据结构的描述和详细的介绍,对于想了解FAT32文件系统的是比较好的资料-FAT32 file system, mainly for some of the more important are the descr iption and the data structure in detail, those who want to understand the FAT32 file system is a better data
dijstra
- 用dijstra算法求解最短路问题,用C++在vc6.0环境下调试通过-The shortest path algorithm with dijstra problem with C++ debugging environment through the vc6.0
sjfx
- 非文件的数据结构分析,用于获取数据文件结构-Analysis of non-file data structure, used to obtain the data file structure
banker
- 银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
TestCompress
- VC++演示LZARI压缩算法的使用效果,从事编程的朋友大概都听说过这个算法吧,据说压缩比还是可以的,虽然比不上WinRAR那么牛,但是在安全压缩方面也想当不错-VC++ demonstrates the use of effective compression algorithm LZARI engaged in programming the algorithm friends heard about it, said compression ratio is still possible,
Josephus
- 约瑟夫环的c++源程序; 文件夹1中为老师编写的代码,多文件结构; 文件夹2中为我在数据结构课程中提交的报告及代码,用了链表和递归两种方案实现,代码简洁。-Joseph Ring c++ source Folder 1, code written for teachers, multi-file structure 2 folder structure for my courses in the data reports and code lists and recurs
