资源列表

« 1 2 ... .89 .90 .91 .92 .93 2194.95 .96 .97 .98 .99 ... 2656 »

[数据结构常用算法d

说明:【问题描述】: 设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。 -【Descr iption of the problem: There is
<pmy> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法erfenjiansuo

说明:算法设计与分析实验:实现二分检索问题。界面友好,程序简单清晰,功能齐备。值得采纳!-Experimental Design and Analysis of Algorithms: the question of the realization of binary search. Friendly interface, simple and clear procedures, functions. Worthy of adoption!
<lingfei> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法beibaowenti

说明:算法设计与分析实验:实现背包问题。界面友好,程序简单清晰,功能齐备。可以下载-Experimental Design and Analysis of Algorithms: The knapsack problem. Friendly interface, simple and clear procedures, functions. Can download to try
<lingfei> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法li

说明:c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
<li> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法yuesefuhuan

说明:通过链表的插入和删除实现约瑟夫环,熟练掌握数据结构的基础内容.-Through the linked list insertion and deletion of the achievement of Joseph Wan, the master data structure based on content.
<kdw> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Stack

说明:堆栈的初始化,判空,元素入栈,出站等基本操作以熟练掌握数据结构基本内容.-Stack initialization, contractors air,入栈elements, the basic operation of the station in order to master the basic content of the data structure.
<kdw> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法BinTree

说明:创建二叉树,然后先序,中序,后序遍历二叉树中的各元素.-Create a binary tree, and then the first order, in sequence, after the tree traversal of the element.
<kdw> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法zhongxubianli

说明:中序遍历源代码,方便查询,可以自行更改,逻辑性强-Ergodic source code in order to facilitate inquiries, you can make changes
<杨海涛> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法4

说明:数据结构中 三元组顺序表存储稀疏矩阵并实现矩阵的转置-Three tuple sequence charts save the sparse matrix and realize the matrix transposition.
<ww> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法tcc

说明:以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to q
<XH> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法tttcccccc

说明:设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,-Car parks are located a vehicle parked n the long and narrow cha
<XH> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法hfm

说明:数据结构经典算法,对给定字符实现赫夫曼编码-Huffman Coding
<木木夕> 在 2024-09-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 2194.95 .96 .97 .98 .99 ... 2656 »

源码中国 www.ymcn.org