CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 各种算法图

搜索资源列表

  1. procedure

    0下载:
  2. 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-02
    • 文件大小:14647485
    • 提供者:谭学敏
  1. 20121008GA

    0下载:
  2. 用vb编写的车间调度算法,包括各种算子的核心算法和声称甘特图的算法-Shop scheduling algorithm vb prepared, including the the operator core algorithm and claimed Gantt chart algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:294963
    • 提供者:王霄侠
  1. Standard-web-flow-chart.rar

    0下载:
  2. 流程图可以简单地描述一个过程,是对过程、算法、流程的一种图像表示,在技术设计、交流及商业简报等领域有广泛的应用。流程图可分为:数据流程图和作业流程图。 流程图较思维导图要严谨一些,也是思维导图一种表现,使用图形表示算法的思路是一种极好的方法,因为千言万语不如一张图。流程图由包含具有确定含义的符号、简单的说明性文字和各种连线。 流程图是流经一个系统的信息流、观点流或部件流的图形代表。在企业中,流程图主要用来说明某一过程。这种过程既可以是生产线上的工艺流程
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:698223
    • 提供者:戚银
  1. suanfa

    0下载:
  2. 数据库编程中,各种排序,插入,删除,链表,图的算法实现,及对原来算法的改进算法,希望对你有用-Database programming, various sorting, insert, delete, linked list, graph algorithm and the original algorithm, the improved algorithm, in the hope that useful to you
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:9601
    • 提供者:hu
  1. The-data-structure-of-operation

    0下载:
  2. 领会图的类型定义; 2. 熟悉图的各种存储结构及其构造算法; 3. 熟练掌握图的两种遍历算法。-Understand the type definition Figure 2. Various storage familiar graph structure and its construction algorithm master Figure two traversal algorithm.
  3. 所属分类:Database system

    • 发布日期:2017-11-10
    • 文件大小:16131
    • 提供者:李雨
  1. 1

    0下载:
  2. Matlab图论算法,包涵各种图论算法,适合初学者参考-The Matlab graph theory algorithms, bear with a variety of graph theory algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:1056
    • 提供者:fengchenlz
  1. 52303120dalianbiao.rar

    0下载:
  2. 数据结构各种源代码,如添加按字母、数字、其它字符分解单链表算法等,有图实例,Data structure source code, such as adding a single linked list algorithm letters, numbers, and other characters decomposition diagram instance
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:103457
    • 提供者:guoyiqi
  1. TanLan

    0下载:
  2. 图论贪婪算法详解,有算法原程序以及各种例子,而且还有pdf,ppt讲解。是学习的很好工具。-Graph theory greedy algorithm Xiangjie algorithm original program as well as a variety of examples, but also pdf, ppt to explain. Is a good tool for learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:34038
    • 提供者:张三
  1. Data-Structure-a-Algorithm-Analysis

    0下载:
  2. 西安交通大学数据结构与算法分析的PPT。包括算法分析方法,各种数据结构如树、图等,及索引。-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:1586520
    • 提供者:王雅君
  1. VC-plus-plus-image-process

    0下载:
  2. vc++图像处理,Visual C++环境下介绍图像各种典型算法的编程实现。数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)-vc++ image processing and about the algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:748004
    • 提供者:张晓亮
  1. s6

    0下载:
  2. 数据结构 在图G中求一条从顶点i到顶点s 的简单路径。 实验目的: 1、掌握图的各种存储结构,尤其熟练掌握邻接矩阵和邻接表存储结构; 2、熟练掌握图的深度优先遍历和广度优先遍历算法; 3、在遍历算法的基础上设计其他应用算法。 -Data structures and seek a graph G from vertex i to vertex s simple path. Experiment: a master chart of the various storage
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1338
    • 提供者:hank
  1. Graph

    0下载:
  2. 图论的各种最短路算法,竞赛用 包括dijkstra、Bellman-Ford(SPFA)、Floyd-Warshall、优先队列的应用等-A variety of graph theory shortest path algorithm, racing including dijkstra, Bellman-Ford (SPFA), Floyd-Warshall, the application of the priority queue
  3. 所属分类:Data structs

  1. MATLAB_graph-theory

    1下载:
  2. 一本讲解如何在matlab上实现各种图论算法的书以及附带的源程序...很全-matlab_graph theory
  3. 所属分类:matlab

    • 发布日期:2017-06-16
    • 文件大小:25256130
    • 提供者:zhuyi
  1. graph-theoretic-algorithm

    0下载:
  2. 关于图论算法的各种问题的matlab代码-Various questions about the graph theoretic algorithm of matlab code
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:44187
    • 提供者:李泽祎
  1. beam_weight1122

    0下载:
  2. 各种加权下的波束图,包括 Uniform , Cosine , Hamming , Blackman 四种加权窗的波束形成算法-Under various weighted beam pattern, including the ' Uniform' , ' Cosine' , ' Hamming' , ' Blackman' four kinds weighted window Beamforming Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:908
    • 提供者:郭郭
  1. Kriging

    0下载:
  2. 协同克里金插值算法,可用于各种地球物理手段的成图,地形图,高程图,电阻率分布等-Collaborative Kriging interpolation algorithm can be used for a variety of geophysical instruments to map, topographic maps, elevation maps, resistivity distribution.
  3. 所属分类:Energy industry

    • 发布日期:2017-06-17
    • 文件大小:26724644
    • 提供者:muyoubaiyu
  1. Localization

    1下载:
  2. 各种无线定位算法的源代码 包括DV-Hop 算法 RSSI算法的,APIT等算法的代码,各种代码的仿真结果图。-A variety of wireless location algorithm source code, including DV-Hop algorithm RSSI algorithm, APIT algorithm code, a variety of code simulation results map.
  3. 所属分类:matlab

    • 发布日期:2014-11-23
    • 文件大小:842752
    • 提供者:
  1. Fingerprint

    0下载:
  2. 由于指纹所具有的唯一性和不变性,以及指纹识别技术具有很高的可行性和实用性,指纹识别成为目前最流行、最可靠的个人身份认证技术之一。 本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。 本文针对基于点模式匹配的指纹匹配算法速度较慢的现状,设计了一种新
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2434
    • 提供者:罗先生
  1. MATLAB

    0下载:
  2. 主要介绍了各种图论算法及其他们的matlab程序实现,这本书很好的帮助了入门的新手学习图论算法.-Introduces a variety of graph algorithms and their matlab program, this book is a good help the novice learning graph theory algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:25246838
    • 提供者:糖果
  1. DSGraphAndSearchingAlgorithm

    0下载:
  2. 数据结构的图的面向对象封装,包括各种搜索算法的实现-The data structure of the object-oriented packages, including various search algorithms to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:38294
    • 提供者:MJ
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com