资源列表
[数学计算/工程计算] max
说明:实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers,<tianguochao> 在 2025-06-01 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] juzhen
说明:定义设为阶矩阵, 其中矩的元素、, 一 , · … , 一 , …, 与矩阵的元素一, , …, , 一, , … , 不全为零-Defined set to order matrix for the matrix, the elements of which the moment, …, a, …, with elements of the matrix a,, …, a,, …, not all zero<tianguochao> 在 2025-06-01 上传 | 大小:90kb | 下载:0
[人工智能/神经网络/遗传算法] MRF
说明:说明MRF过程及应用,用于展示MRF的优点和结果的可靠性,介绍其原理,形像生动。-Descr iption of the MRF process and application, used to display the MRF advantages and reliability of the results, introduce the principle, vivid image.<郝一> 在 2025-06-01 上传 | 大小:19kb | 下载:0
[压缩解压] Tccoompressh
说明:运用JAVA 实现的 霍夫曼编码压缩解压缩算法 -The use of JAVA Implementation of Huffman Coding compression decompression algorithm<> 在 2025-06-01 上传 | 大小:52kb | 下载:0
[matlab例程] tQUBBIT4MATLLh
说明:该算法是用于量子运算的matlab程序源码码,包含声称量子态,量子寄存器等 可直接使用。 -The algorithm is used for quantum computing matlab program source code contains the claim that quantum states, quantum register can be used directly.<> 在 2025-06-01 上传 | 大小:91kb | 下载:0
[matlab例程] Sschhrodingeeo
说明:求解量子力学的薛定谔方程,说明见readme.ttxt,使用matlab编制。能现运行start.m -Solving the Schrodinger equation of quantum mechanics shows see readme.ttxt, using matlab prepared. Can now run start.m<> 在 2025-06-01 上传 | 大小:123kb | 下载:0
[数据结构常用算法] QAniimprovedqu
说明:量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm perfo<> 在 2025-06-01 上传 | 大小:363kb | 下载:0