资源列表

« 1 2 ... .49 .50 .51 .52 .53 654.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法StrategyHaoc

说明:用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model
<王刚> 在 2025-06-12 上传 | 大小:19kb | 下载:0

[数据结构常用算法suanfa

说明:包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
<张文> 在 2025-06-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法Toplogical_Sorting

说明:这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structu
<hunter> 在 2025-06-12 上传 | 大小:490kb | 下载:0

[数据结构常用算法Garwick

说明:这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table wi
<hunter> 在 2025-06-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法Robson

说明:Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal Write and test a "modifie
<hunter> 在 2025-06-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法Binary_Tree

说明:Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
<hunter> 在 2025-06-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法strahler_number

说明:这个课程项目计算了strahler number; 这个很有利于理解二叉树和链表。-This project has computed the Strahler number of given binary tree. This is very useful for understanding the link list and binary tree.
<hunter> 在 2025-06-12 上传 | 大小:4kb | 下载:0

[数据结构常用算法dij

说明:这是一个将Dijkstra算法的时间复杂度从O(n*n) 优化为O(nlogn)的方法-This method can reduce time complexity from O(n*n) to O(nlogn) for Dijkstra s algorithm.
<秦天> 在 2025-06-12 上传 | 大小:17kb | 下载:0

[数据结构常用算法Project

说明:通过输入文本文件(待压缩文件)的文件名(.txt)向指定目标文件夹输出压缩文件(文本文件),同时计算出文件压缩率。附加解压功能。-By entering text file (to be compressed file) of the file name (. Txt) to the designated destination folder output compressed file (text file), at the same time to calculate the rate of
<liumang> 在 2025-06-12 上传 | 大小:2.16mb | 下载:0

[数据结构常用算法JosephRing

说明:数据结构中线性表的应用,约瑟夫环算法。便于数据结构的学习。-Linear data structure in the application form, Joseph Ring algorithm. Data structure to facilitate learning
<尹鹏> 在 2025-06-12 上传 | 大小:24kb | 下载:0

[数据结构常用算法good

说明:这是网络上一位网友自己写的数据结构里一些算法的实现,对学习数据结构的初学者比较有帮助。-This is a network of friends to write their own data structure to achieve a number of algorithms, data structures for beginners to learn more to help.
<卢帆> 在 2025-06-12 上传 | 大小:937kb | 下载:0

[数据结构常用算法paikebiao

说明:排课表,对于给定的课程及其先序关系,给出所需学期数最少的排法。-Course Scheduling table, for a given sequence of courses and their relationship first, given at least the required number of semester scheduling method.
<liumang> 在 2025-06-12 上传 | 大小:1.01mb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 654.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org