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

0728-0708-0704

于 2021-03-14 发布 文件大小:9085KB
0 222
下载积分: 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 个回复

  • basika
    经典算法巴斯卡三角的简单实现,vs2010编译通过(Simple implementation of the classic algorithm Pascal triangle, vs2010 compiled by)
    2012-10-30 13:22:26下载
    积分:1
  • Data-structure
    说明:  分别用堆栈和数组的方法实现任何进制的数制转换(Arrays were used to stack and method of implementation of any binary number system conversion )
    2011-03-08 16:55:07下载
    积分:1
  • Function-parameters
    C语言插入排序算法及代码 C语言中函数参数的传递有:值传递、地址传递、引用传递这三种形式。题一为值传递,题二为地址传递,题三为引用传递。(Insertion sort algorithm and C language code The parameter of function in C language transfer: transfer value, address, pass by reference to these three forms. Problem a value transfer, the transfer of Title address, three for reference. )
    2014-06-30 21:28:28下载
    积分:1
  • Haffman
    将一组数组转换为哈夫曼编码,使用数据结构中的二叉树功能实现(Convert an array to Haffman code)
    2016-01-30 14:56:20下载
    积分:1
  • StringClass
    这个代码是STRING类的声明及实现,因为我认为C++类库中的string类比较庞大,找一个函数需要很长时间,所以用一个简单明了的代替之.(STRING kind of statement and realized, because I think the C library string of relatively large, a function for a very long time. Therefore, the use of a simple and straightforward replaced it.)
    2006-05-17 17:46:58下载
    积分:1
  • strcon
    对于给定的n个字符串,请找出一种最佳的连接方式,使得采用该连接方式得到的字符串在所有连接的结果中,字典序最小(For a given n-string, find an optimal connection, making use of the connection string to get the results in all connections, the lexicographic minimum)
    2011-09-02 16:52:40下载
    积分:1
  • optional-project-blackjact
    经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。(Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and kings are counted as 10s, and aces are either 1 or 11 at your choice. )
    2012-12-08 11:46:33下载
    积分:1
  • courseDesign
    C语言课程设计例子,迷宫的实现,包括了需求分析,概要设计,详细设计,测试,源代码等(C language curriculum design example, the realization of the maze, including requirements analysis, preliminary design, detailed design, testing, source code, etc.)
    2011-11-23 23:41:04下载
    积分:1
  • ANT
    A*算法通过启发式探索下一结点,逐步逼近目标结点,且使得路径最短。(A* algorithm heuristic to explore the next node, and gradually approaching the target node, and that the shortest path.)
    2012-05-17 09:14:21下载
    积分:1
  • tanxinfangfa
    说明:  贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。(greedy method is an improvement of the classification methods. According to its first title Italy, and a selection of standards of measurement. Then, under such a standard measure of this sort n input, with an input an order volume. If the input current and constitutes a measure of significance in this part of the optimal solution together not produce a feasible solution. this solution will not put this added to the importation of decomposition. This can be a meaningful measure of the optimal solution hierarchical method, known as greedy method.)
    2006-05-15 21:50:01下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载