登录
首页 » matlab » 112

112

于 2019-12-11 发布
0 232
下载积分: 1 下载次数: 5

代码说明:

说明:  基于蚁群算法的图像边缘检测,具有较好的效果。(The image edge detection based on the ant colony algorithm has a good effect.)

文件列表:

3.24 基于蚁群算法的图像边缘检测\ant.jpg, 5121 , 2011-07-17
3.24 基于蚁群算法的图像边缘检测\ant128_edge_aco_1.jpg, 4590 , 2011-09-26
3.24 基于蚁群算法的图像边缘检测\ant128_edge_aco_2.jpg, 4506 , 2011-09-26
3.24 基于蚁群算法的图像边缘检测\edge_ACO.m, 8509 , 2012-02-15
3.24 基于蚁群算法的图像边缘检测\程序运行说明.doc, 24064 , 2011-09-26
3.24 基于蚁群算法的图像边缘检测, 0 , 2011-09-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 逆时偏移波场延拓rtm matlab
    说明:  逆时偏移波场延拓 使用成像条件为互相关成像条件(Wave field extension of inverse time migration used to simulate wave field back propagation)
    2021-02-23 17:19:40下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • 4574745747
    易语言QQ组合框源码,应用程序编程源码,很好的参考资料。(Easy language QQ combo box source, application programming source code, a good reference.)
    2013-10-12 14:16:46下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • lsp
    详细介绍了GPS定位方法中的几种算法的比较,并用MATLAB给出了仿真程序(Described in detail in the GPS positioning method of comparison of several algorithms, and MATLAB simulation program)
    2008-02-29 20:46:58下载
    积分:1
  • HILL
    希尔密码的编程 有需要的可以下载参考!(Hill password programming needs, can download reference!)
    2017-11-10 18:37:42下载
    积分:1
  • TextToDbf
    将.list后缀(地质学中常用的一种格式)的纯文本文件转换成dbf格式的vf数据库文件。 采用超线程技术,对于大尺寸的文件操作不会使界面卡死,稍作修改可成为通用的文本文件导入数据库的程序。(Will. List suffix (geology used in a format), plain text file into dbf format database file vf. The use of Hyper-Threading Technology for the large size of the file operations interface card does not die, with some slight modifications can be a text file to import generic database procedures.)
    2007-08-07 14:01:51下载
    积分:1
  • AutoZonerichv1.1
    说明:  zone v2 using autoit to work
    2019-06-23 19:03:45下载
    积分:1
  • frmSupplier
    说明:  such as switching the order in which two cities are visited. Eventually, a much shorter route is likely to be obtained.
    2020-06-25 02:40:01下载
    积分:1
  • 软件自动升级,支持所有序,需要网络空间存放升级信息,支持http,ftp等。...
    软件自动升级,支持所有程序,需要网络空间存放升级信息,支持http,ftp等。-Automatic software upgrades, support for all procedures, the need for network storage space upgrade information, support http, ftp, etc..
    2022-10-03 11:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载