资源列表

« 1 2 ... .23 .24 .25 .26 .27 1628.29 .30 .31 .32 .33 ... 2656 »

[数据结构常用算法LinkedStack

说明:A Stack abstract data type implemented via a Linked List
<subzeroice16> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法matri

说明:读取文本文件生成生树,这是数据结构重要内容.-Students read a text file to generate the tree, which is an important part of the data structure.
<yeyc> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法haffman

说明:haffman编码,用c++实现,已经编译通过,附带两种,请自己选择-haffman encoding, using c++ implementation, has been compiled by, with two, please choose
<kelaosuo> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法BiTree

说明:实现的功能包括创建二叉树,按层遍历、递归遍历,统计度为0、1、2的节点数,求深度,判断是否是完全二叉树,求节点的父节点,交换左右子树,文件读写-create BiTree,traverse bitree,node s ancestor, exchange left and right childtree
<> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法my-CPP

说明:假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 comm
<woaini> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of t
<chaolan> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法yinhangjiasuanfa

说明:在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。 -In the deadlock avoidance method, the constraints imposed by weak, it is p
<郭强生> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法tushuguanlixitong

说明:算法与数据结构课程设计源代码 图书管理系统程序代码-Algorithms and data structures course design source code library management system
<王洁> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Aircraft-booking-system

说明:(1)录入班次信息,可不定时地增加班次数据(2)浏览班次信息,可显示出所有班次当前状总(3)查询路线:可按班次号查询 ,可按终点站查询 (4)售票和退票功能 -(1) Input frequency information, from time to time to increase the frequency of data (2) visit frequency information can show the current
<唐艰苦> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法LCS

说明:lcs 源码,求出所有的最长公共子序列!不足之处请大家指点@-lcs source, find the longest common subsequence of all! Inadequate guidance please!
<史跃珍> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法CampusTourProgram

说明:校园导游程序 (1) 查询各景点的相关信息; (2) 查询图中任意两个景点间的最短路径。 (3) 查询图中任意两个景点间的所有路径。 (4) 增加、删除、更新有关景点和道路的信息 -Campus Tour Program (1) check the attractions of the relevant information (2) the query graph in any shortest path
<林源远> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Several-sorting-algorithms

说明:几个常用的排序算法,包括希尔排序,交换排序等-Several commonly used sorting algorithms
<bob> 在 2024-10-07 上传 | 大小:4096 | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 1628.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org