资源列表
Maze
- 迷宫设计 利用STL 的stack 类,完成以下要求的功能: 1、打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两个空格),注意每个位置都是两个字符。 2、寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输FindPath(FindPath(FindPath(F
hangbanguanli
- 数据结构课程设计C++语言,应用了MFC库,图形界面编写的小型航班管理系统,数据结构采用文件读写方式,包括查询,订票,退票3个基本功能。 内有程序设计报告-Data Structures C++ language curriculum design, the application of the MFC library, a graphical interface written in small flight management systems, data structures used
auto2000-0.9.8
- 可以在linux环境下使用,用来分析非线性系统稳定用的数学分岔分析软件,AUTO2000版。-Under linux environment can be used to analyze the stability of nonlinear systems with mathematical bifurcation analysis software, AUTO2000 edition.
Train
- 一、问题 一列火车要将N列车厢分别送往N个车站,车站按1~N的次序编号,火车按照N,N-1…1的编号次序经过车站。假装车厢的编号就是其目的地车站的编号。 二、要求 给定一个任意的车厢排列次序。重新排列车厢,使其按照从1到N的次序排列。规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨到出轨。 -First, the problem A train to N train cars were sent to the N station, the stat
Dlabyrintthi
- 利用不相交类集制作的自动生成成迷宫的程序,迷宫大小可自由改变 -Disjoint set of classes produced automatically generated into the maze procedure, the maze size can be free to change
mtxfx_v0.07_beta
- 利用C++实现了一个矩阵类,并且在此基础上定义了矩阵的常用操作。在VS2008上编译通过,并且给出了测试的算例。-Using C++, a matrix class, and on this basis, the common definition of a matrix operation. In VS2008, on compiler, and test examples are given.
datastract
- 数据结构动画,这是个演示各种数据结构算法的软件,对理解数据结构有较大的帮助,看这个软件的演示,可以很清晰的理解书上的算法-Data structure animation, this is a demonstration of various data structures of software algorithms, to understand the data structure have a greater help to see a demonstration of the softw
algorithm-demo
- 一个帮助理解数据结构中算法过程的demo.-A data structure to help understand the process of algorithm demo.
DataStructure
- 数据结构源代码(配合严蔚敏、吴伟民所著《数据结构(C语言版)》) BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Data structure source code (with Yan Wei-Min, Wu Weimin book " Data Structures (C-language version)" )
7823252[1].38m
- 数据结构算法演示-demonstration algorithm data structure
aa
- 大学本科数据结构讲义,便于初学者进行编程学习-Undergraduate data structures course material, easy for beginners to learn programming
Book-IntProg-Karlof
- Integer Programming book of Karlof