登录
首页 » Visual C++ » 0728-0708-0704

0728-0708-0704

于 2021-03-14 发布 文件大小:9085KB
0 230
下载积分: 1 下载次数: 31

代码说明:

  北邮数据结构课程设计大作业之旅行模拟查询系统。可实现多线程多旅客、中途更改计划、动态显示旅客状态等多个需求。已通过验收。(BUPT curriculum design travel query system simulation of large operations. Multithreading enables passengers to change plans midway, dynamic display multiple demands guest status. It has passed inspection.)

文件列表:

0728-0708-0704
..............\document
..............\........\功能需求说明及分析.doc,28160,2016-06-03
..............\........\各模块设计说明.docx,53777,2016-06-03
..............\........\总体方案设计说明.doc,19456,2016-06-03
..............\........\数据结构说明和数据字典.doc,52224,2016-06-02
..............\........\用户使用说明.docx,736357,2016-06-03
..............\........\范例执行结果及测试情况说明.docx,7026063,2016-06-03
..............\........\设计任务的描述.doc,15872,2016-06-03
..............\........\评价和改进建议.docx,18432,2016-06-03
..............\report.docx,13604,2016-06-03
..............\report1.txt,1141,2016-06-06
..............\report2.txt,0,2016-06-06
..............\report3.txt,0,2016-06-06
..............\run.exe,1892451,2016-06-03
..............\source_code
..............\...........\ControlFun.cpp,44934,2016-06-02
..............\...........\ControlFun.h,1574,2016-06-02
..............\...........\Debug
..............\...........\.....\时刻表.mdb,352256,2016-05-25
..............\...........\res

..............\...........\...\TravelPlan.rc2,402,2009-03-03


..............\...........\resource.h,3995,2016-05-29
..............\...........\StdAfx.cpp,227,2009-03-25
..............\...........\StdAfx.h,1232,2009-03-25
..............\...........\TravelPlan.cpp,2343,2009-03-26
..............\...........\TravelPlan.dsp,4571,2016-05-29
..............\...........\TravelPlan.dsw,528,2016-05-29
..............\...........\TravelPlan.h,512,2016-05-24
..............\...........\TravelPlan.rc,19806,2016-06-03
..............\...........\TravelPlanDlg.cpp,58131,2016-06-03
..............\...........\TravelPlanDlg.h,2817,2016-06-02
..............\时刻表.mdb,352256,2016-05-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • point
    用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方(Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity))
    2012-12-16 13:14:04下载
    积分:1
  • 1
    说明:  顺序表的基本操作:1. 编写函数,输入一组整型元素序列,建立一个顺序表。 2. 编写函数,实现对该顺序表的遍历。 3. 编写函数,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位置i,否则返回错误信息。 4. 编写函数,实现在顺序表的第i个位置上插入一个元素x的算法。 5. 编写函数,实现删除顺序表中第i个元素的算法。 6. 编写利用有序表插入算法建立一个有序表的函数。 7. 编写函数,利用以上算法,建立两个非递减有序表,并把它们合并成一个非递减有序表。 8. 编写函数,实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。 9. 编写一个主函数,在主函数中设计一个简单的菜单,分别调试上述算法。 (The basic operation of the order form)
    2010-06-15 18:15:32下载
    积分:1
  • stringmatch
    说明:  高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配(High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match)
    2009-07-22 10:36:52下载
    积分:1
  • bintree
    一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作(a program about bintree structure)
    2009-05-17 16:54:29下载
    积分:1
  • kalman_C
    说明:  离散随机线性系统的卡尔曼滤波。 其中13lman.c是卡尔曼滤波函数,4rinv.c是滤波函数中用到的矩阵求逆函数,13lman0.c是主程序。(discrete stochastic linear Kalman filtering system. 13lman.c which is the Kalman filter function, 4rinv.c filtering function is used in the matrix inversion function, is the main program 13lman0.c.)
    2006-03-01 19:20:13下载
    积分:1
  • tu
    说明:  、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。 (Proficiency in the order of search, binary search and index search basic search algorithm, these algorithms are familiar with what kind of storage structure suitable for implementation two master binary sort tree characteristics, building methods, and dynamic search algorithm 3 master hash table of characteristics and construction methods.)
    2009-12-30 21:15:29下载
    积分:1
  • LStack
    堆栈实现C++,以VC++环境为准——逍遥大洋至上(The stack of the C++, VC++ environment will prevail)
    2012-03-26 08:35:26下载
    积分:1
  • tree
    求二叉树的深度: 给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 (Description 给定一个有根二叉树,规定连接两个节点的每条边长度是1,定义树的深度为根到叶子节点距离的最大值。 )
    2011-12-11 20:42:18下载
    积分:1
  • Huffman
    数据结构,利用霍夫曼树实现文本数据的压缩。(Huffman data compression and decompression.)
    2014-01-28 18:25:24下载
    积分:1
  • quicksort
    数据结构快速排序例程代码,只要按照例子就可以很容易加入到你的程序当中。(Data Structures quick sort routine code, just follow the example you can easily add them into your program.)
    2013-05-23 15:05:53下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载