资源列表

« 1 2 ... .07 .08 .09 .10 .11 25612.13 .14 .15 .16 .17 ... 28521 »

[人工智能/神经网络/遗传算法backtrack--TSP

说明:使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O
<太阳> 在 2025-05-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法JosephusProblem

说明:约瑟夫问题的两种解法 设有n个人围坐在一个圆桌周围,先从第s个人开始报数,数到第m个人出列,然后从出列的下一个人重新开始报数,数到第m个人又出列……如此重复,直到所有的人出列为止。本程序分别用链式存储结构(循环链表)和顺序存储结构(数组)解决约瑟夫问题,可供初学者辨别这两种存储结构的异同 用户输入:n,s,m(逗号隔开) 输出:出列顺序表 -Joseph problems with n solution of two i
<XY Z> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法MG

说明:此程序实现了数据结构中的迷宫问题,用C语言编写,运行后输出为表示位置与方向的数据组-This procedure achieved a data structure of the maze problem, using C language, run after the output of said position and direction data sets
<王学宝> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能Knight

说明:1. 我们采用了回溯法和贪婪策略来求解国际象棋中的骑士巡游问题。对于棋盘中的每个位置最多只有8个方向可以选择,我们可以定义两个数组var_x[MAX_DIR]和var_y[MAX_DIR]用来记录往这8个方向走相对应的坐标变化情况(其中MAX_DIR的值为8)。每走一步,都从方向0开始试探到方向7,而在这里我加入贪婪策略来提高算法的效率,即在选择方向时,我们优先选择具有如下性质的方向:当我们沿着这个方向走一步后,走到这一步后可选的方向最
<张海滨> 在 2025-05-10 上传 | 大小:111kb | 下载:0

[数值算法/人工智能QuickSort

说明:利用快速排序算法对dat文件中保存的数据进行排序,并按照从小到大的顺序输出结果。-Quick Sort algorithm using dat files saved in the data sorting, and in accordance with the order from small to large output.
<张海滨> 在 2025-05-10 上传 | 大小:8kb | 下载:0

[matlab例程de_codematlab

说明:适合初学的 从BPSK到64QAM的调制与解调程序-Suitable for beginners from BPSK to 64QAM modulation and demodulation procedures
<dsfsd> 在 2025-05-10 上传 | 大小:3kb | 下载:0

[matlab例程five_point

说明:implement of IFSAR using matlab -implement of IFSAR using matlab
<王校辉> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[matlab例程gui_tutorial

说明:matlab gui tutorial, a brief introduction for matlab and include an example of image processing
<熊飞宇> 在 2025-05-10 上传 | 大小:793kb | 下载:0

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

说明:matlab神经网络仿真与应用,不错的一篇论文,说的是人工智能方面的应用-matlab neural network emulation and application of good paper, said that the application of artificial intelligence
<望用> 在 2025-05-10 上传 | 大小:653kb | 下载:0

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

说明:人工神经网络原理及仿真实例,很好的学习神经网络的原理和仿真的文章-Artificial neural network theory and simulation examples of good learning neural network theory and simulation of the article
<望用> 在 2025-05-10 上传 | 大小:214kb | 下载:0

[数据结构常用算法DICOMFormatAndAnalyse

说明:对DICOM医学图象的数据结构进行系统的分析,阐述了文件元信息,数据集和数据元素的格式;然后结合DICOM图象显示的各种方法,创建了DICOM图象显示核心类,并简要描述了部分函数的功能-err
<wangquanyang> 在 2025-05-10 上传 | 大小:16kb | 下载:0

[数据结构常用算法DICOMFormatAnalyse

说明:文章首先针对DICOM3.0标准,对DICOM医学图象的数据结构进行系统的分析,阐述了文件元信息,数据集和数据元素的格式;然后结合DICOM图象显示的各种方法,创建了DICOM图象显示核心类-The article first against DICOM3.0 standards, DICOM medical image data analysis system structure on the document meta-inform
<wangquanyang> 在 2025-05-10 上传 | 大小:16kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 25612.13 .14 .15 .16 .17 ... 28521 »

源码中国 www.ymcn.org