资源列表
[人工智能/神经网络/遗传算法] bptwotoone
说明:调用TRAINGDM算法训练BP网络,使之从二元到一元,网络比较简单,适合初学者。-Call TRAINGDM algorithm training BP network, so that one dollar from the binary to the network is relatively simple, suitable for beginners.<王耀> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[matlab例程] ejemplo_tabor_send_data
说明:Generate 4QAM sistem<edu.puertas2024> 在 2025-06-28 上传 | 大小:376kb | 下载:0
[matlab例程] facerecognitionsystem
说明:是一个人脸识别系统,过程非常详细,对学习非常有帮助-Is a face recognition system, the process is very detailed and very helpful in learning<wenhy> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[matlab例程] 109201286DPCA
说明:PCA是人脸识别中的一个重要领域,这里有源代码,希望对大家有帮助-PCA is an important field of face recognition, where source code, we want to help<wenhy> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] a-star-algorithm-implementation
说明:A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.<lichunyu> 在 2025-06-28 上传 | 大小:18kb | 下载:0
[压缩解压] HUffmantest
说明:huffman解压缩源代码,内有实验报告,两份实验报告,绝对够你用的-huffman extract the source code, there are experimental reports, the two lab reports, absolutely sufficient for you,<ddd> 在 2025-06-28 上传 | 大小:396kb | 下载:0
[人工智能/神经网络/遗传算法] tsp
说明:旅行商问题,利用A*算法求解 人工智能求解TSP问题-Salesman problem, using A* algorithm for solving TSP problems of artificial intelligence<mumu> 在 2025-06-28 上传 | 大小:296kb | 下载:0
[数据结构常用算法] qichejiayou
说明:一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最<Daninel> 在 2025-06-28 上传 | 大小:10kb | 下载:0