资源列表
[数据结构常用算法] GraphAlgorithms
说明:There are many algorithms that can be applied to graphs. Many of these are actually used in the real world, such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.-有很多算法,可用于图形。其中许多是实际使用在现实世界中, 如迪杰斯特拉算法寻找最短路径。将在这里讨论几个算法。<anton shieh> 在 2025-11-26 上传 | 大小:654kb | 下载:0
[matlab例程] Matcom_code
说明:实现VC与MATLAB的无缝对接,让您能轻松的将matlab程序移植到VC平台,并能脱离matlab平台运行,程序中使用了matcom进行编程,并有详细的调试说明。绝对值得下载哦-VC and MATLAB to achieve a seamless connection, so you can easily migrate to matlab program VC platform and can run from the matlab platform, procedures matcom<> 在 2025-11-26 上传 | 大小:1.65mb | 下载:0
[数据结构常用算法] KDTreeTest
说明:一个KDtree的程序,包含建树过程和消耗的时间。-A KDtree procedures, including the contribution to the process and time consuming.<hl> 在 2025-11-26 上传 | 大小:8kb | 下载:0
[数值算法/人工智能] FIRFilter
说明:用Visual c++写的有限长单位脉冲响应滤波器,能够动态显示波形。可以动态改变有用信号和干扰信号的幅值和频率。-Using Visual c++ to write the finite impulse response filter unit, able to dynamically display the waveform. Can dynamically change the useful signal and interference signal amplitude and freq<王磊> 在 2025-11-26 上传 | 大小:1.87mb | 下载:0
[人工智能/神经网络/遗传算法] gaobject
说明:基于Visual C++ 语言的遗传算法求函数最小值的程序代码。-Based on Visual C++ language of the genetic algorithm for the minimum function of the program code.<hexing> 在 2025-11-26 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] ga1
说明:遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line<hexing> 在 2025-11-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Queen8
说明:八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 1.回溯算法的实现2.图形存取。-8 Queen s problem is an old and well-known problem is a typical example of backtracking algorithms. 8 Queen s problem for the<1233333> 在 2025-11-26 上传 | 大小:13kb | 下载:0