资源列表

« 1 2 ... .50 .51 .52 .53 .54 15355.56 .57 .58 .59 .60 ... 28522 »

[数学计算/工程计算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

[matlab例程minRb

说明:完成无约束多维极值问题,实用的matlab程序,具有很强的鲁棒性-Completed unconstrained multidimensional extremal problems, practical matlab program, has a strong robustness
<ww> 在 2025-06-01 上传 | 大小:1kb | 下载:0

[matlab例程minPowell

说明:无约束多维极值问题的解决方法程序,matlab程序,具有很强的鲁棒性-Unconstrained multi-dimensional extremal problem solution procedures, matlab program, which has strong robustness
<ww> 在 2025-06-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法113

说明:简单的链表小程序 精炼 但是有效的方法 适合初学者借鉴-A simple linked list applet refined but effective method
<吴建帅> 在 2025-06-01 上传 | 大小:4kb | 下载:0

[数据结构常用算法hnt

说明:汉诺塔的学习 一个简答小程序 具体描述了汉诺塔的结构 算法 简单有效-Tower of Hanoi learning a short-answer program specific descr iption of the Tower of Hanoi' s structure algorithm is simple and effective
<吴建帅> 在 2025-06-01 上传 | 大小:3.06mb | 下载:0

[数据结构常用算法mbyy

说明:C++中模板的讲解 应用 虽然简单 但是都是基础 值得学习 适合于初学者的-C++ template to explain the application, but are the basis of worth learning for beginners
<吴建帅> 在 2025-06-01 上传 | 大小:5kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 15355.56 .57 .58 .59 .60 ... 28522 »

源码中国 www.ymcn.org