资源列表
[数据结构常用算法] CPPjuanji
说明:用C++实现卷积码的编码和译码,整个过程融为一体,可以实现从卷积码的编码到译码最后还原本来面目的全套实现-Full realization of the convolutional code encoding and decoding with C++ achieve integration of the entire process, and finally restore the true colors can be achieved from the convolutional code<小西> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] the-magic-square-
说明:用数组实现魔方阵问题 并输出魔方阵 要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等 -the magic square<Dante> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] eight--queens--problem
说明:这是一个求解八皇后问题的 源代码,这是一种新的方式 ,非常简洁-eight queens problem<gs> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] lab07
说明:本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find<Andy> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] lab01
说明:本实验用例为验证抽象数据类型复数的实现,主要实现c下实现抽象数据类型的加法、减法、乘法运算及复数的形式化输出。-The cases used in this experiment to verify the implementation of abstract data types plural, the main achievement of abstract data types of addition, subtraction, multiplication and plural form<Andy> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] DP
说明:动态规划问题。给定一个整数的二维数组,由其中若干邻近元素构成的矩形称为子数组。 编程计算所有子数组元素之和的最大值。输入为整数n,及n^2个数,输出为所有子数组元素之和的最大值-Dynamic programming problem.Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater l<> 在 2025-06-17 上传 | 大小:13kb | 下载:0