资源列表

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

[数据结构常用算法matrix

说明:Matrix operations solution of AX=B Jordan and newton Methods
<tfn0019> 在 2024-10-31 上传 | 大小:7168 | 下载:0

[数据结构常用算法wordsort

说明:基本的冒泡算法,可供数据结构的初学者参考,希望能有所帮助。-sort
<xue> 在 2024-10-31 上传 | 大小:2048 | 下载:0

[数据结构常用算法lianbiao

说明:制作一个单向链表,实现以下功能 可以前向插入 后向插入输入 可以删除数据 可以查询显示数据-The production of a one-way linked list, the following functions can be inserted before the insertion can delete the data input display data available
<lingdu0001> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[数据结构常用算法shu

说明:1.建立一个抽象数据类型的二叉树演示程序,菜单包括Creak(建树),Traval(遍历),LEAVES(叶子结点),DISPLAY(显示),DESTROY(销毁),EXIT(退出)。 2待加工的数据为字符型,在过程中键入.-1. The establishment of an abstract data type of binary tree demo program, and the menu includes Creak (c
<lingdu0001> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[数据结构常用算法shujulianbiao

说明:数据结构对于链表的操作 包括创建,添加,删除,移位,插入等操作-Linked list data structure for the operation, including create, add, delete, shift, insert, such as operation
<包涵> 在 2024-10-31 上传 | 大小:2048 | 下载:0

[数据结构常用算法puk

说明:北大大牛代码 1240道题的原代码 超级权威 -North Daniudi title code 1240 of the original super-authority of code
<让梦飞翔> 在 2024-10-31 上传 | 大小:2470912 | 下载:0

[数据结构常用算法8Queen

说明:此程序乃8皇后问题,是数据结构中一个典型递归调用程序,此程序可输入任意个皇后数目赖进行计算-This procedure is 8 Queen' s problem is the data structure of a typical recursive procedure call, this program can enter any number of Queen' s calculation depends on
<xuminghui382> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[数据结构常用算法StrategyHaoc

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

[数据结构常用算法suanfa

说明:包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the exist
<张文> 在 2024-10-31 上传 | 大小:3072 | 下载: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
<hunter> 在 2024-10-31 上传 | 大小:501760 | 下载: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 th
<hunter> 在 2024-10-31 上传 | 大小:2048 | 下载:0

[数据结构常用算法Robson

说明:Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal
<hunter> 在 2024-10-31 上传 | 大小:3072 | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 2028.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org