CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - scan算法

搜索资源列表

  1. suanfa

    0下载:
  2. 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:38963
    • 提供者:李国村
  1. polyfill

    0下载:
  2. 边界填充算法,将边界填充的递归算法转化成非递归-scan line seed fill
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1401
    • 提供者:小胖
  1. SCAN

    0下载:
  2. SCAN算法操作系统实验SCAN算法实验源代码轻松完成实验-SCAN algorithm SCAN algorithm experiment experimental operating system source code to easily complete the experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1012
    • 提供者:帆帆
  1. scancscan

    0下载:
  2. 1、扫描算法 2、循环扫描算法 并求出每种算法的平均寻道长度:-SCAN CSCAN
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2594
    • 提供者:高飞
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. OSDiskDispatchDemo

    0下载:
  2. 磁盘调度算法的模拟实现,我大学时的一个os作业,包含fcfs sstf scan cscan nstepscan 这几种算法,源码很简单主要还是算法的思想-Disk scheduling algorithm simulation to achieve, a os my college work, including fcfs sstf scan cscan nstepscan these types of algorithms, source code is very simple idea o
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:3085
    • 提供者:李萌
  1. grahams-scan

    0下载:
  2. 此为凸包的graham的scan算法,思路清晰,易实现。-This is the convex hull of graham scan algorithm, the idea is clear and easy to implement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1431
    • 提供者:john
  1. StringsSearch

    0下载:
  2. 关键字搜索算法. 可以对要搜索的大量关键字进行状态机构建,然后使用这个状态机只扫描一次文本,即可找出文本中都有哪些关键字出现了,以及出现的位置.-Keyword search algorithm., State agencies built a large number of keywords to search, and then use the state machine to scan the text only once, you can find out what keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:61052
    • 提供者:Fab Lyd
  1. exchange

    0下载:
  2. 交换排序: 包括冒泡排序,快速排序。 冒泡排序法:该算法是专门针对已部分排序的数据进行排序的一种排序算法。如果在你的数据清单中只有一两个数据是乱序的话,用这种算法就是最快的排序算法。如果你的数据清单中的数据是随机排列的,那么这种方法就成了最慢的算法了。因此在使用这种算法之前一定要慎重。这种算法的核心思想是扫描数据清单,寻找出现乱序的两个相邻的项目。当找到这两个项目后,交换项目的位置然后继续扫描。重复上面的操作直到所有的项目都按顺序排好。 快速排序:通过一趟排序,将待
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:774
    • 提供者:陈锋
  1. 10110408_2

    0下载:
  2. 创建的win32项目,运用活性边表算法,实现多边形的扫描填充-Create win32 project, the use of the active side table algorithm, polygon scan filling
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:119356
    • 提供者:佩佩
  1. 1151

    0下载:
  2. 线段树,加离散化,加扫描线求面积,数据库算法-Segment tree, add discrete, add scan lines for the area, the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1295
    • 提供者:毛昱枫
  1. SCAN

    0下载:
  2. 磁盘调度中的电梯调度算法实现。通过创建随机数的方式来演示电梯调度算法。-Disk scheduling elevator scheduling algorithm. By way of random numbers created to demonstrate the elevator scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2823
    • 提供者:刘嘉麒
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4425639
    • 提供者:chenshuli
  1. Arbitrary-polygon-scan-line-filling

    0下载:
  2. 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2962
    • 提供者:谢伟康
  1. fdk_ccb

    4下载:
  2. 基于CT.X光机等医学摄像扫描数据的三维还原图像重建算法的MATLAB源代码。-Three-dimensional image reconstruction algorithm based Restore CT.X ray machines and other medical imaging scan data MATLAB source code.
  3. 所属分类:Other systems

    • 发布日期:2016-12-13
    • 文件大小:2048
    • 提供者:Jacob
  1. poly

    0下载:
  2. 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:9634626
    • 提供者:chenfly
  1. E200

    0下载:
  2. E200解码算法,可以用来对二维码扫描结果进行自动判别与分析-E200 decoding algorithm can be used to scan two-dimensional code automatic identification and analysis of results
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2718549
    • 提供者:任一墨
  1. MyScanLine

    0下载:
  2. VC++实现的扫描线消隐算法,可以很简单的使用VC++来打开-VC++ achieve scan line blanking algorithm, it can be very simple to use VC++ open
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:75213
    • 提供者:Jony
  1. 多边形扫描线填充原始算法

    0下载:
  2. 扫描线算法适合对矢量图形进行区域填充,只需要直到多边形区域的几何位置,不需要指定种子点,适合计算机自动进行图形处理的场合使用,比如电脑游戏和三维CAD软件的渲染等等。(The scan line algorithm for vector graphics regional filling, need only geometric position until the polygon, do not need to specify the seed point for automatic comp
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2305024
    • 提供者:洛洛云九
  1. [MATLAB语言常用算法程序集].龚纯.扫描版

    0下载:
  2. matlab常用算法程序集.龚纯.PDF扫描版文件,里面有算法程序(Matlab commonly used algorithm assembly. Gong Chun.PDF scan version of the file, there are algorithm procedures)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:17591296
    • 提供者:岛屿12
« 12 »
搜珍网 www.dssz.com