• 大小: 813KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: C/C++
  • 标签:

资源简介

数据结构是大学计算机科学学科必须学习的课程,该课程设计是在导师的指导下完成的,算法特别的优化,有源程序代码。

资源截图

代码片段和文件信息

#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define NULL 0
#define INFEASIBLE -1
#define OVERFLOW -2
#include “malloc.h“
#include“stdio.h“
#include“stdlib.h“       //systemexit的头文件
#include“string.h“       //strcpy的头文件l
#include“StartMenu.h“
#include“MainMenu.h“ 
#include“MyList.h“
#include“MyStack.h“
#include“MyQueue.h“
#include“MyString.h“
#include“MyTree.h“
#include“MyGraph.h“
#include“MyArray.h“
#include“MySearch.h“
#include“MySort.h“


/****************************************************************************/


void main()
{
int n;
ShowStartMenu();
    printf(“请按任意键继续...“);
getchar();
fflush(stdin);
    system(“cls“);    /*每执行完一项功能后自动清屏*/

do{

     ShowMainMenu();
        n=-858993460;
printf(“请输入选项 n :“);
scanf(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        540  2008-12-27 14:03  c数据结构美课程设计\数据结构课程设计.dsw

     文件     164864  2008-12-30 10:51  c数据结构美课程设计\数据结构课程设计.ncb

     文件      74752  2008-12-30 10:52  c数据结构美课程设计\Debug\vc60.idb

     文件      53248  2008-12-30 10:51  c数据结构美课程设计\Debug\vc60.pdb

     文件     689152  2008-12-30 10:51  c数据结构美课程设计\Debug\数据结构课程设计.pdb

     文件     394400  2008-12-30 10:52  c数据结构美课程设计\Debug\课设.ilk

     文件     274551  2008-12-30 10:52  c数据结构美课程设计\Debug\课设.exe

     文件     689152  2008-12-30 10:52  c数据结构美课程设计\Debug\课设.pdb

     文件     394604  2008-12-30 10:51  c数据结构美课程设计\Debug\数据结构课程设计.ilk

     文件     274563  2008-12-30 10:51  c数据结构美课程设计\Debug\数据结构课程设计.exe

     文件     476796  2008-12-30 10:45  c数据结构美课程设计\Debug\课设.pch

     文件     476796  2008-12-30 10:51  c数据结构美课程设计\Debug\数据结构课程设计.pch

     文件     223402  2008-12-30 10:51  c数据结构美课程设计\Debug\课设.obj

     目录          0  2008-12-27 14:03  c数据结构美课程设计\Debug

     文件       1541  2008-12-30 10:51  c数据结构美课程设计\数据结构课程设计.plg

     文件       4215  2008-12-27 21:49  c数据结构美课程设计\Array.h

     文件       1453  2008-12-27 14:14  c数据结构美课程设计\MyArray.h

     文件       5530  2008-12-27 21:49  c数据结构美课程设计\MyGraph.h

     文件        639  2008-12-27 14:15  c数据结构美课程设计\MyQueue.h

     文件        857  2008-12-27 14:16  c数据结构美课程设计\MyStack.h

     文件       9396  2008-12-27 20:58  c数据结构美课程设计\MyString.h

     文件       3208  2008-12-27 14:16  c数据结构美课程设计\MyTree.h

     文件       2537  2008-12-27 20:57  c数据结构美课程设计\Sort.h

     文件       9080  2008-12-27 20:59  c数据结构美课程设计\Tree.h

     文件       2277  2008-12-27 14:20  c数据结构美课程设计\MySearch.h

     文件       1686  2008-12-27 14:20  c数据结构美课程设计\MySort.h

     文件       4794  2008-12-27 20:57  c数据结构美课程设计\Search.h

     文件        577  2008-12-27 21:50  c数据结构美课程设计\MainMenu.h

     文件       5680  2008-12-28 09:57  c数据结构美课程设计\数据结构课程设计.dsp

     文件       3505  2008-12-28 10:34  c数据结构美课程设计\SqList.h

............此处省略18个文件信息

评论

共有 条评论