登录
首页 » 软件系统 » greedy alogith ,in order to get the best result for the station of the matter

greedy alogith ,in order to get the best result for the station of the matter

于 2022-08-17 发布 文件大小:896.00 B
0 150
下载积分: 2 下载次数: 1

代码说明:

用贪心算法,求解最短路径问题; 通过根据当前的最优情况,选择最好的节点;-greedy alogith ,in order to get the best result for the station of the matter

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

发表评论

0 个回复

  • 在图书馆管理中,要为每个借阅者建立一个账户,并给借阅者发放借阅卡(借阅卡可以提供借阅卡号、借阅者姓名),账户中存储借阅的个人信息、借阅信息以及预定信息。持有...
    在图书馆管理系统中,要为每个借阅者建立一个账户,并给借阅者发放借阅卡(借阅卡可以提供借阅卡号、借阅者姓名),账户中存储借阅的个人信息、借阅信息以及预定信息。持有借阅卡的借阅者可以借阅书刊、返还书刊、查阅书刊信息、预定书刊并取消预定,但这些操作都是通过图书馆管理员进行的,也及借阅者不直接与系统交互,而是图书馆管理员充当借阅者的代理与系统交互。在借阅书刊时,需要输入所借阅的书刊名,书刊的ISBN/ISSN号,然后输入借阅者的图书卡号和借阅者名,完成后提交表格,系统验证借阅者是否有效(在系统中存在账户),若有效,借阅请求被接受,然后查询数据库系统,看借阅者所借阅的书刊是否存在,若存在,则借阅者可以借出书刊,建立并在系统中存储借阅纪录。借阅者还书后,删除关于所还书刊的借阅纪录。如果借阅者所借出的书刊已经被借出,借阅者还可预订该书刊,一旦借阅者预订的书刊可以获得,就将书刊直接寄给预订人(为了简化系统,预订书刊可获得就不通知借阅者了)。另外,系统设置了书刊的最长借阅期,如果借阅者归还的时间超过了最长借阅期,要缴纳一定的滞纳金。- Readers card holders can borrow books, return books, check books information, books and planned to cancel, but these operations are carried out by the librarians, and do not borrow directly with the interactive system, but librarians who act as agents to borrow and system interaction. The books, by the need to import borrow books, and books by ISBN/ISSN, and then borrow the book numbers and those who borrow, forms submitted after completion, the system certification Readers whether effective (in the system exist account), if eff
    2022-03-26 14:50:03下载
    积分:1
  • File monitoring. See, it is useful! Encase.Forensic
    文件监控。看看,很有益的!Encase.Forensic-File monitoring. See, it is useful! Encase.Forensic
    2022-03-25 11:26:46下载
    积分:1
  • 圣安德鲁斯大学 lan sommerville著 机械工业出版社出版 工程 中文版电子书...
    圣安德鲁斯大学 lan sommerville著 机械工业出版社出版 软件工程 中文版电子书-University of St Andrews lan sommerville the Mechanical Industry Publishing Software Engineering Chinese e-books
    2023-03-12 08:45:04下载
    积分:1
  • dos下打开钱箱的源代码,用tc实现,很好用
    dos下打开钱箱的源代码,用tc实现,很好用-dos to open the cash box of the source code, using tc realize, very good use
    2022-12-05 05:40:03下载
    积分:1
  • 本书稿为张孝祥、袁龙友两位老师在2001年依据张孝祥的vc++讲课记录整理。...
    本书稿为张孝祥、袁龙友两位老师在2001年依据张孝祥的vc++讲课记录整理。-The manuscript for Zhang Xiaoxiang, Longwei Friends of the two teachers in 2001, based on the Zhang Xiaoxiang vc++ Lectures recorded.
    2022-01-26 03:07:54下载
    积分:1
  • UCLINUX在S344B0上的移植,好资料,比较通用
    UCLINUX在S344B0上的移植,好资料,比较通用-UCLINUX S344B0 in the transplant, good information, more generic
    2022-05-20 12:45:10下载
    积分:1
  • 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [...
    实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include "iostream.h" #include #define LIST_INTI_SIZE 100//初始空间大小 typedef struct SqList -attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
    2022-02-01 21:43:29下载
    积分:1
  • 局域网聊天
    在Qt开发平台上基于UDP/TCP的网络通信,使得处于局域网内的不同用户可以进行聊天、文件传输、文件共享和使用常用工具箱,达到有效交流的目的。
    2022-02-05 05:38:02下载
    积分:1
  • 理解NS2中的OTcl/tclCL,正是众多对ns2两种开发语言机制有疑惑的人的良药...
    理解NS2中的OTcl/tclCL,正是众多对ns2两种开发语言机制有疑惑的人的良药-Understanding of NS2 in OTcl/tclCL, is the large number of ns2 two mechanisms for the development of the language of those who have doubts about medicine
    2022-01-25 15:56:09下载
    积分:1
  • VB绿色 VB绿色 VB绿色 VB绿色 VB绿色 VB绿色
    VB绿色 VB绿色 VB绿色 VB绿色 VB绿色 VB绿色-VB
    2022-01-30 18:58:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载