资源列表
[数据结构常用算法] kecheng
说明:数据结构:课程表安排 数据结构:课程表安排 数据结构:课程表安排 -data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements<tylzsd> 在 2025-10-16 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] face_recognition_eigen
说明:Face recognition eigen-based by Santiago Serrano-eigen-based by Santiago Serrano<李琳莉> 在 2025-10-16 上传 | 大小:2kb | 下载:0
[matlab例程] feijidinywei
说明:飞机定位问题在航空的应用是十分广泛的,此源码是用matlab实现的,能够准确模拟出飞机在空中的定位。-positioning of the aircraft in the aviation application is very extensive, the source is realized using Matlab, to accurately simulate aircraft in the air positioning.<李军> 在 2025-10-16 上传 | 大小:2kb | 下载:1
[matlab例程] gaborfilter
说明:matlab下gabor滤波算法,可以提取图象纹理特征的经典方法之一-under Matlab filtering algorithm can extract image texture features one of the classic methods<liyiquan> 在 2025-10-16 上传 | 大小:2kb | 下载:1
[数据结构常用算法] creatlinklist
说明:用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table/end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.<马慧> 在 2025-10-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] data_structure_short_path
说明:根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,<段保京> 在 2025-10-16 上传 | 大小:2kb | 下载:0