资源列表

« 1 2 ... .73 .74 .75 .76 .77 678.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法list1

说明:数据结构中单链表的基本操作,如创建,修改,删除,插入,打印等等!-some initial options of the structur of list
<水镜JH> 在 2025-06-10 上传 | 大小:2kb | 下载:0

[数据结构常用算法jiafen

说明:求一棵加分值最高的二叉树,其中序遍历序列为给出的节点编号顺序,如1,2,3,4,5...n,求出的树加分值最高-The highest score for an increase in the binary tree, which traversal sequence for the given node number sequence, such as 1,2,3,4,5 ... n, obtained the highest score of the tree increases
<yyx> 在 2025-06-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法123

说明:约瑟夫问题 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。-Joseph issues numbered 1,2,3, ..., n of the n individuals in accordance with t
<bobo> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法greedy

说明:贪婪算法 算法例题 有效的解决了数字删除的问题 让你可以从一串数字中选出一些最大的-Example algorithm greedy algorithm solves effectively the problem of the number of deleted so that you can choose from a bunch of figures some of the largest
<asd> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法Bintree

说明:建立二叉树,搜索二叉树等,实现了二叉树的常用功能-The establishment of tree, search tree and so on, to achieve a common feature tree
<xdb> 在 2025-06-10 上传 | 大小:92kb | 下载:0

[数据结构常用算法BookFind

说明:一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
<Jack cheng> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法dijkstra

说明:银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
<Jun> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hash

说明:自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
<fang kun> 在 2025-06-10 上传 | 大小:6kb | 下载:0

[数据结构常用算法huiwen

说明:利用顺序队列验证输入的一段字符并判断是否为回文-Order to verify the use of input queue and for some characters to determine whether the palindrome
<jack cheng> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法MiniPass

说明:自己上学编的基于Dijkstra的最短路径&最大流量java源码,图论部分用Rot语言描述,带junit测试程序-Navigation finds the shortest (and/or) path between points on a map using the Dijkstra algorithm
<fang kun> 在 2025-06-10 上传 | 大小:8kb | 下载:0

[数据结构常用算法B-Tree

说明:自己上学时写的Btree算法,处理基于Rot语言的图形,存储一些RFID的数据-Implements a B-Tree structure as introduced in the lecture to store the information read by the RFID readers in the library.
<fang kun> 在 2025-06-10 上传 | 大小:8kb | 下载:0

[数据结构常用算法kruskal

说明:kruskal( 利用堆,并查集(即树的等价问题)实现) -kruskal (the use of heap, and check collection (that is, the issue of tree-equivalent) to achieve)
<luo> 在 2025-06-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 678.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org