资源列表
[matlab例程] AdaptiveLineEnhancer1
说明:自适应谱线增强 从噪声信号中消噪得到有用信号-Adaptive Line Enhancer (ALEThe goal is to remove the noise signal from the measured signal to obtain the signal of interest.< 罗洁思> 在 2025-03-24 上传 | 大小:115kb | 下载:0
[人工智能/神经网络/遗传算法] ElGamalSignature
说明:ELGamal算法,可直接应用进行签名计算,可用于ELGmal签名验证,-ELGamal algorithm can be applied directly to the signature calculation, can be used to ELGmal signature verification,<avadian> 在 2025-03-24 上传 | 大小:159kb | 下载:0
[数据结构常用算法] datastructureCodes
说明:数据结构课后习题的源代码,可以拿来学习一下基础知识-After-school exercise data structure source code could be used to learn about the basics<张无忌> 在 2025-03-24 上传 | 大小:96kb | 下载:0
[数据结构常用算法] qishixunyou
说明:编写程序求解骑士巡游问题:在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。 当n=5时,意味着要在5行5列的棋盘的25个“点”处,按骑士行走规则,依次将1至25这25个“棋子”(数码)分别摆放到棋盘上(摆满25个位置则成功,否则<赵汉卿> 在 2025-03-24 上传 | 大小:2kb | 下载:0