资源列表
[数据结构常用算法] shujujiegou
说明:里面包含7个数据结构的编程实例,包含线性表、链表、二叉树、图等编程。-Which contains seven examples of programming data structures, including linear form, list, binary tree, graph, such as programming.<魏乐乐> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[数据结构常用算法] trainSyst
说明:这是一个简单的列车查询系统,含插入、删除,修改,按车次查询,按目的站、始发站查询,车费查询,路程查询等功能,用到了最短路径的算法。-This is a simple train of inquiry systems, including insert, delete, modify, inquiries by the trips, according to the purpose of station stops sending information, fare information, in<谭> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[数据结构常用算法] IntroductionToAlgorithmsAnswers
说明:算法导论的课后答案,英文版的,很不错。讲解很详细,对学习和巩固书里面的内容很有帮助。-The after-class answers of book Introduction to the Introduction to Algorithms , English version, very good.<crazy> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[人工智能/神经网络/遗传算法] 20080912103856
说明:人工智能 十五数码和八数码问题 包含界面-Artificial Intelligence 15 digital and eight issues included in the digital interface<songjiang> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[matlab例程] relative_wavelet_energy
说明:relative wavelet energy matlab<cadavero> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[数据结构常用算法] suanfadaolundaan
说明:算法导论英文答案也,经典!编程工作者必备的-Algorithms Introduction to English answers<Tony> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[matlab例程] blockmimoofdmchannelestimation
说明:OFDM下的MIMO模块,可以实现信道估计,而且本程序可以喝C相连接,方便。-OFDM under the MIMO module,channel estimation can be achieved,but this program can drink C is connected and convenient.<wangjun> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[数学计算/工程计算] SmartConnectFour-v1.0
说明:This the famous connect4 game implemented using the MiniMax algorithm and allows the user to select their opponent level.-This is the famous connect4 game implemented using the MiniMax algorithm and allows the user to select their opponent level.<saurako> 在 2025-12-04 上传 | 大小:216kb | 下载:0
[数据结构常用算法] guangyibiaofanxu
说明:广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1<martinwok> 在 2025-12-04 上传 | 大小:216kb | 下载:0