资源列表
[人工智能/神经网络/遗传算法] spso-algorithm
说明:随机粒子群算法,对标准粒子群算法进行了改进,并以goldstein price函数作为测试函数。-spso algorithm<小黑> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] cutcake-c
说明:切蛋糕c语言实验源码,内容为:一个矩形蛋糕,长宽都是正整数,要求用户输入蛋糕的长和宽,并且由用户决定切分成多少块,编写一个函数求怎样切割使得最大的那一块面积最小,并输出最大的那一块的面积。-Cut the cake experiment c language source code, content: a rectangular cake, length and width are positive integers, requiring the user to enter length and<> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Hanoi_Tower
说明:汉诺塔问题求解中盘子的移动过程的c语言源码。-Tower of Hanoi problem-solving process in the mobile plate c language source code.<> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] denominator
说明:允许用户输入两个整数,求出并输出两个整数的最大公约数的c语言源码-Allows the user to input two integers, find the greatest common divisor of two integers and outputs the c language source code<> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] cyclic_coder
说明: (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code<wangxiaoyu> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] cyclic_decoder
说明: (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_<wangxiaoyu> 在 2025-06-21 上传 | 大小:1kb | 下载:0