资源列表

« 1 2 ... .72 .73 .74 .75 .76 577.78 .79 .80 .81 .82 ... 2656 »

[数据结构常用算法ack

说明:Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK ( m-1,1 ) ACK ( m, n ) =ACK (
<周杨> 在 2025-06-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Two-forks-tree-problem

说明:二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
<周杨> 在 2025-06-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
<周杨> 在 2025-06-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法shortest-way

说明:最短路径寻优算法,也是通过矩阵来存储信息,获得最短的路径-The shortest path optimization algorithm, is also the shortest path through the matrix to store information
<中国> 在 2025-06-07 上传 | 大小:232kb | 下载:0

[数据结构常用算法sorting_BsearchLJH

说明:用MFC实现六种排序功能,可以自己输入数据选用冒泡,堆,快速,插入,选择和希尔进行排序-Using MFC the six sorting capabilities, and can enter data selection bubbling reactor, fast, insert, select and Hill sort
<刘嘉蕙> 在 2025-06-07 上传 | 大小:2.17mb | 下载:0

[数据结构常用算法algorithm1111

说明:冒泡排序 桶排序 计数排序 堆排序 二分插入排序 c语言实现多种算法-Bubble sort bucket sort counting sort heap sort two insertion sort C language to achieve a variety of algorithm
<pyqing> 在 2025-06-07 上传 | 大小:28kb | 下载:0

[数据结构常用算法EM-Algorithm

说明:参数估计 EM算法 的c语言实现在linux下编译通过-Parameter estimation of EM algorithm realize the C language in the Linux under the compiler through
<pyqing> 在 2025-06-07 上传 | 大小:8kb | 下载:0

[数据结构常用算法Remember-Poker

说明:让计算机来猜测用户“暗记”的某张扑克牌:计算机从一副扑克牌(54张)中任意抽出27张,摆放在不同的三行上(每行9张),用户“暗记”某张纸牌,而后告诉计算机所“暗记”的那张纸牌处于哪一行中;之后计算机再两次将纸牌重新摆放,并让用户再回答两次相同的提问(那张纸牌在重新摆放后又处在哪一行上);此时计算机会将用户所“暗记”的那张纸牌给挑出来。-Allow a computer to guess the user "counterfeitproof" the cards: computer at rand
<Eating> 在 2025-06-07 上传 | 大小:1.88mb | 下载:0

[数据结构常用算法Date

说明:输入年、月、日、时、分、秒,在屏幕上模拟显示一电子计时器,不断输出下一秒的时间和日期,以及格林威治的日期和时间。-Enter the year, month, day, hour, minute, second, analog display on the screen of an electronic timer, continuous output time and date of the next second, as well as the date and time in Greenw
<Eating> 在 2025-06-07 上传 | 大小:2.34mb | 下载:0

[数据结构常用算法zhexuejiajincansuanfa

说明:哲学家就餐算法的一种(最节约资源的)java实现方法。-The dining philosophers an algorithm java implementation (resource conservation).
<吴卫东> 在 2025-06-07 上传 | 大小:8kb | 下载:0

[数据结构常用算法dev

说明:智能agent教学,多模式教学系统的测试与工作方便下载!-Intelligent agent teaching, testing and to facilitate the work of the multi-mode teaching system download!
<yafsfs> 在 2025-06-07 上传 | 大小:8.98mb | 下载:0

[数据结构常用算法Marty

说明:此程序是一个相当全面的二叉树 里面有递归非递归的各种算法 仅供参考交流,谢谢 Marty 李丹-This program is a complete binary tree recursive recursive algorithm for reference only exchange, thank Marty Dan
<Marty> 在 2025-06-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 577.78 .79 .80 .81 .82 ... 2656 »

源码中国 www.ymcn.org