搜索资源列表
VC++用小波变换对图象进行灰度处理的源代码
- 该系统是通过小波变换对图象进行灰度处理, 和以往的算法有明显的区别!-this system process image with wavelet,very distinct from the previous algrithm.
图深度优先
- 图的深度优先算法动态演示,用到了直线的中点绘制算法-map algorithm for dynamic priority depth demonstration of the use of linear midpoint Rendering Algorithm
分形图并行算法
- 这是一个基于Delphi开发的网络分形图并行算法-based Delphi network Fractal Parallel Algorithm
画圆的算法
- 画圆的算法 和演示图。希望可以帮助到你
一个以多种方式处理位图文件的例子
- 一个以多种方式处理位图文件的例子 内含多种处理位图的算法源码-a variety of ways to handle bitmap file contains multiple examples handle bitmap algorithm source code
Voronoi分治算法
- 分治算法实现Voronoi图的生成,采用VC语言实现。
用Prim算法求无向图的最小生成树
- 用Prim算法求无向图的最小生成树
kanuotu.卡诺图的计算算法
- 卡诺图的计算算法, 用来实现卡诺图的计算的C++程序,希望有用,failed to translate
Graphtheory_typicalalgorithm
- 本书介绍了有关图论的基本概念和典型的图论算法,结合历届赛题分析如何把一个实际问题抽象化为数学中的图论问题,并给出了程序解法。本书的特点是既有基本概念的讲解及对所解问题的分析,又有编程的思路与参考程序。 本书是参加奥林匹克竞赛学生的必读书,也可作为大学生的参考书。 -This book introduces the basic concepts of graph theory and graph theory, a typical algorithm, combined with analys
7
- 图的大部分算法的程序实现,如建图,,dfs,bfs,图的最小生成树,最短路径等-Figure most of the program realization algorithm, such as building plans,, dfs, bfs, graph minimum spanning tree, shortest path, etc.
war3terrain
- 模拟魔兽争霸3的地形贴图的算法源代码和程序-war3 terrain codes and progrom
图的基本操作与实现
- 设计大学的校园平面图,所含景点不少于8个。以图中顶点表示学校内各景点,存放景点的名称、景点介绍信息等;以边表示路径,存放路径长度信息。要求将这些信息保存在文件graph.txt中,系统执行时所处理的数据要对此文件分别进行读写操作。 1.从文件graph.txt中读取相应数据, 创建一个图,使用邻接矩阵表示图(算法6.1); 2.景点信息查询:为来访客人提供校园任意景点相关信息的介绍; 3.问路查询:为来访客人提供校园任意两个景点之间的一条最短路径(算法6.10)。
算法与数据结构实习
- 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
MATLAB神经网络应用设计
- 《图论算法及其MATLAB实现》系统介绍了图论重要算法的思想及其MATLAB实现。("Graph theory algorithm and its MATLAB implementation" system introduces the idea of the important algorithm of graph theory and its MATLAB implementation)
A 寻路算法具体过程及实现
- A*寻路算法具体过程及实现,A*算法广泛应用于寻路和图的遍历,是对Dijkstra算法的一种扩展,是一种高效的搜索算法。(The concrete process and Realization of the path finding algorithm A*.A* algorithm is widely applied to traversal of wayfinding and graph. It is an extension of Dijkstra algorithm and an ef
qm算法
- QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items wit
“图论的算法 程序设计”
- 古典算法与现实的碰撞,各有利弊,针对于matlab下的环境编程,理论为主(The collision between classical algorithm and reality has advantages and disadvantages.)
图的遍历
- 构造图的邻接表,实现图的深度优先和广度优先算法。(Structure graph adjacency table, graph depth first and breadth-first algorithm.)
图论算法及其MATLAB程序代码
- 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth