资源列表

« 1 2 ... .93 .94 .95 .96 .97 20298.99 .00 .01 .02 .03 ... 28523 »

[人工智能/神经网络/遗传算法mybp

说明:利用C++语言开发的BP算法,并将其封装在类中,用户可以自己设定参数,实现对BP网络的训练。-use C++ language BP algorithm, which is encapsulated in class, users can set their own parameters to achieve BP network training.
<卞慧> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法关键路径

说明:(1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
<叶兆源> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法回溯法N皇后问题

说明:这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic-- N Queen! Want to learn how to use computer algorithms useful to the students!
<中国> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法bigno1_1

说明:无限位的大数加减运算,纠错能力很强,界面间接-unlimited majority of the modified bit computing, a strong correction capabilities, interface indirectly
<李南宁> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[matlab例程spso

说明:保证全局收敛的随机微粒群算法。当最优粒子的解无进化,则对其位置、速度进行变异,而使算法不致过早收敛,只要迭代次数足够,算法保证全局收敛。-ensure global convergence of random particle swarm algorithm. When the optimal solution without particles of evolution, its location, speed variation, which might not premature conv
<> 在 2025-12-19 上传 | 大小:2kb | 下载:1

[matlab例程clusters

说明:协同微粒群算法,用于原子簇的结构优化。协同微粒群算法模型由南非人Frans van den Bergh提出,对高维问题处理的效果要显著优于基本微粒群算法。-synergies PSO algorithm, for the cluster of structural optimization. Synergy PSO algorithm model from South Africa who Frans van den Bergh, for the high-dimensional problem
<> 在 2025-12-19 上传 | 大小:2kb | 下载:1

[人工智能/神经网络/遗传算法Anneal

说明:求解tsp问题的模拟退火源码,数据文件请仿照文件中的input.txt自行创建-the simulated annealing source, data files copied documents requested the creation of their own input.txt
<朱俊> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[matlab例程图象增强

说明:该程序首先利用小波变换,然后过滤噪音,最终实现图象边缘效果增强的功能-the procedure using wavelet transform, and then filter the noise, and eventually realizing Edge effects enhanced functionality
<程余> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数学计算/工程计算高数演示math

说明:本程序提供三矢量混合积的计算,采用matlab实现-procedures for the three mixed vector plot calculated using Matlab to achieve
<李彬> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法DS_DESIGN

说明:这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program's function is used to achieve Chain of four polynomial operations.
<熊林华> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法文件操作的一个具体数据结构算法例子

说明:根据事务文件成批地更改主文件并得到一个新的主文件,与吴伟民数据结构课本完全一致,用C实现-Affairs bulk to change the primary document to be a new master file, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
<李雷> 在 2025-12-19 上传 | 大小:2kb | 下载:0

[压缩解压zip&unzip

说明:利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression/decompression. RandomData () function randomly generated 50 double data and on the doc string variable open
<潘振瑶> 在 2025-12-19 上传 | 大小:2kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 20298.99 .00 .01 .02 .03 ... 28523 »

源码中国 www.ymcn.org