搜索资源列表
扫描算法
- 一种很实用的扫描算法,主要功能是通过两次扫描找出正方形区域内集聚中心。-a very practical scanning algorithm, the main function is to scan through to find two square region Gathering centers.
算法学习书籍
- 此书压缩包包括: [C算法(第1卷)].(美国)Robert.Sedgewick.清晰版.pdf [C算法(第2卷)].(美国)Robert.Sedgewick.清晰版.pdf [数据结构(C语言版)].严蔚敏_吴伟民.扫描版.pdf [数据结构与算法分析C.描述].(美国)Mark.Allen.Weiss.扫描版.pdf [算法导论].(美国)Cormen.扫描版.pdf 编程珠玑.pdf
扫描算法吴
- 扫描算法
diaodu
- 磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 循环扫描算法 N—Step—SCAN算法-Disk Scheduling design, disk scheduling algorithm, including
扫描线算法
- 扫描线算法_扫描转换多边形-scanning algorithm _ polygon scan conversion
多边形扫描转换
- 多边形扫描转换填充算法-filled polygon scan conversion algorithm
vc一个画图工具
- 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-similar to the drawing process, the basic graphics graphics scanning algorithm implementation of the graphics it would be useful for beginners
scanexample
- 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
三.非自交多边形扫描转换及区域填充扫描线算法
- 二维非自交多边型的扫描转换算法及区域填充算法-two-dimensional self multilateral type of scan conversion algorithm and regional filling algorithm
NDisk
- 操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
扫描算法
- 一种很实用的扫描算法,主要功能是通过两次扫描找出正方形区域内集聚中心。-a very practical scanning algorithm, the main function is to scan through to find two square region Gathering centers.
IntegerBresenham
- 计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
二维填充图元的扫描线算法
- 实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-achieve polygon scan conversion algorithm scanning lines in the region and filling algorithm scanning algorithm procedures
利用双向走动法改进冒泡排序算法C语言源代码
- 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditi
200610204422713
- 一个图形学的扫描算法,还附加算法设计思想和文档-a graphics scanning algorithm, but also additional algorithm design and documentation
FillRgn
- 活性偏表实现逐行扫描算法,使用API编程-activity Partial Table achieve progressive scan algorithm, the use of API programming
scan_attemper
- 有关scan扫描算法的基于MFC的程序,可视化界面-the scan scan algorithm based on the procedures for MFC, Visual Interface
DDALine
- 本次实验的目的就是验证直线生成的三种扫描算法,并要求对基本算法进行扩充和改进,包括:利用Visual C++实现三种直线生成算法,验证算法的正确性;-DDALineDDALineDDALineDDALineDDALineDDALineDDALineDDALine
Graphics
- 计算机图形学很好的资料,包括种子填充,多边形扫描算法。 b样条曲线,曲面等-Very good computer graphics, including seed filling, polygon scan algorithm. b-spline curves, surfaces, etc.
移动臂调度算法
- 完美的实现各种算法比如先来先去最短寻道扫描(电梯梯度)算法循环扫描算法(Operating system mobile arm algorithm)