资源列表
[数据结构常用算法] 树跟二叉树
说明:本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non- recursive prepared. On the binary tree can be dynamic input from<吴昊> 在 2025-06-15 上传 | 大小:25kb | 下载:0
[压缩解压] 把信息写到自身的Exe文件中
说明:把信息写到自身的Exe文件中,并能读取,可用它进行一些软件的加密和保护-may write information into the EXE file itself and also can read. It may be used in software protection and encription.<杨宏刚> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[人工智能/神经网络/遗传算法] FiveChess_MFC
说明:用mfc写的一个五子棋游戏,不含人工智能-mfc written with a 331 game, which was non-AI<梁白鸥> 在 2025-06-15 上传 | 大小:406kb | 下载:0
[人工智能/神经网络/遗传算法] 经典的SOM人工神经网络例子源码
说明:经典的SOM人工神经网络例子源码.zip 经典的SOM人工神经网络例子源码.zip-classic example of artificial neural network source. Zip SOM classic example of artificial neural network source. Zip<周正> 在 2025-06-15 上传 | 大小:99kb | 下载:0
[matlab例程] MyKmeans
说明:实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)<阿兜> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Matlab复杂分析模拟讲义及例程
说明:Matlab复杂分析模拟讲义及例程,有复杂模拟的讲义和实例啊,不要错过-Matlab simulation of complex analysis routines and lectures, a complex simulation of the lectures and examples ah, not to miss<韩乐> 在 2025-06-15 上传 | 大小:482kb | 下载:0
[压缩解压] zlib-1.2.2
说明:zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r<fwx> 在 2025-06-15 上传 | 大小:472kb | 下载:0
[人工智能/神经网络/遗传算法] houghline
说明:一个利用hough变换来检测图像中直线的函数的源代码-using a Hough transform to detect images linear function of the source code<柯为> 在 2025-06-15 上传 | 大小:1kb | 下载:0