资源列表
[仿真建模] ant
说明:此程序是用元胞自动机来仿真模拟蚂蚁游戏。初始时,蚂蚁位于一张空白画布的某个方格里。如果当前蚂蚁在白色方格上,则对当前方格反色,左转?90?度,前进一格;如果当前蚂蚁在黑色方格上,则对当前方格反色,右转?90?度,前进一格。如此反复。(This program is using cellular automata to simulate the ant game. At the beginning, the ant is in a grid of a blank canvas. If the cu<慕一一> 在 2025-06-21 上传 | 大小:5kb | 下载:0
[matlab例程] iterate_best_path
说明:蜂群算法在TSP上的应用,可以运行,代码完整,运行顺畅(The application of the swarm algorithm on the TSP can run, the code is complete and the operation is smooth)<梨中腹> 在 2025-06-21 上传 | 大小:2kb | 下载:1
[matlab例程] Polar code_shorten
说明:main_PC_Shorten.m polarDec_S_Change.m rev_shuffle.m polarEnc.m PCencoder.m attachCRC.m capacities.m crcCheck.m encoder.m genSrc.m initialize_frozen_bits.m likelihood_rate.m path_matrix.m path_metric.m paeeword: share_20180410<Ting Ya> 在 2025-06-21 上传 | 大小:6kb | 下载:0
[matlab例程] 非线性规划MATLAB算法代码
说明:运用matlab改进遗传算法求解非线性规划问题的最优解(Using MATLAB to improve genetic algorithm to solve the optimal solution of nonlinear programming problems..)<violetyan> 在 2025-06-21 上传 | 大小:22kb | 下载:0
[数学计算/工程计算] CEOF-master
说明:EOF分解 正交分析,可用于气象、水文等时空模式识别领域(EOF decomposition and orthogonal analysis can be applied to the recognition of spatio-temporal pattern in meteorology and hydrology.)<Ninjach> 在 2025-06-21 上传 | 大小:13kb | 下载:0
[数据结构常用算法] 字符串插入块链实现
说明:输入一串字符串,程序自动分割成8个一串的块链。整个程序通过链表实现,还可实现插入字符串功能。(Input a string of characters, the program is automatically divided into 8 string blocks. The whole program is implemented through linked list, and the function of inserting string is also realized.)<晴栀菀歌°> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] signalhunter-master
说明:A Matlab toolbox for big data analysis, signal processing, mapping, and oceanographic applications.<walle2018> 在 2025-06-21 上传 | 大小:890kb | 下载:0
[matlab例程] 神经网络的matlab算法
说明:通过matlab编程的神经网络算法,求解问题的最优解(The optimal solution of the problem is solved by the neural network algorithm programmed by MATLAB)<violetyan> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[数据结构常用算法] 有向图邻接表的建立,深度广度搜索及拓扑排序
说明:拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed<晴栀菀歌°> 在 2025-06-21 上传 | 大小:2kb | 下载:0