资源列表

« 1 2 ... .73 .74 .75 .76 .77 2278.79 .80 .81 .82 .83 ... 28522 »

[人工智能/神经网络/遗传算法解决TSP的遗传算法

说明:对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.
<阳光灿烂> 在 2025-05-19 上传 | 大小:4kb | 下载:0

[数据结构常用算法数字三角形问题

说明:/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Descr iption : given an OK by the
<phq> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法最大k乘积问题

说明:/*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k* Product of the biggest problems Descr iption : I set up is a n-bit decimal integer. I
<phq> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法最大子长方体问题

说明:*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p r
<phq> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法CRC32数据检验算法代码

说明:在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must c
<zhou> 在 2025-05-19 上传 | 大小:18kb | 下载:0

[人工智能/神经网络/遗传算法bp数字识别

说明:基于bp人工智能的图像识别的技术,配套源代码-bp artificial intelligence-based image recognition technology and supporting source code
<zz> 在 2025-05-19 上传 | 大小:143kb | 下载:0

[人工智能/神经网络/遗传算法gacode-in-c

说明:This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample
<阳光灿烂> 在 2025-05-19 上传 | 大小:275kb | 下载:0

[人工智能/神经网络/遗传算法遗传算法的一个例子

说明:本程序是使用一种遗传算法解决m个工件分配给m架机床的效益最优化问题,-this program is to use a genetic algorithm to solve m m allocated to the workpiece-machine efficiency optimization,
<阳光灿烂> 在 2025-05-19 上传 | 大小:18kb | 下载:0

[matlab例程matlabimagepross

说明:压缩包中共有7个文件,主要包含了MATLAB进行图象处理的源程序,及部分信号处理的程序,关键处都有注释。-compressed A total of seven documents, primarily comprised of MATLAB for image processing of the source, and some signal processing procedures, have crucial Notes.
<李浩> 在 2025-05-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法49252-5

说明:数据结构用java实现的一些源代码,包含了我们常用的一些数据结构。-java data structure used to achieve some of the source code, including our common data structure.
<王兵> 在 2025-05-19 上传 | 大小:51kb | 下载:0

[人工智能/神经网络/遗传算法一套图像处理程序,支持JPEG、GIF和PNG三种格式

说明:一套图像处理程序,支持三种图像文件格式,我调试过了,很好用-Image processing programs for JPEG,GIF and PNG.I have compiled them, which is good for using.
<上官婉儿> 在 2025-05-19 上传 | 大小:891kb | 下载:0

[人工智能/神经网络/遗传算法C语言的HMM算法库

说明:一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
<张积存> 在 2025-05-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2278.79 .80 .81 .82 .83 ... 28522 »

源码中国 www.ymcn.org