资源列表
[数据结构常用算法] SortDemo-three
说明:本程序展示了冒泡,方向冒泡以及快速排序的算法以及演示,使用java实现,可以清楚看清其流程.-This procedure demonstrated the bubble, bubble, as well as the direction of Quick Sort algorithm and demonstration of the use of java to achieve, we can clearly see its processes.<孟祥> 在 2025-07-08 上传 | 大小:14kb | 下载:0
[数学计算/工程计算] zuhe
说明:给出从m个数中取n个数的所有组合,解决了组合数学中的一个难题,例如从6中取4个具体情况怎样,本程序给出(1,2,3,4)(1,2,3,5)....等等每一种取法.-Given from the m number of n number of check all the combinations, the combination of mathematics to solve a problem, for example, from 6 in check how four specific cir<张福华> 在 2025-07-08 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] C-FuzzyCluster]
说明:用vb实现的C均值聚类分析,并可一自动画出聚类图,超经典。自己写这段代码可是会吐血的哦。-Vb achieved using C-means clustering analysis, one can automatically draw cluster map, ultra-classic. Himself wrote the code but will be the oh hematemesis.<赵云> 在 2025-07-08 上传 | 大小:22kb | 下载:0
[数学计算/工程计算] A_MCMC_approach_for_Bayesian_super-resolution_imag
说明:MCMC方法的超分辨paper,此论文是已贝叶斯统计论文为基础,是另一种很有效的sr方法-MCMC methods for super-resolution paper, this thesis is based on Bayesian statistical papers, is another very effective method sr<gba> 在 2025-07-08 上传 | 大小:108kb | 下载:0
[数据结构常用算法] ShortestPathviaFibonacciHeap
说明:This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.<heavenflames> 在 2025-07-08 上传 | 大小:19kb | 下载:0
[人工智能/神经网络/遗传算法] NqueenProblem
说明:我们采用最小冲突启发式修补算法来求N皇后的解,开始时,N个皇后每行一个,位置是随机的。而后,依次考虑每一行,用进攻那个单元的皇后数(在那一行外面),标示出那一行的每个单元。将该行的皇后移到那个最小进攻皇后数的单元。据此,不断进行下一行,直到找到解为止。-We use the smallest conflict heuristic repair algorithm to seek the solution of N s, the beginning, N of Queen s one per li<heavenflames> 在 2025-07-08 上传 | 大小:113kb | 下载:0
[人工智能/神经网络/遗传算法] wupusworld
说明: 巫魔世界是一个被墙所环绕的二维格子世界,相邻格子相通,洞穴在左下角。每一个格子可以包含agent或物体。考虑到格子世界的大小对于本次问题的讨论不具绝对的影响,因此设定格子世界的行和列均为N,因此在本实验中,巫魔世界是一个N*N的二维格子,将世界中格子以行和列的二元组标示,因此洞穴入口在[1,1]。本程序实现了一个巫魔世界小游戏。-Umoja world is surrounded by a wall of two-dimensional lattice world, adjacent to t<heavenflames> 在 2025-07-08 上传 | 大小:35kb | 下载:0