资源列表
[数学计算/工程计算] bigintcalculator
说明:可以进行任意多位的大整数的乘方、开方、四则运算等-Can be arbitrarily large integer number of involution, evolution, four, etc.<123> 在 2025-11-19 上传 | 大小:1.3mb | 下载:0
[人工智能/神经网络/遗传算法] GA
说明:详细介绍了遗传算法的原理,并应用matlab编程实现遗传算法,数值仿真验证了该实现方法的有效性,表明它能够对函数进行局部寻优-Described in detail the principles of genetic algorithms, and application programming matlab genetic algorithm, numerical simulation to verify the effectiveness of the method realize that<崔艳> 在 2025-11-19 上传 | 大小:175kb | 下载:0
[数值算法/人工智能] suijishushegncheng
说明:drand()产生0~1之间的随机数以及产生负指数分布的随机数-drand () generated from 0 to 1 between the random number as well as the negative exponential distribution of random numbers<yumingbo> 在 2025-11-19 上传 | 大小:1.69mb | 下载:0
[人工智能/神经网络/遗传算法] GA-c
说明:C语言编写的遗传算法程序,对学习遗传算法者非常有帮助。-C language program of genetic algorithm, genetic algorithm for learning are very helpful.<zhangsan> 在 2025-11-19 上传 | 大小:84kb | 下载:0
[压缩解压] Storm3_193
说明:Jepg2000源代码,功能齐全,C语言版本,欢迎使用,多多指点。-Jepg2000 source code, full-featured, C languages are welcome to use, a lot of pointing.<胡国胜> 在 2025-11-19 上传 | 大小:28.35mb | 下载:0
[matlab例程] pipe
说明:某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n 口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置, 即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道的最优位置。-An oil company plans to construct a east to west from the main pipeline. The pi<程光> 在 2025-11-19 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] post
说明:在一个按照东西和南北方向划分成规整街区的城市里,n 个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y 坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1, y1) 和(x2, y2) 之间的距离可以用数值| x1 . x2| + | y1 . y2| 度量。 居民们希望在城市中选择建立邮局的最佳位置,使n 个居民点到邮局的距离总和最小。-In a direction in accordance with the East-West and North-<程光> 在 2025-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] soldier
说明:在一个划分成网格的操场上,n 个士兵散乱地站在网格点上。网格点由整数坐标(x,y) 表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y) 。如何选择x 和y 的值才能使士兵们以最少的总移动步数排成一列。-In a grid divided into the playground, n soldiers stood scattered on the grid<程光> 在 2025-11-19 上传 | 大小:1kb | 下载:0