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

搜索资源列表

  1. 矩形编码压缩

    0下载:
  2. 矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:452.86kb
    • 提供者:胡兔
  1. 最短路径-java

    0下载:
  2. 一个java 编写的最短路径算法实现,用applet实现,很形象-prepared in a shortest path algorithm, using applet achieve very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:陈为
  1. thin-image

    0下载:
  2. 这是关于细化算法的一个源码,我在国外网站下载的,没有密码就可以解压,愿和大家一起共享!-This is a refinement of the algorithm source code, my foreign websites, and no password can be extracted, and is willing to share with everyone!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.36kb
    • 提供者:wyy
  1. shuju

    0下载:
  2. 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发展起来的新兴学科和信号分析理论,是继傅里叶分析方法之后的重
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.76kb
    • 提供者:顶替
  1. Sort_Demo

    0下载:
  2. *一个简单的能够形象演示各种排序算法的applet小程序 *类似于Sun公司的示例程序,但比它复杂 *因为这个程序支持简单选择排序,冒泡排序,双向冒泡, *快速排序,希尔排序,堆排序,归并排序共七种排序算法 *每次80个整数随机生成,七种算法同时运行,之间的对比非常明显-* a simple image can be demonstrated by various sort algorithm small applet procedures similar to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.64kb
    • 提供者:徐阳
  1. VC

    0下载:
  2. 《algorithm of Image Processing with VC》一篇很不错的关于图像处理的论文,简明扼要地说明用VC如何进行图像处理的编程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21.75kb
    • 提供者:
  1. kcsj

    0下载:
  2. 校园导游图算法--数据结构中有关图的算法 按v求最短路径 按s求信息; 按q退出; 地图在map图像文件里-campus tour map algorithm -- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40.4kb
    • 提供者:gjb
  1. fan_ga111

    0下载:
  2. 校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里-campus tour map algorithm -- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:83.58kb
    • 提供者:zh
  1. TopologicalSort

    0下载:
  2. 数据结构的拓扑排序算法,很形象,用c语言编成,非常的不错,值得推荐,基本无bug-data structures topological sorting algorithm, the image was used c language composition, very good, worthy of recommendation, the basic bug -
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.35kb
    • 提供者:ctp
  1. datastruct_flash

    0下载:
  2. 数据结构算法的flash动画演示,形象生动地说明了链表、栈、队列等操作的流程。-Data Structure Algorithm Animation flash, image vividly illustrates linked list, stack, queue operations, such as flow.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:547.83kb
    • 提供者:kk.h
  1. Queen8

    0下载:
  2. 八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13.44kb
    • 提供者:1233333
  1. ChessDisplay

    0下载:
  2. 一个小下棋程序,算法简单,图像演示结果,很方便使用,适合C++和数据结构的初学者参考使用-A small chess program, algorithm is simple, the image shows the results, it is easy to use, suitable for C++ and data structure reference for beginners to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:345.62kb
    • 提供者:
  1. image

    0下载:
  2. 关于算法优化的例子,简单的例子:灰度变换,嵌入式处理用得到,一种优化思想,方法-Algorithm optimization on the example of a simple example: gray-scale transformation, embedded processing used to be, an optimization ideas, methods,
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:358.42kb
    • 提供者:kaka
  1. maze

    0下载:
  2. 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:484.23kb
    • 提供者:李先生
  1. tu121312

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Completed the initial design, and setting
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:14.87kb
    • 提供者:zhangjunyan
  1. tudebianli

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:111.87kb
    • 提供者:zhangjunyan
  1. Astart

    0下载:
  2. A*算法资料,包括算法原理,算法剖析,伪代码,还有一些研究文献。 图像处理方面涉及全局最优最短路径会相当有用-A* algorithm information, including algorithm theory, algorithm analysis, pseudo code, and some literature. Image processing involves the global optimal shortest path will be very useful for
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.81mb
    • 提供者:罗寅
  1. Huffman

    0下载:
  2. 关于哈夫曼算法的讲解,并实现简单的图象的变换。包含图像的压缩,基本坐标的变换,滤波,锐化,直方图变换等等。- Explained on the Huffman algorithm, and simple image transformations. Include image compression, the basic coordinates of the transformation, filtering, sharpening, histogram and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:20.29kb
    • 提供者:朱鹮
  1. RegionGrow

    0下载:
  2. 实现了二维图像的区域增长算法,在二维数组上进行了测试-To achieve a two-dimensional image of the region growing algorithm, tested on two-dimensional array
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:494.71kb
    • 提供者:z*hou
  1. Kjunzhi

    0下载:
  2. VC实现K均值算法,达到对图像进行非监督分类的目的-VC to achieve K-means algorithm to the image the purpose of unsupervised classification
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:863byte
    • 提供者:gong ke
« 12 »
搜珍网 www.dssz.com