资源列表

« 1 2 ... .98 .99 .00 .01 .02 2003.04 .05 .06 .07 .08 ... 2656 »

[数据结构常用算法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 sco
<yyx> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数据结构常用算法123

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

[数据结构常用算法Bintree

说明:建立二叉树,搜索二叉树等,实现了二叉树的常用功能-The establishment of tree, search tree and so on, to achieve a common feature tree
<xdb> 在 2024-11-01 上传 | 大小:94208 | 下载: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 i
<Jack cheng> 在 2024-11-01 上传 | 大小:5120 | 下载:0

[数据结构常用算法dijkstra

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

[数据结构常用算法huiwen

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

[数据结构常用算法MiniPass

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

[数据结构常用算法kruskal

说明:kruskal( 利用堆,并查集(即树的等价问题)实现) -kruskal (the use of heap, and check collection (that is, the issue of tree-equivalent) to achieve)
<luo> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法n-queen

说明:n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
<luo> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 2003.04 .05 .06 .07 .08 ... 2656 »

源码中国 www.ymcn.org