资源列表
[matlab例程] duichenmochang
说明:用MATLAB编写的光子晶体光纤中模场的分布是准二维的-Prepared to use MATLAB in photonic crystal fiber mode field distribution is quasi-two-dimensional<张净> 在 2025-09-30 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] UAStar
说明:这是对A*寻路算法的一个封装.使用非常简单:1.指定寻路区域的大小(网格) 2.指定哪些节点是障碍物 3.给定出发节点点和目标节点, 寻路! 将返回最短路径. 另外, 还可以设定遇到障碍物时只能绕着障碍物的角走-This is a routing algorithm A* a package. The use of very simple: 1. Specified routing region size (grid) 2. Specify which node is the barrier 3<youarehaha> 在 2025-09-30 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] GA(tsp)
说明:遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection t<杨瑞> 在 2025-09-30 上传 | 大小:316kb | 下载:0
[matlab例程] chonggoumallat
说明:小波谱分析mallat算法经典程序,可直接运行-Mallat algorithm for spectral analysis of small classical procedures, can be directly run<杨字荣> 在 2025-09-30 上传 | 大小:1kb | 下载:0
[压缩解压] encoding_source_code
说明:适合初学者的基于MATLAB的JPEG编码,haffman编码,RLE编码.-Suitable for beginners MATLAB-based JPEG coding, haffman encoding, RLE encoding.<卓越> 在 2025-09-30 上传 | 大小:75kb | 下载:0
[人工智能/神经网络/遗传算法] PaiKe
说明:遗传算法做排课软件源码。还行吧-Course Scheduling software to do genetic algorithm source code. Also visit you<build> 在 2025-09-30 上传 | 大小:234kb | 下载:0
[人工智能/神经网络/遗传算法] BP_nids
说明:基于改进BP算法的入侵检测神经网络方法,很好的一片学习文章,提供了一个模型-Algorithm Based on Improved BP Neural Network Method for Intrusion Detection, learn a very good article, provides a model<jack> 在 2025-09-30 上传 | 大小:183kb | 下载:0
[数据结构常用算法] subSetSum
说明:说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y,找出和等于Y的X的子集subX。 比如说,如果X ={10,20,30,40,50,60} 和 Y = 60 则有三种不同长度的解,它们分别是 subY = {10,20,30},{20,40} 和{60} 使用回溯法实现.开发VS2005工具-Descr iption: a subset of the problem and given a set of n integers X = (<GilBert> 在 2025-09-30 上传 | 大小:2.24mb | 下载:0