资源列表
[数学计算/工程计算] A-Simple-CSharp-Genetic-Algorithm
说明:遗传算法C#例子,包括遗传算法的整个思路和过程,常见参数的设置-Genetic Algorithm<袁晓艳> 在 2025-06-10 上传 | 大小:672kb | 下载:0
[matlab例程] RS_en_de_code
说明:本程序实现是RS(240,176)编码译码-RS encode decode<胡兰生> 在 2025-06-10 上传 | 大小:7kb | 下载:0
[matlab例程] rician_fading
说明:单径赖斯衰落信道模型源代码,该代码形成于瑞利衰落信道的基础之上-rician fading channel estmation<漆安廷> 在 2025-06-10 上传 | 大小:3kb | 下载:0
[matlab例程] Chaotic-Systems
说明:简要介绍了三种典型的混沌系统:Logistic映 射,Lorenz系统和Henon映射,利用Matlab软 件,使用编程方法进行了仿真-Brief introduction to the three typical chaotic systems: Logistic mapping, Lorenz system and Henon mapping using Matlab software simulation programming methods<陈生> 在 2025-06-10 上传 | 大小:170kb | 下载:0
[数据结构常用算法] Tree
说明:1、 编写程序按先序次序和中序次序,确定这棵树二叉树。 2、 输出这棵树的后序序列。 (树的节点数目不超过100) -1, write a program to determine the order of the first order and sequence order tree binary tree. 2, the output of this tree postorder sequence. (The number of nodes of the tree does no<Tracy> 在 2025-06-10 上传 | 大小:3.48mb | 下载:0
[数据结构常用算法] Huffman
说明:1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre<Tracy> 在 2025-06-10 上传 | 大小:3.57mb | 下载:0
[数据结构常用算法] Graph
说明:1、创建一个无向图,采用邻接矩阵存储,顶点采用单个字符表示,边采用邻接矩阵表示; 2、输出该图的存储示意图; 3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。 -1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storag<Tracy> 在 2025-06-10 上传 | 大小:3.63mb | 下载:0
[数据结构常用算法] Path
说明:使用顺序队列求迷宫的最短路径。move[]数组四个方向的试探,第一行输入的数据表示迷宫的数据规模n(1<n<=20)行m(1<m<=20)列,S是出发点,D是迷宫的出口,.号表示通路,X表示墙体不通,输出的数据表示从入口到出口最少需要走k步或没有通路-Use the order of the queue and maze shortest path. move [] array of four directions of temptation, the first lin<Tracy> 在 2025-06-10 上传 | 大小:3.49mb | 下载:0
[matlab例程] Greedy_Knapsack_problem
说明:贪心算法matlab程序解决背包问题,可用于类似的0-1问题求解-A matlab process used to solve Knapsack_problem with Greedy algorithm<刘琳> 在 2025-06-10 上传 | 大小:1kb | 下载:0