搜索资源列表
printself
- 基visual studio C++实现的小代码 代码本身的功能为打印输出代码本身-Basic visual studio C++ implementation code itself features a small code to print out the code itself
bb
- (1)一个理发店接待室有n张椅子,工作室有1张椅子; (2)没有顾客时,理发师睡觉; (3)第一个顾客来到时,必须将理发师唤醒; (4)顾客来时如果还有空座的话,他就坐在一个座位上等待; (5)如果顾客来时没有空座位了,他就离开,不理发了; (6)当理发师处理完所有顾客,而又没有新顾客来时,他又开始睡觉。 用条件变量实现(3张椅子) -(1) a barber shop in the reception room with n chairs, the stu
Astar
- 利用Visual Studio 6.0实现了迷宫的A星算法路径搜索-implement A* algorithm in maze route plan using Visual Studio 6.0
fuffmancode
- Huffman编码的C++程序,在visual Studio2010下调试运行成功,内有很详细的注释。可自动统计字符的概率并进行相应的编码。-Huffman coding C++ program debugging in Visual Studio 2010 runs successfully, there are very detailed notes. Can automatically statistical probability of a character and make the
3dmax-and-vc-and-opengl-two
- 3dmax模型导入到用opengl库和c++实现的小场景中,有两个房子,屋顶是树叶,可以在房子内外漫游,用microsoft visiual studio 2008打开-3dmax model into the library and c++ with opengl achieve a small scene, there are two houses, roof leaves, you can roam the house and outside, with microsoft visiual
StudentList
- 基于VS的一个简单的单向链表算法,可以添加、删除节点(A simple linked list algorithm based on Visual Studio)