资源列表

« 1 2 ... .35 .36 .37 .38 .39 6440.41 .42 .43 .44 .45 ... 28523 »

[数据结构常用算法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

[matlab例程TD

说明:ce code est écrit en matlab
<abdo> 在 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

[数值算法/人工智能LRU

说明:进程中的最近最少使用算法,算法简单明了,采用数组原理来写作-recent least used in data structure
<木禾> 在 2025-12-04 上传 | 大小:216kb | 下载:0

[数据结构常用算法LineList

说明:线性表链接,已知A链表和B链表,A、B链表可随意输入,在不占用新空间的情况下,用指针实现链接,间隔插入形成C链表-line list:combine LineList A and LineList to Linelist C without open a new area
<木禾> 在 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
« 1 2 ... .35 .36 .37 .38 .39 6440.41 .42 .43 .44 .45 ... 28523 »

源码中国 www.ymcn.org