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

0728-0708-0704

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

  • 有向图的邻接表存储的实现graph
    有向图的邻接表存储的实现,包括有向图的各种操作(Directed graph adjacency list storage implementation, including a variety of operations to the map)
    2020-07-16 10:38:50下载
    积分:1
  • examples-of-data-structure
    吴伟民版数据结构每个算法的c实现方法,并模块化处理,将各个功能分开编程,有助于移植使用(failed to translate)
    2013-05-06 13:20:48下载
    积分:1
  • HuffanCoding
    读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈夫曼树进行编码。形成目标文件的哈夫曼编码,将此编码返回。 根据哈夫曼树得到的数组即为解码数组,解码数组作为解码的结果返回。 写入输出文件,将解码得到的数组、文件的完整路径以及文件的写方式作为参数传入,将数组写入到相应的文件中。 (Read the data, statistical documents obtained weights for each letter, create a Huffman tree, Huffman coding. Huffman decoding, the decoded contents are written to the specified file. Read the content inside is composed of English words. When the incoming file to read the file storage path, read mode and read out after storage array that can eventually get a storage target file contents of the array. The resulting array of letter weights statistics, statistical number of occurrences of each letter, the number is the weight of each letter. The resulting character array with the weights array as the basis for creating Huffman tree, Huffman tree based on the size of the weights of each letter to create, for each node, including weights, parent, left child, right child, and letter itself. According to Huffman coding. The formation of the target file Huffman coding, this code returns. According to Huffman decoding the resulting array is an array, the decoder decodes the result is retur)
    2020-07-02 15:40:01下载
    积分:1
  • hellow4
    序列二次规划算法,能求解包含约束和无约束的问题,非常方便。(Sequential quadratic programming algorithm to solve constrained and unconstrained contain the problem, very convenient.)
    2021-01-08 18:18:51下载
    积分:1
  • lujing
    图的邻接表生成,深度遍历及任意两点间的路径(The adjacency table to generate deep traversal path between any two points)
    2012-05-22 18:18:29下载
    积分:1
  • Sort
    排序程序,包含快速排序、归并排序、谢尔排序、插入排序。输出了比较次数和移动次数。(It is a sort program, including quick sort, merge sort, shell sort and insert sort.It outputs the compare times and movement times.)
    2009-05-24 18:53:10下载
    积分:1
  • Airlinereservationsystem
    用从语言实现飞机订票系统。程序中用到了数据结构中的队列和栈。(From the language used airline reservation system. Process the data structure used in the queue and stack.)
    2011-06-04 23:19:23下载
    积分:1
  • maopao_youhua
    冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。(If a sequence is int n [] = {, 1,2,3,4,5,6,7,8,9} need to row 8 times the job after optimization times like normal bubble sort, but alsomeans that the sequence is more close to the normal sequence, improved bubble sort, the less the number, which would give a bubble sort algorithm with a great deal of efficiency. Idea: add a boolean variable used to determine the bubble whether it is already lined up the order, if the boolean is false, indicating already lined up, if the boolean value of true, did not line up, continue to row.)
    2012-04-18 00:33:45下载
    积分:1
  • yeschengxu
    这是数据结构很重要的程序,主要是课后题的答案,和代码,功能很强大(the data struct of the book)
    2013-12-22 23:25:14下载
    积分:1
  • string.tar
    数据结构课程设计--实现并对比三种基本的字符串匹配算法(EasyMatch Rabin—Karp KMP)
    2009-11-08 12:20:02下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载