资源列表

« 1 2 ... .79 .80 .81 .82 .83 1684.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法flight

说明:1、航班管理,可增加航班,修改航班信息,取消某航班。 2、查询航班信息,用户可以选择浏览所有航班信息,也可以输入终点站名称,搜索航班,查询其信息。 3、用户可输入航班号进行订票。若剩余票数足够,则为用户订票;若余票不够,则显示信息。在此添加一个未要求的特色功能:为用户排队。若余票不够,系统显示并询问用户是否愿意排队,如果愿意,则录入用户信息,在他人退票有足够的余票后,将排队用户的信息转入乘客信息,为其订票。 4、退票功能:用户可输入航班号进行退票。 5、浏览航班已订票乘客的信息。
<Andy> 在 2025-06-19 上传 | 大小:4kb | 下载:0

[数据结构常用算法chapter6

说明:数据结构设计第六章代码实现,图形用户界面的设计和实现-Chapter VI data structure design code,Graphical user interface design and implementation
<suli> 在 2025-06-19 上传 | 大小:4kb | 下载:0

[数据结构常用算法the-branch-and-bound-algorithm

说明:算法:用分支定界求最短路径,北航计算机学院算法课作业-Algorithm: get the shortest path using the branch and bound algorithm
<柴巧珍> 在 2025-06-19 上传 | 大小:1.52mb | 下载:0

[数据结构常用算法Dynamic-Password

说明:动态口令相关知识研究,以及算法描述,还有发展动态分析-Knowledge of dynamic password, and the algorithm is described, and the development of a dynamic analysis
<> 在 2025-06-19 上传 | 大小:37kb | 下载:0

[数据结构常用算法process

说明:多机批作业处理 实现多机批作业的处理 希望能够帮助到大家 只是我自己写的一个小算法-Machine processing
<小香香> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法01beibao

说明:01 背包 自己编写的一个小算法 希望够帮助大家-Back pack
<小香香> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:已知用左右链表示的二叉树,要求编写算法求任意在二叉树中任意两点P、Q的最近公共祖先。-Known that the binary tree with a chain around, requiring the preparation of any algorithm for any two points in the binary tree in P, Q of the last common ancestor
<mawei> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:二叉树的建立、遍历 实现递归、非递归的遍历,前序、中序和后序都要求实现-The establishment of a binary tree, traversal recursion, non-recursive traversal, preorder, inorder and postorder are required to achieve
<李雪松> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法5090729032_Project2

说明:数据结构的作业,希望对大家有帮助,是AVL树-It is my homework
<liwuxi> 在 2025-06-19 上传 | 大小:31kb | 下载:0

[数据结构常用算法Kruskal

说明:克鲁斯卡尔算法,实现最小生成树,并且可以通过参数控制连通分支的数量-Kruskal algorithm for minimum spanning tree and connected components can be controlled by the number of parameters
<> 在 2025-06-19 上传 | 大小:34.1mb | 下载:0

[数据结构常用算法MergeSort

说明:归并(Merge)排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列-Merge (Merge) sort is two (or more) into a new sorted list ordered table, that is to be sorted sequence is divided into several sub-sequences, each sequence is ordered.
<> 在 2025-06-19 上传 | 大小:564kb | 下载:0

[数据结构常用算法package

说明:有N件物品和一个容量为V的背包。第i件物品的重量是c[i],价值是w[i]。求解将哪些物品装入背包可使这些物品的重量总和不超过背包容量,且价值总和最大-There are N items and a capacity of V backpack. The weight of the i-th item is c [i], the value of w [i]. Which solution will allow these items into the backpack does not exc
<> 在 2025-06-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 1684.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org