CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - SO

搜索资源列表

  1. edege_detection

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:高锋
  1. yasuo2-8

    0下载:
  2. 又一个关于无损压缩的代码由于只许可用英语做文件名,所以要是看不明白的朋友,请看具体的文件吧。-also a lossless compression of the code, only permission to do English file names, So do not understand that if a friend, take a look at the specific document it.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53861
    • 提供者:wcg
  1. clarke

    0下载:
  2. 这里有2组图,“1000.0.05”这一组是运行结果比较好的一组图,但是当时修改了时间间隔而没有改坐标说明,所以db1000.0.05.fig这幅图的坐标说明后来做了人工改正(应该是“time(0~250ms分成5000组,步长0.05ms”)。-Reuters, "1000.0.05" This group is running a relatively good results Reuters. But then amended the time interval and
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:79439
    • 提供者:王雷
  1. SELECT2

    0下载:
  2. 通过精心挑选划分元素v,可以得到一个最坏情况时间复杂度为O(n)的选择算法。本次实习要求用c语言将此算法实现。要求实现此功能:输入一组数,返回A[i],使其为A(m:p)中第k小的元素,k是一个全局变量,取大于1的整数-division through carefully selected elements v, one can be the worst time complexity of O (n) algorithm. The internship requirement c langua
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8760
    • 提供者:nanaleer
  1. dancinglink

    0下载:
  2. This a program to implement the so-called \"dancing link\" which is introduced in Knuth s paper. This is really a super acrobatic and I am sure that not many programmers can understand the algorithms.   -This is a program to implement the so-c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8750
    • 提供者:reine
  1. torrsam[2]

    0下载:
  2. There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full descr iption is provided in the manual, torrsam.ps.-There are some 79 or so Matlab files here WHI ch will help in m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1548608
    • 提供者:lhc2000
  1. harris_detect

    0下载:
  2. 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步,对做立体匹配的朋友来说是一个很好的资源。-the program opened two images and extract Harris Corner, Corner is the first step to feature matching, so stereo matching pair of friends is a good resource.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6944120
    • 提供者:lhc2000
  1. 2005091808353724918

    0下载:
  2. 是用于c++的传统蚂蚁算法代码,可以让大家从最简单蚂蚁算法来认识它,学习他.-traditional ant algorithm code, so that we can from the most simple to understand Ant Algorithm it, and learn from his.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16907
    • 提供者:俞舀
  1. matlab-image-processing

    0下载:
  2. 《MATLAB 6.5辅助图像处理》 本书是基于MATLAB 6.5的图像处理工具箱v3.2 (Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理,以及图形用户界面设计等方面的工程实际应用。全书侧重于图像处理工具箱在工程中的具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46373
    • 提供者:xinxin
  1. pixel_region_grow

    0下载:
  2. 像素聚类区域成长法-- 顾名思义,此方法从一个种子像素开始,通过如平均灰度,组织纹理及色彩等性质的判断,将具有类似性质的像素逐一纳入所考虑的区域中,使此区域由种子逐渐成长成一个性质相似的图像区块。-pixel clustering method regional growth -- the name implies, this method from a seed pixels, through such as average gray, the color and texture orga
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4464
    • 提供者:xinxin
  1. SimpalArray

    0下载:
  2. 这是一个简单的C++数组类程序,因为我学习过程中经常用到数组类,所以感到一定有很多人需要,特上传.-This is a simple array of categories C procedures, the learning process because I often use the array type, so I feel a lot of people will need special upload.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:卢松
  1. fivephilosopher

    0下载:
  2. 假如所有的哲学家都同时拿起左侧叉子,看到右侧叉子不可用,又都放下左侧叉子,等一会儿,又同时拿起左侧叉子,如此这般,永远重复。对于这种情况,即所有的程序都在无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。所以规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是0,1号哲学家竞争0号叉子,2,3号哲学家竞争2号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:林茜
  1. guize

    0下载:
  2. The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first charact
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:王军
  1. 01knap

    0下载:
  2. 设有n种物品,每一种物品数量无限。第i种物品每件重量为wi公斤,每件价值ci元。现有一只可装载重量为W公斤的背包,求各种物品应各取多少件放入背包,使背包中物品的价值最高。-with n product, every kind of infinite number of copies. I first product for each weight wi kilograms, each worth ci yuan. Existing a carrying weight of the backpac
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31451
    • 提供者:汤烈
  1. MatlabandVB

    0下载:
  2. 第一章 概述 辨识(Identification)、状态估计和控制理论在现代控制理论中是密不可分的,它们互相渗透。辨识和状态估计离不开控制理论的支持,控制理论的应用几乎不能没有辨识和估计技术。由此可见,辨识在科研与实际应用领域都有很高的实用价值。 所谓辨识,就是从含有噪声的输入、输出数据中提取被研究对象的数据模型。此数据模型只是过程的输入输出特性在某种意义下的近似,而近似的准确度一般取决于采样数据的精度以及辨识方法的合理性。 辨识的目的是根据过程所提供测量的数据等信息,在某种准则意
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:40799
    • 提供者:松鼠
  1. hua1.09

    0下载:
  2. 帮助你完成1-20次的单根号化简,使你的计算结果无意间更完美-help you complete 1-20 meeting of the single radical sign of SR, so your results unintentionally perfect
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42107
    • 提供者:冼右星
  1. mmread

    0下载:
  2. mmread reads virtually any media file. If Windows Media Play can play it, so should mmread. It uses the Window s DirectX infrastructure to % render the media, so other OSs are out of luck.-mmread reads virtually any media file. If W for Windows
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:65679
    • 提供者:H
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:李昭明
  1. aaaaaaaaaaaaa

    1下载:
  2. 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加) 问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表: 课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使他们能在最短的时间内修完这些课程。-curriculum, using topolo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:lea5195444
  1. 802.11Security

    0下载:
  2. Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in theory and practice of wireless security, dispelling some of the myths along the way. In doing so, they provide you with the technical grounding required
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:835579
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com